Add "pgwui cookiecutter" command
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 18 Dec 2020 02:15:38 +0000 (20:15 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 18 Dec 2020 02:15:38 +0000 (20:15 -0600)
commitad8907f340dbcc897a08276fe86fcb4f8ac97794
tree145043bf1351a14fddb052094d369dc7f9a31cb8
parentd1cc2e6fc2914393f06a81a2f17e1fe0396b3d42
Add "pgwui cookiecutter" command
28 files changed:
MANIFEST.in
README.rst
README.template [new file with mode: 0644]
setup.py
src/pgwui_testing/TEMPLATE/.coveragerc.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/.gitignore.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/LICENSE.txt [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/MANIFEST.in.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/Makefile.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/Makefile_pgwui.mk [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/README.rst.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/help.mk [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/setup.cfg [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/setup.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/VERSION [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/__init__.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/exceptions.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/__init__.py.ish [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/tests/test_check_settings.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/tests/test_pgwui_TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/tests/views/test_template.py.mak [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/tox.ini [new file with mode: 0644]
src/pgwui_testing/pgwui.py [new file with mode: 0644]
tests/test_pgwui.py [new file with mode: 0644]