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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
LICENSE.txt
MANIFEST.in
README.rst
pg.py
pgconn.c
pgdb.py
pginternal.c
pglarge.c
pgmodule.c
pgnotice.c
pgquery.c
pgsource.c
pgtypes.h
py3c.h
setup.py
tox.ini
PyGreSQL.egg-info/PKG-INFO
PyGreSQL.egg-info/SOURCES.txt
PyGreSQL.egg-info/dependency_links.txt
PyGreSQL.egg-info/not-zip-safe
PyGreSQL.egg-info/top_level.txt
docs/Makefile
docs/about.rst
docs/about.txt
docs/announce.rst
docs/conf.py
docs/copyright.rst
docs/make.bat
docs/requirements.txt
docs/start.txt
docs/toc.txt
docs/_static/favicon.ico
docs/_static/pygresql.css_t
docs/_static/pygresql.png
docs/_templates/layout.html
docs/community/homes.rst
docs/community/index.rst
docs/community/issues.rst
docs/community/mailinglist.rst
docs/community/source.rst
docs/community/support.rst
docs/contents/changelog.rst
docs/contents/examples.rst
docs/contents/general.rst
docs/contents/index.rst
docs/contents/install.rst
docs/contents/tutorial.rst
docs/contents/pg/adaptation.rst
docs/contents/pg/connection.rst
docs/contents/pg/db_types.rst
docs/contents/pg/db_wrapper.rst
docs/contents/pg/index.rst
docs/contents/pg/introduction.rst
docs/contents/pg/large_objects.rst
docs/contents/pg/module.rst
docs/contents/pg/notification.rst
docs/contents/pg/query.rst
docs/contents/pgdb/adaptation.rst
docs/contents/pgdb/connection.rst
docs/contents/pgdb/cursor.rst
docs/contents/pgdb/index.rst
docs/contents/pgdb/introduction.rst
docs/contents/pgdb/module.rst
docs/contents/pgdb/typecache.rst
docs/contents/pgdb/types.rst
docs/contents/postgres/advanced.rst
docs/contents/postgres/basic.rst
docs/contents/postgres/func.rst
docs/contents/postgres/index.rst
docs/contents/postgres/syscat.rst
docs/download/download.rst
docs/download/files.rst
docs/download/index.rst
tests/__init__.py
tests/dbapi20.py
tests/test_classic.py
tests/test_classic_connection.py
tests/test_classic_dbwrapper.py
tests/test_classic_functions.py
tests/test_classic_largeobj.py
tests/test_classic_notification.py
tests/test_dbapi20.py
tests/test_dbapi20_copy.py
tests/test_tutorial.py
|