LICENSE
README.md
pyproject.toml
src/mongo_schematic/__init__.py
src/mongo_schematic/ai.py
src/mongo_schematic/analyze.py
src/mongo_schematic/cli.py
src/mongo_schematic/config.py
src/mongo_schematic/db.py
src/mongo_schematic/diff.py
src/mongo_schematic/docs_gen.py
src/mongo_schematic/drift.py
src/mongo_schematic/exceptions.py
src/mongo_schematic/hooks.py
src/mongo_schematic/indexes.py
src/mongo_schematic/migrate.py
src/mongo_schematic/models.py
src/mongo_schematic/monitor.py
src/mongo_schematic/reporting.py
src/mongo_schematic/schema_io.py
src/mongo_schematic/seed.py
src/mongo_schematic/utils.py
src/mongo_schematic/validate.py
src/mongo_schematic.egg-info/PKG-INFO
src/mongo_schematic.egg-info/SOURCES.txt
src/mongo_schematic.egg-info/dependency_links.txt
src/mongo_schematic.egg-info/entry_points.txt
src/mongo_schematic.egg-info/requires.txt
src/mongo_schematic.egg-info/top_level.txt
src/mongo_schematic/codegen/__init__.py
src/mongo_schematic/codegen/pydantic.py
src/mongo_schematic/codegen/typescript.py
tests/test_config.py
tests/test_diff.py
tests/test_drift.py
tests/test_validate.py