Download information¶
Current PyGreSQL versions¶
- You can download PyGreSQL from the Python Package Index at
- Linux RPM packages can be found attached to the GitHub release at
- CentOS packages can be found on the pkcs.org site
- Debian packages can be found at
- FreeBSD packages are available in their ports collection
- NetBSD packages are available in their pkgsrc collection
- openSUSE packages are available through their build service at
- Ubuntu packages are available from Launchpad at
- Windows binaries (as wheels) are available at
- Windows installers (EXE and MSI) are attached to the GitHub release at
Older PyGreSQL versions¶
- You can look for older PyGreSQL versions at
Changes and Future Development¶
For a list of all changes in the current version 6.0.1 and in past versions, have a look at the ChangeLog.
The section on PyGreSQL Development and Support lists ideas for future developments and ways to participate.
Installation¶
Please read the chapter on Installation in our documentation.
Distribution files¶
pg/ |
the “classic” PyGreSQL package |
pgdb/ |
a DB-SIG DB-API 2.0 compliant API wrapper for PyGreSQL |
ext/ |
the source files for the C extension module |
docs/ |
the documentation directory The documentation has been created with Sphinx. All text files are in ReST format; a HTML version of the documentation can be created with “make html”. |
tests/ |
a suite of unit tests for PyGreSQL |
pyproject.toml |
contains project metadata and the build system requirements |
setup.py |
the Python setup script used for building the C extension |
LICENSE.text |
contains the license information for PyGreSQL |
README.rst |
a summary of the PyGreSQL project |
Project home sites¶
- Python:
- PostgreSQL:
- PyGreSQL: