.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/build-whl.yml
.github/workflows/release.yml
.github/workflows/tests.yml
tallyfy/__init__.py
tallyfy/_lossless.py
tallyfy/core.py
tallyfy/email_validation.py
tallyfy/models.py
tallyfy/payload.py
tallyfy/validation.py
tallyfy.egg-info/PKG-INFO
tallyfy.egg-info/SOURCES.txt
tallyfy.egg-info/dependency_links.txt
tallyfy.egg-info/requires.txt
tallyfy.egg-info/top_level.txt
tallyfy/folder_management/__init__.py
tallyfy/folder_management/operations.py
tallyfy/form_fields_management/__init__.py
tallyfy/form_fields_management/base.py
tallyfy/form_fields_management/crud_operations.py
tallyfy/form_fields_management/options_management.py
tallyfy/group_management/__init__.py
tallyfy/group_management/operations.py
tallyfy/organization_management/__init__.py
tallyfy/organization_management/base.py
tallyfy/organization_management/retrieval.py
tallyfy/search_management/__init__.py
tallyfy/search_management/base.py
tallyfy/search_management/operations.py
tallyfy/tag_management/__init__.py
tallyfy/tag_management/operations.py
tallyfy/task_management/__init__.py
tallyfy/task_management/base.py
tallyfy/task_management/creation.py
tallyfy/task_management/retrieval.py
tallyfy/task_management/search.py
tallyfy/template_management/__init__.py
tallyfy/template_management/analysis.py
tallyfy/template_management/automation.py
tallyfy/template_management/base.py
tallyfy/template_management/basic_operations.py
tallyfy/thread_management/__init__.py
tallyfy/thread_management/operations.py
tallyfy/user_management/__init__.py
tallyfy/user_management/admin_operations.py
tallyfy/user_management/base.py
tallyfy/user_management/guest_operations.py
tallyfy/user_management/invitation.py
tallyfy/user_management/retrieval.py
tests/conftest.py
tests/test_add_step_payload.py
tests/test_core_request.py
tests/test_dev_extra_covers_test_imports.py
tests/test_email_validation.py
tests/test_extract_data_contract.py
tests/test_folder_object_relation_id.py
tests/test_get_my_tasks_status.py
tests/test_group_update_payload.py
tests/test_kickoff_form_fields.py
tests/test_launch_process_prerun.py
tests/test_models_from_dict.py
tests/test_no_new_allow_lists.py
tests/test_no_tracked_bytecode.py
tests/test_python_support_matches_ci.py
tests/test_step_update_preserves_owners.py
tests/test_tag_management_defects.py
tests/test_version_strings_agree.py
tests/test_wheel_contents.py
tests/test_write_payloads.py