.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
example.py
mkdocs.yml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/.gitkeep
pydataapi_postgres.egg-info/PKG-INFO
pydataapi_postgres.egg-info/SOURCES.txt
pydataapi_postgres.egg-info/dependency_links.txt
pydataapi_postgres.egg-info/entry_points.txt
pydataapi_postgres.egg-info/requires.txt
pydataapi_postgres.egg-info/top_level.txt
pydataapi_postgres.egg-info/zip-safe
pydataapipostgres/__init__.py
pydataapipostgres/dbapi.py
pydataapipostgres/dialect.py
pydataapipostgres/exceptions.py
pydataapipostgres/pydataapi.py
pydataapipostgres/version.py
scripts/format.sh
scripts/lint.sh
scripts/test.sh