1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
License.txt
README.rst
changelog.rst
pyproject.toml
requirements-dev.txt
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/publish.yml
pgspecial/__init__.py
pgspecial/dbcommands.py
pgspecial/iocommands.py
pgspecial/main.py
pgspecial/namedqueries.py
pgspecial.egg-info/PKG-INFO
pgspecial.egg-info/SOURCES.txt
pgspecial.egg-info/dependency_links.txt
pgspecial.egg-info/requires.txt
pgspecial.egg-info/top_level.txt
pgspecial/help/__init__.py
pgspecial/help/commands.py
scripts/README.rst
scripts/docparser.py
tests/conftest.py
tests/dbutils.py
tests/test_internal.py
tests/test_named_queries.py
tests/test_specials.py
|