Metadata-Version: 2.1
Name: pg8000
Version: 1.29.1
Summary: PostgreSQL interface library
Home-page: https://github.com/tlocke/pg8000
Author: Mathieu Fenniak And Contributors
License: BSD
Keywords: postgresql dbapi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: scramp (>=1.4.1)
Requires-Dist: importlib-metadata (>=1.0) ; python_version < "3.8"

pg8000
------

pg8000 is a Pure-Python interface to the PostgreSQL database engine.  It is
one of many PostgreSQL interfaces for the Python programming language. pg8000
is somewhat distinctive in that it is written entirely in Python and does not
rely on any external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard Python DB-API
version 2.0.

pg8000's name comes from the belief that it is probably about the 8000th
PostgreSQL interface for Python.

