Move validation from pgwui_server to pgwui_common
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 7 Dec 2020 22:33:54 +0000 (16:33 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 7 Dec 2020 22:33:54 +0000 (16:33 -0600)
commitc12681bd5c126d5c5a3c5ea542946908d4ac927a
tree06c084dcecce93fcbe868be0ab3f7f817df81e32
parent6a5ebe087e6dcf4f43d6f80f239d62a79de27179
Move validation from pgwui_server to pgwui_common
README.rst
src/pgwui_common/check_settings.py [new file with mode: 0644]
src/pgwui_common/constants.py [new file with mode: 0644]
src/pgwui_common/exceptions.py
tests/test_check_settings.py [new file with mode: 0644]