Containerfile
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tests/__init__.py
tests/conftest.py
tests/test_example.py
yamlsql/VERSION
yamlsql/__init__.py
yamlsql.egg-info/PKG-INFO
yamlsql.egg-info/SOURCES.txt
yamlsql.egg-info/dependency_links.txt
yamlsql.egg-info/requires.txt
yamlsql.egg-info/top_level.txt
yamlsql/core/__init__.py
yamlsql/core/crud_model.py
yamlsql/core/crud_router.py
yamlsql/core/schema_router.py
yamlsql/core/server.py
yamlsql/examples/__init__.py
yamlsql/examples/potato/__init__.py
yamlsql/examples/potato/__main__.py
yamlsql/examples/potato/app.py
yamlsql/examples/potato/potato.py
yamlsql/utils/__init__.py
yamlsql/utils/text.py