loongson/pypi/: psycopg-binary-3.2.13 metadata and description
Homepage
Simple index
Mirror page
PostgreSQL database adapter for Python -- C optimisation distribution
| author |
Daniele Varrazzo |
| author_email |
daniele.varrazzo@gmail.com |
| classifiers |
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Programming Language :: Cython
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
- Programming Language :: Python :: 3.13
- Programming Language :: Python :: 3.14
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Database
- Topic :: Database :: Front-Ends
- Topic :: Software Development
- Topic :: Software Development :: Libraries :: Python Modules
|
| description_content_type |
text/x-rst |
| license |
LGPL-3.0-only |
| project_urls |
- Homepage, https://psycopg.org/
- Documentation, https://psycopg.org/psycopg3/docs/
- Changes, https://psycopg.org/psycopg3/docs/news.html
- Code, https://github.com/psycopg/psycopg
- Issue Tracker, https://github.com/psycopg/psycopg/issues
- Download, https://pypi.org/project/psycopg-binary/
- Funding, https://github.com/sponsors/dvarrazzo
|
| requires_python |
>=3.8 |
This distribution package is an optional component of Psycopg 3: it
contains the optional optimization package psycopg_binary.
You shouldn’t install this package directly: use instead
pip install "psycopg[binary]"
to install a version of the optimization package matching the psycopg
version installed.
Installing this package requires pip >= 20.3 or newer installed.
This package is not available for every platform: check out Binary
installation in the documentation.
Please read the project readme and the installation documentation for
more details.
Copyright (C) 2020 The Psycopg Team