Initial import from GMI_Pyramid code
authorKarl O. Pinc <kop@meme.com>
Tue, 23 Oct 2018 02:51:28 +0000 (21:51 -0500)
committerKarl O. Pinc <kop@meme.com>
Tue, 23 Oct 2018 02:51:28 +0000 (21:51 -0500)
commit2c5f17a345829776fc1ecbdace7df6ba78eed309
treeb33733fe73de52e966bf0277c19cce493eb3bfac
Initial import from GMI_Pyramid code
16 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]
README.rst [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/pgwui_common/VERSION [new file with mode: 0644]
src/pgwui_common/__init__.py [new file with mode: 0644]
src/pgwui_common/pgwui_common.py [new file with mode: 0644]
src/pgwui_common/static/pgwui.css [new file with mode: 0644]
src/pgwui_common/templates/auth_base.mak [new file with mode: 0644]
src/pgwui_common/templates/base.mak [new file with mode: 0644]
tests/test_pgwui_common.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]