.gitignore
.pre-commit-config.yaml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
.github/workflows/publish.yml
.github/workflows/test.yml
src/sqlacodegen/__init__.py
src/sqlacodegen/__main__.py
src/sqlacodegen/cli.py
src/sqlacodegen/generators.py
src/sqlacodegen/models.py
src/sqlacodegen/py.typed
src/sqlacodegen/utils.py
src/sqlacodegen.egg-info/PKG-INFO
src/sqlacodegen.egg-info/SOURCES.txt
src/sqlacodegen.egg-info/dependency_links.txt
src/sqlacodegen.egg-info/entry_points.txt
src/sqlacodegen.egg-info/requires.txt
src/sqlacodegen.egg-info/top_level.txt
tests/test_cli.py
tests/test_generators.py