CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/ADVANCED_FEATURES.md
docs/API_REFERENCE.md
docs/CORE_CONCEPTS.md
docs/EXAMPLES.md
docs/FASTAPI_INTEGRATION.md
docs/GETTING_STARTED.md
docs/INDEX.md
examples/FASTAPI_EXAMPLES.md
examples/example_fastapi.py
examples/example_fastapi_full.py
examples/example_quickstart.py
examples/example_showcase.py
examples/test_api_endpoints.py
examples/test_api_full.py
pygoose/__init__.py
pygoose/core/__init__.py
pygoose/core/connection.py
pygoose/core/document.py
pygoose/core/queryset.py
pygoose/core/reference.py
pygoose/fields/__init__.py
pygoose/fields/base.py
pygoose/fields/encrypted.py
pygoose/fields/indexed.py
pygoose/integrations/__init__.py
pygoose/integrations/fastapi.py
pygoose/lifecycle/__init__.py
pygoose/lifecycle/hooks.py
pygoose/lifecycle/observability.py
pygoose/plugins/__init__.py
pygoose/plugins/audit.py
pygoose/plugins/soft_delete.py
pygoose/plugins/timestamps.py
pygoose/utils/__init__.py
pygoose/utils/exceptions.py
pygoose/utils/pagination.py
pygoose/utils/settings.py
pygoose/utils/types.py
pygoose_odm.egg-info/PKG-INFO
pygoose_odm.egg-info/SOURCES.txt
pygoose_odm.egg-info/dependency_links.txt
pygoose_odm.egg-info/requires.txt
pygoose_odm.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/core/__init__.py
tests/core/test_advanced_populate.py
tests/core/test_connection.py
tests/core/test_document.py
tests/core/test_queryset.py
tests/core/test_reference.py
tests/core/test_tracking.py
tests/fields/__init__.py
tests/fields/test_encryption.py
tests/fields/test_indexes.py
tests/integrations/__init__.py
tests/integrations/test_fastapi.py
tests/lifecycle/__init__.py
tests/lifecycle/test_hooks.py
tests/lifecycle/test_observability.py
tests/plugins/__init__.py
tests/plugins/test_audit.py
tests/plugins/test_soft_delete.py
tests/plugins/test_timestamps.py
tests/utils/__init__.py
tests/utils/test_pagination.py