68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
Metadata-Version: 2.4
|
|
Name: psycopg-binary
|
|
Version: 3.3.2
|
|
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
|
|
Author-email: Daniele Varrazzo <daniele.varrazzo@gmail.com>
|
|
License-Expression: LGPL-3.0-only
|
|
Project-URL: Homepage, https://psycopg.org/
|
|
Project-URL: Documentation, https://psycopg.org/psycopg3/docs/
|
|
Project-URL: Changes, https://psycopg.org/psycopg3/docs/news.html
|
|
Project-URL: Code, https://github.com/psycopg/psycopg
|
|
Project-URL: Issue Tracker, https://github.com/psycopg/psycopg/issues
|
|
Project-URL: Funding, https://github.com/sponsors/dvarrazzo
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: Operating System :: POSIX
|
|
Classifier: Programming Language :: Cython
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Classifier: Programming Language :: Python :: 3.10
|
|
Classifier: Programming Language :: Python :: 3.11
|
|
Classifier: Programming Language :: Python :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: 3.14
|
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
Classifier: Topic :: Database
|
|
Classifier: Topic :: Database :: Front-Ends
|
|
Classifier: Topic :: Software Development
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Requires-Python: >=3.10
|
|
Description-Content-Type: text/x-rst
|
|
License-File: LICENSE.txt
|
|
Dynamic: license-file
|
|
|
|
Psycopg 3: PostgreSQL database adapter for Python - binary package
|
|
==================================================================
|
|
|
|
This distribution package is an optional component of `Psycopg 3`__: it
|
|
contains the optional optimization package `psycopg_binary`__.
|
|
|
|
.. __: https://pypi.org/project/psycopg/
|
|
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
|
|
#binary-installation
|
|
|
|
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.
|
|
|
|
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
|
|
#binary-installation
|
|
|
|
Please read `the project readme`__ and `the installation documentation`__ for
|
|
more details.
|
|
|
|
.. __: https://github.com/psycopg/psycopg#readme
|
|
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
|
|
|
|
|
|
Copyright (C) 2020 The Psycopg Team
|