.gitignore
CHANGES.rst
LICENSE
README.rst
pre-commit-config.sample.yaml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/codeqa-test.yml
.github/workflows/publish.yml
src/sqlacodegen/__init__.py
src/sqlacodegen/cli.py
src/sqlacodegen/generators.py
src/sqlacodegen/models.py
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