MANIFEST.in
README.md
pyproject.toml
pytots/__init__.py
pytots/clf.py
pytots/formart.py
pytots/main.py
pytots/processer.py
pytots/type_map.py
pytots.egg-info/PKG-INFO
pytots.egg-info/SOURCES.txt
pytots.egg-info/dependency_links.txt
pytots.egg-info/top_level.txt
pytots/example/advanced_types_example.py
pytots/example/basic_types_example.py
pytots/example/circular_reference_example.py
pytots/example/pydantic_example.py
pytots/example/sqlmodel_example.py
pytots/plugin/__init__.py
pytots/plugin/plus/__init__.py
pytots/plugin/plus/pydantic_plugin.py
pytots/plugin/plus/sqlmodel_plugin.py
test/test_pydantic_sqlmodel.py