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