Permalink
Please sign in to comment.
Showing
with
72,598 additions
and 3 deletions.
- +28 −0 PyGreSQL-5.0/LICENSE.txt
- +26 −0 PyGreSQL-5.0/MANIFEST.in
- +31 −0 PyGreSQL-5.0/PKG-INFO
- +31 −0 PyGreSQL-5.0/PyGreSQL.egg-info/PKG-INFO
- +180 −0 PyGreSQL-5.0/PyGreSQL.egg-info/SOURCES.txt
- +1 −0 PyGreSQL-5.0/PyGreSQL.egg-info/dependency_links.txt
- +1 −0 PyGreSQL-5.0/PyGreSQL.egg-info/not-zip-safe
- +3 −0 PyGreSQL-5.0/PyGreSQL.egg-info/top_level.txt
- +27 −0 PyGreSQL-5.0/README.rst
- +2,452 −0 PyGreSQL-5.0/build/lib.macosx-10.11-intel-2.7/pg.py
- +1,694 −0 PyGreSQL-5.0/build/lib.macosx-10.11-intel-2.7/pgdb.py
- +192 −0 PyGreSQL-5.0/docs/Makefile
- +32 −0 PyGreSQL-5.0/docs/_build/html/_sources/announce.txt
- +17 −0 PyGreSQL-5.0/docs/_build/html/_sources/community/index.txt
- +493 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/changelog.txt
- +17 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/examples.txt
- +43 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/general.txt
- +24 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/index.txt
- +189 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/install.txt
- +388 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/adaptation.txt
- +440 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/connection.txt
- +94 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/db_types.txt
- +850 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/db_wrapper.txt
- +19 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/index.txt
- +24 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/introduction.txt
- +183 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/large_objects.txt
- +783 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/module.txt
- +119 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/notification.txt
- +129 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pg/query.txt
- +356 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/adaptation.txt
- +94 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/connection.txt
- +394 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/cursor.txt
- +17 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/index.txt
- +19 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/introduction.txt
- +175 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/module.txt
- +90 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/typecache.txt
- +226 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/pgdb/types.txt
- +154 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/postgres/advanced.txt
- +360 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/postgres/basic.txt
- +162 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/postgres/func.txt
- +17 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/postgres/index.txt
- +134 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/postgres/syscat.txt
- +277 −0 PyGreSQL-5.0/docs/_build/html/_sources/contents/tutorial.txt
- +31 −0 PyGreSQL-5.0/docs/_build/html/_sources/copyright.txt
- +24 −0 PyGreSQL-5.0/docs/_build/html/_sources/download/index.txt
- +15 −0 PyGreSQL-5.0/docs/_build/html/_sources/index.txt
- BIN PyGreSQL-5.0/docs/_build/html/_static/ajax-loader.gif
- +599 −0 PyGreSQL-5.0/docs/_build/html/_static/basic.css
- +2,096 −0 PyGreSQL-5.0/docs/_build/html/_static/cloud.css
- +658 −0 PyGreSQL-5.0/docs/_build/html/_static/cloud.js
- BIN PyGreSQL-5.0/docs/_build/html/_static/comment-bright.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/comment-close.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/comment.png
- +263 −0 PyGreSQL-5.0/docs/_build/html/_static/doctools.js
- BIN PyGreSQL-5.0/docs/_build/html/_static/down-pressed.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/down.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/favicon.ico
- BIN PyGreSQL-5.0/docs/_build/html/_static/file.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-caution.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-danger.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-deprecated.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-note.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-seealso.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-todo.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/icon-warning.png
- +10,308 −0 PyGreSQL-5.0/docs/_build/html/_static/jquery-1.11.1.js
- +117 −0 PyGreSQL-5.0/docs/_build/html/_static/jquery.cookie.js
- +4 −0 PyGreSQL-5.0/docs/_build/html/_static/jquery.js
- BIN PyGreSQL-5.0/docs/_build/html/_static/minus.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/plus.png
- +63 −0 PyGreSQL-5.0/docs/_build/html/_static/pygments.css
- +89 −0 PyGreSQL-5.0/docs/_build/html/_static/pygresql.css
- BIN PyGreSQL-5.0/docs/_build/html/_static/pygresql.png
- +651 −0 PyGreSQL-5.0/docs/_build/html/_static/searchtools.js
- +999 −0 PyGreSQL-5.0/docs/_build/html/_static/underscore-1.3.1.js
- +31 −0 PyGreSQL-5.0/docs/_build/html/_static/underscore.js
- BIN PyGreSQL-5.0/docs/_build/html/_static/up-pressed.png
- BIN PyGreSQL-5.0/docs/_build/html/_static/up.png
- +808 −0 PyGreSQL-5.0/docs/_build/html/_static/websupport.js
- +153 −0 PyGreSQL-5.0/docs/_build/html/announce.html
- +191 −0 PyGreSQL-5.0/docs/_build/html/community/index.html
- +757 −0 PyGreSQL-5.0/docs/_build/html/contents/changelog.html
- +171 −0 PyGreSQL-5.0/docs/_build/html/contents/examples.html
- +196 −0 PyGreSQL-5.0/docs/_build/html/contents/general.html
- +193 −0 PyGreSQL-5.0/docs/_build/html/contents/index.html
- +353 −0 PyGreSQL-5.0/docs/_build/html/contents/install.html
- +580 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/adaptation.html
- +901 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/connection.html
- +296 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/db_types.html
- +1,401 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/db_wrapper.html
- +284 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/index.html
- +182 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/introduction.html
- +491 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/large_objects.html
- +1,334 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/module.html
- +302 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/notification.html
- +394 −0 PyGreSQL-5.0/docs/_build/html/contents/pg/query.html
- +548 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/adaptation.html
- +302 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/connection.html
- +683 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/cursor.html
- +218 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/index.html
- +176 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/introduction.html
- +407 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/module.html
- +293 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/typecache.html
- +462 −0 PyGreSQL-5.0/docs/_build/html/contents/pgdb/types.html
- +319 −0 PyGreSQL-5.0/docs/_build/html/contents/postgres/advanced.html
- +511 −0 PyGreSQL-5.0/docs/_build/html/contents/postgres/basic.html
- +326 −0 PyGreSQL-5.0/docs/_build/html/contents/postgres/func.html
- +215 −0 PyGreSQL-5.0/docs/_build/html/contents/postgres/index.html
- +300 −0 PyGreSQL-5.0/docs/_build/html/contents/postgres/syscat.html
- +428 −0 PyGreSQL-5.0/docs/_build/html/contents/tutorial.html
- +137 −0 PyGreSQL-5.0/docs/_build/html/copyright.html
- +256 −0 PyGreSQL-5.0/docs/_build/html/download/index.html
- +1,272 −0 PyGreSQL-5.0/docs/_build/html/genindex.html
- +151 −0 PyGreSQL-5.0/docs/_build/html/index.html
- +155 −0 PyGreSQL-5.0/docs/_build/html/py-modindex.html
- +143 −0 PyGreSQL-5.0/docs/_build/html/search.html
- +1 −0 PyGreSQL-5.0/docs/_build/html/searchindex.js
- BIN PyGreSQL-5.0/docs/_static/favicon.ico
- +86 −0 PyGreSQL-5.0/docs/_static/pygresql.css_t
- BIN PyGreSQL-5.0/docs/_static/pygresql.png
- +58 −0 PyGreSQL-5.0/docs/_templates/layout.html
- +4 −0 PyGreSQL-5.0/docs/about.rst
- +32 −0 PyGreSQL-5.0/docs/announce.rst
- +15 −0 PyGreSQL-5.0/docs/community/bugtracker.rst
- +11 −0 PyGreSQL-5.0/docs/community/homes.rst
- +17 −0 PyGreSQL-5.0/docs/community/index.rst
- +11 −0 PyGreSQL-5.0/docs/community/mailinglist.rst
- +12 −0 PyGreSQL-5.0/docs/community/source.rst
- +18 −0 PyGreSQL-5.0/docs/community/support.rst
- +314 −0 PyGreSQL-5.0/docs/conf.py
- +493 −0 PyGreSQL-5.0/docs/contents/changelog.rst
- +17 −0 PyGreSQL-5.0/docs/contents/examples.rst
- +43 −0 PyGreSQL-5.0/docs/contents/general.rst
- +24 −0 PyGreSQL-5.0/docs/contents/index.rst
- +189 −0 PyGreSQL-5.0/docs/contents/install.rst
- +388 −0 PyGreSQL-5.0/docs/contents/pg/adaptation.rst
- +440 −0 PyGreSQL-5.0/docs/contents/pg/connection.rst
- +94 −0 PyGreSQL-5.0/docs/contents/pg/db_types.rst
- +850 −0 PyGreSQL-5.0/docs/contents/pg/db_wrapper.rst
- +19 −0 PyGreSQL-5.0/docs/contents/pg/index.rst
- +24 −0 PyGreSQL-5.0/docs/contents/pg/introduction.rst
- +183 −0 PyGreSQL-5.0/docs/contents/pg/large_objects.rst
- +783 −0 PyGreSQL-5.0/docs/contents/pg/module.rst
- +119 −0 PyGreSQL-5.0/docs/contents/pg/notification.rst
- +129 −0 PyGreSQL-5.0/docs/contents/pg/query.rst
- +356 −0 PyGreSQL-5.0/docs/contents/pgdb/adaptation.rst
- +94 −0 PyGreSQL-5.0/docs/contents/pgdb/connection.rst
- +394 −0 PyGreSQL-5.0/docs/contents/pgdb/cursor.rst
- +17 −0 PyGreSQL-5.0/docs/contents/pgdb/index.rst
- +19 −0 PyGreSQL-5.0/docs/contents/pgdb/introduction.rst
- +175 −0 PyGreSQL-5.0/docs/contents/pgdb/module.rst
- +90 −0 PyGreSQL-5.0/docs/contents/pgdb/typecache.rst
- +226 −0 PyGreSQL-5.0/docs/contents/pgdb/types.rst
- +154 −0 PyGreSQL-5.0/docs/contents/postgres/advanced.rst
- +360 −0 PyGreSQL-5.0/docs/contents/postgres/basic.rst
- +162 −0 PyGreSQL-5.0/docs/contents/postgres/func.rst
- +17 −0 PyGreSQL-5.0/docs/contents/postgres/index.rst
- +134 −0 PyGreSQL-5.0/docs/contents/postgres/syscat.rst
- +277 −0 PyGreSQL-5.0/docs/contents/tutorial.rst
- +31 −0 PyGreSQL-5.0/docs/copyright.rst
- +29 −0 PyGreSQL-5.0/docs/download/download.rst
- +27 −0 PyGreSQL-5.0/docs/download/files.rst
- +24 −0 PyGreSQL-5.0/docs/download/index.rst
- +15 −0 PyGreSQL-5.0/docs/index.rst
- +263 −0 PyGreSQL-5.0/docs/make.bat
- +2,452 −0 PyGreSQL-5.0/pg.py
- +1,694 −0 PyGreSQL-5.0/pgdb.py
- +6,054 −0 PyGreSQL-5.0/pgmodule.c
- +128 −0 PyGreSQL-5.0/pgtypes.h
- +136 −0 PyGreSQL-5.0/py3c.h
- +14 −0 PyGreSQL-5.0/setup.cfg
- +210 −0 PyGreSQL-5.0/setup.py
- +21 −0 PyGreSQL-5.0/tests/__init__.py
- +861 −0 PyGreSQL-5.0/tests/dbapi20.py
- +343 −0 PyGreSQL-5.0/tests/test_classic.py
- +1,864 −0 PyGreSQL-5.0/tests/test_classic_connection.py
- +4,402 −0 PyGreSQL-5.0/tests/test_classic_dbwrapper.py
- +1,068 −0 PyGreSQL-5.0/tests/test_classic_functions.py
- +450 −0 PyGreSQL-5.0/tests/test_classic_largeobj.py
- +447 −0 PyGreSQL-5.0/tests/test_classic_notification.py
- +1,211 −0 PyGreSQL-5.0/tests/test_dbapi20.py
- +598 −0 PyGreSQL-5.0/tests/test_dbapi20_copy.py
- +178 −0 PyGreSQL-5.0/tests/test_tutorial.py
- +7 −3 README.md
| @@ -0,0 +1,28 @@ | ||
| +Written by D'Arcy J.M. Cain (darcy@druid.net) | ||
| + | ||
| +Based heavily on code written by Pascal Andre (andre@chimay.via.ecp.fr) | ||
| + | ||
| +Copyright (c) 1995, Pascal Andre | ||
| + | ||
| +Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain | ||
| +(darcy@PyGreSQL.org) | ||
| + | ||
| +Further modifications copyright (c) 2009-2016 by the PyGreSQL team. | ||
| + | ||
| +Permission to use, copy, modify, and distribute this software and its | ||
| +documentation for any purpose, without fee, and without a written agreement | ||
| +is hereby granted, provided that the above copyright notice and this | ||
| +paragraph and the following two paragraphs appear in all copies. In | ||
| +this license the term "AUTHORS" refers to anyone who has contributed code | ||
| +to PyGreSQL. | ||
| + | ||
| +IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, | ||
| +SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, | ||
| +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF | ||
| +AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| + | ||
| +THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
| +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
| +PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE | ||
| +AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, | ||
| +ENHANCEMENTS, OR MODIFICATIONS. |
| @@ -0,0 +1,26 @@ | ||
| + | ||
| +include pgmodule.c | ||
| +include pgtypes.h | ||
| +include py3c.h | ||
| + | ||
| +include pg.py | ||
| +include pgdb.py | ||
| +include setup.py | ||
| + | ||
| +include setup.cfg | ||
| + | ||
| +include README.rst | ||
| +include LICENSE.txt | ||
| + | ||
| +recursive-include tests *.py | ||
| + | ||
| +include docs/Makefile | ||
| +include docs/make.bat | ||
| +include docs/*.py | ||
| +include docs/*.rst | ||
| +recursive-include docs/community *.rst | ||
| +recursive-include docs/contents *.rst | ||
| +recursive-include docs/download *.rst | ||
| +recursive-include docs/_static *.css_t *.ico *.png | ||
| +recursive-include docs/_templates *.html | ||
| +recursive-include docs/_build/html *.css *.gif *.html *.ico *.js *.png *.txt |
| @@ -0,0 +1,31 @@ | ||
| +Metadata-Version: 1.1 | ||
| +Name: PyGreSQL | ||
| +Version: 5.0 | ||
| +Summary: Python PostgreSQL Interfaces | ||
| +Home-page: http://www.pygresql.org | ||
| +Author: D'Arcy J. M. Cain | ||
| +Author-email: darcy@PyGreSQL.org | ||
| +License: Python | ||
| +Download-URL: ftp://ftp.pygresql.org/pub/distrib/ | ||
| +Description: PyGreSQL is an open-source Python module that interfaces to a | ||
| + PostgreSQL database. It embeds the PostgreSQL query library to allow | ||
| + easy use of the powerful PostgreSQL features from a Python script. | ||
| +Keywords: pygresql postgresql database api dbapi | ||
| +Platform: any | ||
| +Classifier: Development Status :: 6 - Mature | ||
| +Classifier: Intended Audience :: Developers | ||
| +Classifier: License :: OSI Approved :: Python Software Foundation License | ||
| +Classifier: Operating System :: OS Independent | ||
| +Classifier: Programming Language :: C | ||
| +Classifier: Programming Language :: Python | ||
| +Classifier: Programming Language :: Python :: 2 | ||
| +Classifier: Programming Language :: Python :: 2.6 | ||
| +Classifier: Programming Language :: Python :: 2.7 | ||
| +Classifier: Programming Language :: Python :: 3 | ||
| +Classifier: Programming Language :: Python :: 3.3 | ||
| +Classifier: Programming Language :: Python :: 3.4 | ||
| +Classifier: Programming Language :: Python :: 3.5 | ||
| +Classifier: Programming Language :: SQL | ||
| +Classifier: Topic :: Database | ||
| +Classifier: Topic :: Database :: Front-Ends | ||
| +Classifier: Topic :: Software Development :: Libraries :: Python Modules |
| @@ -0,0 +1,31 @@ | ||
| +Metadata-Version: 1.1 | ||
| +Name: PyGreSQL | ||
| +Version: 5.0 | ||
| +Summary: Python PostgreSQL Interfaces | ||
| +Home-page: http://www.pygresql.org | ||
| +Author: D'Arcy J. M. Cain | ||
| +Author-email: darcy@PyGreSQL.org | ||
| +License: Python | ||
| +Download-URL: ftp://ftp.pygresql.org/pub/distrib/ | ||
| +Description: PyGreSQL is an open-source Python module that interfaces to a | ||
| + PostgreSQL database. It embeds the PostgreSQL query library to allow | ||
| + easy use of the powerful PostgreSQL features from a Python script. | ||
| +Keywords: pygresql postgresql database api dbapi | ||
| +Platform: any | ||
| +Classifier: Development Status :: 6 - Mature | ||
| +Classifier: Intended Audience :: Developers | ||
| +Classifier: License :: OSI Approved :: Python Software Foundation License | ||
| +Classifier: Operating System :: OS Independent | ||
| +Classifier: Programming Language :: C | ||
| +Classifier: Programming Language :: Python | ||
| +Classifier: Programming Language :: Python :: 2 | ||
| +Classifier: Programming Language :: Python :: 2.6 | ||
| +Classifier: Programming Language :: Python :: 2.7 | ||
| +Classifier: Programming Language :: Python :: 3 | ||
| +Classifier: Programming Language :: Python :: 3.3 | ||
| +Classifier: Programming Language :: Python :: 3.4 | ||
| +Classifier: Programming Language :: Python :: 3.5 | ||
| +Classifier: Programming Language :: SQL | ||
| +Classifier: Topic :: Database | ||
| +Classifier: Topic :: Database :: Front-Ends | ||
| +Classifier: Topic :: Software Development :: Libraries :: Python Modules |
| @@ -0,0 +1,180 @@ | ||
| +LICENSE.txt | ||
| +MANIFEST.in | ||
| +README.rst | ||
| +pg.py | ||
| +pgdb.py | ||
| +pgmodule.c | ||
| +pgtypes.h | ||
| +py3c.h | ||
| +setup.cfg | ||
| +setup.py | ||
| +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/announce.rst | ||
| +docs/conf.py | ||
| +docs/copyright.rst | ||
| +docs/index.rst | ||
| +docs/make.bat | ||
| +docs/_build/html/announce.html | ||
| +docs/_build/html/copyright.html | ||
| +docs/_build/html/genindex.html | ||
| +docs/_build/html/index.html | ||
| +docs/_build/html/py-modindex.html | ||
| +docs/_build/html/search.html | ||
| +docs/_build/html/searchindex.js | ||
| +docs/_build/html/_sources/announce.txt | ||
| +docs/_build/html/_sources/copyright.txt | ||
| +docs/_build/html/_sources/index.txt | ||
| +docs/_build/html/_sources/community/index.txt | ||
| +docs/_build/html/_sources/contents/changelog.txt | ||
| +docs/_build/html/_sources/contents/examples.txt | ||
| +docs/_build/html/_sources/contents/general.txt | ||
| +docs/_build/html/_sources/contents/index.txt | ||
| +docs/_build/html/_sources/contents/install.txt | ||
| +docs/_build/html/_sources/contents/tutorial.txt | ||
| +docs/_build/html/_sources/contents/pg/adaptation.txt | ||
| +docs/_build/html/_sources/contents/pg/connection.txt | ||
| +docs/_build/html/_sources/contents/pg/db_types.txt | ||
| +docs/_build/html/_sources/contents/pg/db_wrapper.txt | ||
| +docs/_build/html/_sources/contents/pg/index.txt | ||
| +docs/_build/html/_sources/contents/pg/introduction.txt | ||
| +docs/_build/html/_sources/contents/pg/large_objects.txt | ||
| +docs/_build/html/_sources/contents/pg/module.txt | ||
| +docs/_build/html/_sources/contents/pg/notification.txt | ||
| +docs/_build/html/_sources/contents/pg/query.txt | ||
| +docs/_build/html/_sources/contents/pgdb/adaptation.txt | ||
| +docs/_build/html/_sources/contents/pgdb/connection.txt | ||
| +docs/_build/html/_sources/contents/pgdb/cursor.txt | ||
| +docs/_build/html/_sources/contents/pgdb/index.txt | ||
| +docs/_build/html/_sources/contents/pgdb/introduction.txt | ||
| +docs/_build/html/_sources/contents/pgdb/module.txt | ||
| +docs/_build/html/_sources/contents/pgdb/typecache.txt | ||
| +docs/_build/html/_sources/contents/pgdb/types.txt | ||
| +docs/_build/html/_sources/contents/postgres/advanced.txt | ||
| +docs/_build/html/_sources/contents/postgres/basic.txt | ||
| +docs/_build/html/_sources/contents/postgres/func.txt | ||
| +docs/_build/html/_sources/contents/postgres/index.txt | ||
| +docs/_build/html/_sources/contents/postgres/syscat.txt | ||
| +docs/_build/html/_sources/download/index.txt | ||
| +docs/_build/html/_static/ajax-loader.gif | ||
| +docs/_build/html/_static/basic.css | ||
| +docs/_build/html/_static/cloud.css | ||
| +docs/_build/html/_static/cloud.js | ||
| +docs/_build/html/_static/comment-bright.png | ||
| +docs/_build/html/_static/comment-close.png | ||
| +docs/_build/html/_static/comment.png | ||
| +docs/_build/html/_static/doctools.js | ||
| +docs/_build/html/_static/down-pressed.png | ||
| +docs/_build/html/_static/down.png | ||
| +docs/_build/html/_static/favicon.ico | ||
| +docs/_build/html/_static/file.png | ||
| +docs/_build/html/_static/icon-caution.png | ||
| +docs/_build/html/_static/icon-danger.png | ||
| +docs/_build/html/_static/icon-deprecated.png | ||
| +docs/_build/html/_static/icon-note.png | ||
| +docs/_build/html/_static/icon-seealso.png | ||
| +docs/_build/html/_static/icon-todo.png | ||
| +docs/_build/html/_static/icon-warning.png | ||
| +docs/_build/html/_static/jquery-1.11.1.js | ||
| +docs/_build/html/_static/jquery.cookie.js | ||
| +docs/_build/html/_static/jquery.js | ||
| +docs/_build/html/_static/minus.png | ||
| +docs/_build/html/_static/plus.png | ||
| +docs/_build/html/_static/pygments.css | ||
| +docs/_build/html/_static/pygresql.css | ||
| +docs/_build/html/_static/pygresql.png | ||
| +docs/_build/html/_static/searchtools.js | ||
| +docs/_build/html/_static/underscore-1.3.1.js | ||
| +docs/_build/html/_static/underscore.js | ||
| +docs/_build/html/_static/up-pressed.png | ||
| +docs/_build/html/_static/up.png | ||
| +docs/_build/html/_static/websupport.js | ||
| +docs/_build/html/community/index.html | ||
| +docs/_build/html/contents/changelog.html | ||
| +docs/_build/html/contents/examples.html | ||
| +docs/_build/html/contents/general.html | ||
| +docs/_build/html/contents/index.html | ||
| +docs/_build/html/contents/install.html | ||
| +docs/_build/html/contents/tutorial.html | ||
| +docs/_build/html/contents/pg/adaptation.html | ||
| +docs/_build/html/contents/pg/connection.html | ||
| +docs/_build/html/contents/pg/db_types.html | ||
| +docs/_build/html/contents/pg/db_wrapper.html | ||
| +docs/_build/html/contents/pg/index.html | ||
| +docs/_build/html/contents/pg/introduction.html | ||
| +docs/_build/html/contents/pg/large_objects.html | ||
| +docs/_build/html/contents/pg/module.html | ||
| +docs/_build/html/contents/pg/notification.html | ||
| +docs/_build/html/contents/pg/query.html | ||
| +docs/_build/html/contents/pgdb/adaptation.html | ||
| +docs/_build/html/contents/pgdb/connection.html | ||
| +docs/_build/html/contents/pgdb/cursor.html | ||
| +docs/_build/html/contents/pgdb/index.html | ||
| +docs/_build/html/contents/pgdb/introduction.html | ||
| +docs/_build/html/contents/pgdb/module.html | ||
| +docs/_build/html/contents/pgdb/typecache.html | ||
| +docs/_build/html/contents/pgdb/types.html | ||
| +docs/_build/html/contents/postgres/advanced.html | ||
| +docs/_build/html/contents/postgres/basic.html | ||
| +docs/_build/html/contents/postgres/func.html | ||
| +docs/_build/html/contents/postgres/index.html | ||
| +docs/_build/html/contents/postgres/syscat.html | ||
| +docs/_build/html/download/index.html | ||
| +docs/_static/favicon.ico | ||
| +docs/_static/pygresql.css_t | ||
| +docs/_static/pygresql.png | ||
| +docs/_templates/layout.html | ||
| +docs/community/bugtracker.rst | ||
| +docs/community/homes.rst | ||
| +docs/community/index.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 |
| @@ -0,0 +1 @@ | ||
| + |
| @@ -0,0 +1 @@ | ||
| + |
| @@ -0,0 +1,3 @@ | ||
| +_pg | ||
| +pg | ||
| +pgdb |
| @@ -0,0 +1,27 @@ | ||
| +PyGreSQL - Python interface for PostgreSQL | ||
| +========================================== | ||
| + | ||
| +PyGreSQL is a Python module that interfaces to a PostgreSQL database. | ||
| +It embeds the PostgreSQL query library to allow easy use of the powerful | ||
| +PostgreSQL features from a Python script. | ||
| + | ||
| +PyGreSQL is developed and tested on a NetBSD system, but it should also | ||
| +run on most other platforms where PostgreSQL and Python is running. | ||
| +It is based on the PyGres95 code written by Pascal Andre. | ||
| +D'Arcy (darcy@druid.net) renamed it to PyGreSQL starting with version 2.0 | ||
| +and serves as the "BDFL" of PyGreSQL. | ||
| + | ||
| +Installation | ||
| +------------ | ||
| + | ||
| +The simplest way to install PyGreSQL is to type:: | ||
| + | ||
| + $ pip install PyGreSQL | ||
| + | ||
| +For other ways of installing PyGreSQL and requirements, | ||
| +see the documentation. | ||
| + | ||
| +Documentation | ||
| +------------- | ||
| + | ||
| +The documentation is available at http://www.pygresql.org/. |
Oops, something went wrong.
0 comments on commit
8409805