.coveragerc
.env.example
.flake8
.gitignore
.pre-commit-config.yaml
=0.25.0
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
RELEASE_GUIDE.md
USAGE.md
pyproject.toml
setup.py
uv.lock
.github/workflows/ci.yml
.github/workflows/release-build.yml
config/__init__.py
docs/__init__.py
examples/advanced_usage.py
examples/basic_usage.py
examples/bulk_add_records.py
examples/configuration.py
examples/datacenter_usage.py
examples/error_handling.py
examples/oauth2_auth.py
examples/record_management.py
scripts/run_build.py
scripts/run_lint.py
scripts/run_tests.py
scripts/verify_coverage.py
src/__init__.py
src/zoho_creator_sdk/__init__.py
src/zoho_creator_sdk/auth.py
src/zoho_creator_sdk/client.py
src/zoho_creator_sdk/config.py
src/zoho_creator_sdk/constants.py
src/zoho_creator_sdk/exceptions.py
src/zoho_creator_sdk/py.typed
src/zoho_creator_sdk.egg-info/PKG-INFO
src/zoho_creator_sdk.egg-info/SOURCES.txt
src/zoho_creator_sdk.egg-info/dependency_links.txt
src/zoho_creator_sdk.egg-info/requires.txt
src/zoho_creator_sdk.egg-info/top_level.txt
src/zoho_creator_sdk/models/__init__.py
src/zoho_creator_sdk/models/base.py
src/zoho_creator_sdk/models/bulk_operations.py
src/zoho_creator_sdk/models/config.py
src/zoho_creator_sdk/models/connection.py
src/zoho_creator_sdk/models/core.py
src/zoho_creator_sdk/models/criteria.py
src/zoho_creator_sdk/models/custom_action.py
src/zoho_creator_sdk/models/enums.py
src/zoho_creator_sdk/models/forms.py
src/zoho_creator_sdk/models/import_export.py
src/zoho_creator_sdk/models/metadata.py
src/zoho_creator_sdk/models/page.py
src/zoho_creator_sdk/models/permissions.py
src/zoho_creator_sdk/models/reports.py
src/zoho_creator_sdk/models/response.py
src/zoho_creator_sdk/models/section.py
src/zoho_creator_sdk/models/workflows.py
tests/__init__.py
tests/conftest.py
tests/auth/unit/base_auth_handler_test.py
tests/auth/unit/oauth2_auth_handler_test.py
tests/auth/unit/test_base_auth_handler.py
tests/client/unit/app_context_test.py
tests/client/unit/context_support_test.py
tests/client/unit/http_client_test.py
tests/client/unit/test_app_context.py
tests/client/unit/test_client_coverage_gaps.py
tests/client/unit/test_client_final_coverage.py
tests/client/unit/test_connection_context.py
tests/client/unit/test_criteria_conversion.py
tests/client/unit/test_custom_action_context.py
tests/client/unit/test_form_context.py
tests/client/unit/test_http_client_comprehensive.py
tests/client/unit/test_page_context.py
tests/client/unit/test_permission_context.py
tests/client/unit/test_report_context.py
tests/client/unit/test_section_context.py
tests/client/unit/test_workflow_context.py
tests/client/unit/test_zoho_creator_client_methods.py
tests/client/unit/zoho_creator_client_test.py
tests/config/unit/config_manager_test.py
tests/config/unit/config_models_test.py
tests/config/unit/test_config_comprehensive.py
tests/config/unit/test_config_manager.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_api_integration.py
tests/integration/test_end_to_end_scenarios.py
tests/integration/test_workflow_integration.py
tests/models/unit/base_models_test.py
tests/models/unit/bulk_operations_test.py
tests/models/unit/connection_test.py
tests/models/unit/core_models_test.py
tests/models/unit/custom_action_test.py
tests/models/unit/enums_test.py
tests/models/unit/forms_test.py
tests/models/unit/import_export_test.py
tests/models/unit/metadata_test.py
tests/models/unit/page_test.py
tests/models/unit/permissions_test.py
tests/models/unit/reports_test.py
tests/models/unit/response_test.py
tests/models/unit/section_test.py
tests/models/unit/test_base_models.py
tests/models/unit/test_bulk_operations.py
tests/models/unit/test_criteria.py
tests/models/unit/test_forms_models.py
tests/models/unit/test_models_config.py
tests/models/unit/test_permissions_comprehensive.py
tests/models/unit/test_workflow_models.py
tests/utils/unit/constants_test.py
tests/utils/unit/exceptions_test.py
tests/utils/unit/test_exceptions.py
tests/workflows/unit/workflow_models_test.py