Metadata-Version: 2.1
Name: psycopg-c
Version: 3.0b1
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
Home-page: https://psycopg.org/psycopg3/
Author: Daniele Varrazzo
Author-email: daniele.varrazzo@gmail.com
License: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Homepage, https://psycopg.org/
Project-URL: Code, https://github.com/psycopg/psycopg
Project-URL: Issue Tracker, https://github.com/psycopg/psycopg/issues
Project-URL: Download, https://pypi.org/project/psycopg-c/
Description: Psycopg 3: PostgreSQL database adapter for Python - optimisation package
        ========================================================================
        
        This distribution contains the optional optimization package ``psycopg_c``.
        
        You shouldn't install this package directly: use instead ::
        
            pip install psycopg[c]
        
        to install a version of the optimization package matching the ``psycopg``
        version installed.
        
        Installing this package requires some prerequisites: check `Local
        installation`__ in the documentation. Without a C compiler and some library
        headers install *will fail*: this is not a bug.
        
        If you are unable to meet the prerequisite needed you might want to install
        ``psycopg[binary]`` instead: look for `Binary installation`__ in the
        documentation.
        
        .. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
               #local-installation
        .. __: 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-2021 The Psycopg Team
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
