Initial commit
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 12 Jun 2024 18:23:34 +0000 (13:23 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 12 Jun 2024 18:23:34 +0000 (13:23 -0500)
commit783e6c4d603e94e4fc2cb30b0ca7d7bcb6803c7c
treedf93a997dd85da4efa0af4d00257da8d5209a702
Initial commit
22 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile_pgwui.mk [new file with mode: 0644]
README.rst [new file with mode: 0644]
help.mk [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/pgwui_sql/VERSION [new file with mode: 0644]
src/pgwui_sql/__init__.py [new file with mode: 0644]
src/pgwui_sql/check_settings.py [new file with mode: 0644]
src/pgwui_sql/exceptions.py [new file with mode: 0644]
src/pgwui_sql/pgwui_sql.py [new file with mode: 0644]
src/pgwui_sql/templates/sql.mak [new file with mode: 0644]
src/pgwui_sql/views/__init__.py [new file with mode: 0644]
src/pgwui_sql/views/sql.py [new file with mode: 0644]
tests/test_check_settings.py [new file with mode: 0644]
tests/test_pgwui_sql.py [new file with mode: 0644]
tests/views/test_sql.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]