.gitignore
.pre-commit-config.yaml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
.github/pull_request_template.md
.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/__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/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_generator_dataclass.py
tests/test_generator_declarative.py
tests/test_generator_sqlmodel.py
tests/test_generator_tables.py