.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.md
Dockerfile
LICENSE
MANIFEST.in
README.rst
coverage.xml
docker-compose.yml
docker-rebuild.ps1
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugfix.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/hotfix.md
.github/workflows/build-and-release-to-pypi.yml
.github/workflows/check-rst-documentation.yml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-pipeline.yaml
.packageit/packageit.ini
.packageit/release.toml
.run/Python tests for test_delete_table.TestDeleteTable.run.xml
.run/Python tests for test_delete_table.test_table_creation.run.xml
.run/Python tests for test_one_to_many_bi_single_table_inheritance.test_table_creation.run.xml
docs/Makefile
docs/make.bat
docs/requirements_docs.txt
docs/source/api.rst
docs/source/conf.py
docs/source/conventions.rst
docs/source/examples.rst
docs/source/faq.rst
docs/source/index.rst
src/__init__.py
src/otm_bi.py
src/otm_bi_sti.py
src/otm_uni.py
src/simple.py
src/sti.py
src/SQLAlchemyExample.egg-info/PKG-INFO
src/SQLAlchemyExample.egg-info/SOURCES.txt
src/SQLAlchemyExample.egg-info/dependency_links.txt
src/SQLAlchemyExample.egg-info/requires.txt
src/SQLAlchemyExample.egg-info/top_level.txt
tests/conftest.py
tests/test_otm.py
tests/test_otm_sti.py
tests/test_simple.py
tests/test_sti.py