Initial commit from cookiecutter
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 8 Feb 2021 22:59:05 +0000 (16:59 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 8 Feb 2021 22:59:05 +0000 (16:59 -0600)
commitb77e41b0ea2861c4254baddc4c53a60bb2934d2f
tree6abe54edc585bdc3eb4e525d7889a2cfa6131c5a
Initial commit from cookiecutter
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]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/pgwui_copy/VERSION [new file with mode: 0644]
src/pgwui_copy/__init__.py [new file with mode: 0644]
src/pgwui_copy/check_settings.py [new file with mode: 0644]
src/pgwui_copy/exceptions.py [new file with mode: 0644]
src/pgwui_copy/pgwui_copy.py [new file with mode: 0644]
src/pgwui_copy/templates/copy.mak [new file with mode: 0644]
src/pgwui_copy/views/__init__.py [new file with mode: 0644]
src/pgwui_copy/views/copy.py [new file with mode: 0644]
tests/test_check_settings.py [new file with mode: 0644]
tests/test_pgwui_copy.py [new file with mode: 0644]
tests/views/test_copy.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]