LICENSE
README.md
pyproject.toml
src/base_pydantic_schemas/__init__.py
src/base_pydantic_schemas/_arbitrary_immutable_dto.py
src/base_pydantic_schemas/_arbitrary_mutable_dto.py
src/base_pydantic_schemas/_base_document.py
src/base_pydantic_schemas/_base_schema.py
src/base_pydantic_schemas/_factories.py
src/base_pydantic_schemas/_immutable_dto.py
src/base_pydantic_schemas/_mutable_dto.py
src/base_pydantic_schemas/_persistent_document.py
src/base_pydantic_schemas/py.typed
src/base_pydantic_schemas.egg-info/PKG-INFO
src/base_pydantic_schemas.egg-info/SOURCES.txt
src/base_pydantic_schemas.egg-info/dependency_links.txt
src/base_pydantic_schemas.egg-info/requires.txt
src/base_pydantic_schemas.egg-info/top_level.txt
src/base_pydantic_schemas/mixins/__init__.py
src/base_pydantic_schemas/mixins/timestamped.py
src/base_pydantic_schemas/mixins/versioned.py
tests/test_arbitrary_dto_validation.py
tests/test_dto_validation.py
tests/test_manual_timestamp_documents.py
tests/test_model_configurations.py
tests/test_persistent_document.py
tests/test_public_api.py
tests/test_serialization_roundtrip.py
tests/test_timestamp_factories.py
tests/test_timestamp_mixins.py
tests/test_versioned_mixin.py
tests/testing_types.py