LICENSE
MANIFEST.in
setup.py
docs/index.html
docs/projectal.html
docs/projectal/api.html
docs/projectal/dynamic_enum.html
docs/projectal/dynamic_enums.html
docs/projectal/entities.html
docs/projectal/entity.html
docs/projectal/enums.html
docs/projectal/errors.html
docs/projectal/linkers.html
docs/projectal/profile.html
docs/projectal/dynamic_enums/company_types.html
docs/projectal/dynamic_enums/complexity_levels.html
docs/projectal/dynamic_enums/currency_list.html
docs/projectal/dynamic_enums/priority_levels.html
docs/projectal/dynamic_enums/skill_levels.html
docs/projectal/dynamic_enums/staff_types.html
docs/projectal/entities/access_policy.html
docs/projectal/entities/activity.html
docs/projectal/entities/booking.html
docs/projectal/entities/calendar.html
docs/projectal/entities/company.html
docs/projectal/entities/contact.html
docs/projectal/entities/customer.html
docs/projectal/entities/department.html
docs/projectal/entities/file.html
docs/projectal/entities/folder.html
docs/projectal/entities/location.html
docs/projectal/entities/note.html
docs/projectal/entities/permission.html
docs/projectal/entities/project.html
docs/projectal/entities/project_template.html
docs/projectal/entities/rebate.html
docs/projectal/entities/resource.html
docs/projectal/entities/skill.html
docs/projectal/entities/staff.html
docs/projectal/entities/stage.html
docs/projectal/entities/tag.html
docs/projectal/entities/task.html
docs/projectal/entities/task_template.html
docs/projectal/entities/user.html
docs/projectal/entities/webhook.html
examples/linking.py
examples/task.py
examples/webhook.py
projectal/__init__.py
projectal/api.py
projectal/dynamic_enum.py
projectal/entity.py
projectal/enums.py
projectal/errors.py
projectal/linkers.py
projectal/profile.py
projectal.egg-info/PKG-INFO
projectal.egg-info/SOURCES.txt
projectal.egg-info/dependency_links.txt
projectal.egg-info/requires.txt
projectal.egg-info/top_level.txt
projectal/dynamic_enums/__init__.py
projectal/dynamic_enums/company_types.py
projectal/dynamic_enums/complexity_levels.py
projectal/dynamic_enums/currency_list.py
projectal/dynamic_enums/priority_levels.py
projectal/dynamic_enums/skill_levels.py
projectal/dynamic_enums/staff_types.py
projectal/entities/__init__.py
projectal/entities/access_policy.py
projectal/entities/activity.py
projectal/entities/booking.py
projectal/entities/calendar.py
projectal/entities/company.py
projectal/entities/contact.py
projectal/entities/customer.py
projectal/entities/department.py
projectal/entities/file.py
projectal/entities/folder.py
projectal/entities/location.py
projectal/entities/note.py
projectal/entities/permission.py
projectal/entities/project.py
projectal/entities/project_template.py
projectal/entities/rebate.py
projectal/entities/resource.py
projectal/entities/skill.py
projectal/entities/staff.py
projectal/entities/stage.py
projectal/entities/tag.py
projectal/entities/task.py
projectal/entities/task_template.py
projectal/entities/user.py
projectal/entities/webhook.py
tests/test_1_status.py
tests/test_2_login.py
tests/test_3_errors.py
tests/test_access_policy.py
tests/test_activity.py
tests/test_booking.py
tests/test_calendar.py
tests/test_company.py
tests/test_composite.py
tests/test_contact.py
tests/test_customer.py
tests/test_dates.py
tests/test_department.py
tests/test_dynamic_enum_company_types.py
tests/test_dynamic_enum_complexity_levels.py
tests/test_dynamic_enum_currency_list.py
tests/test_dynamic_enum_prioriy_levels.py
tests/test_dynamic_enum_skill_levels.py
tests/test_dynamic_enum_staff_types.py
tests/test_file.py
tests/test_folder.py
tests/test_interface.py
tests/test_links.py
tests/test_location.py
tests/test_note.py
tests/test_permission.py
tests/test_profile.py
tests/test_profiles.py
tests/test_project.py
tests/test_project_template.py
tests/test_rebate.py
tests/test_resource.py
tests/test_skill.py
tests/test_staff.py
tests/test_staff_contract.py
tests/test_stage.py
tests/test_tag.py
tests/test_task.py
tests/test_task_template.py
tests/test_user.py
tests/test_webhook.py
tests/test_webhook_event.py
tests/test_z_alias.py