# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-psycopg2 VERSION= 2.9.9 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Python-PostgreSQL Database Adapter (3.11) SDESC[v12]= Python-PostgreSQL Database Adapter (3.12) HOMEPAGE= https://psycopg.org/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/p/psycopg2 DISTFILE[1]= psycopg2-2.9.9.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= pgsql DISTNAME= psycopg2-2.9.9 GENERATED= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools [FILE:1052:descriptions/desc.single] Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a large number of concurrent "INSERT"s or "UPDATE"s. Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being both efficient and secure. It features client-side and server-side cursors, asynchronous communication and notifications, "COPY TO/COPY FROM" support. Many Python types are supported out-of-the-box and adapted to matching PostgreSQL data types; adaptation can be extended and customized thanks to a flexible objects adaptation system. Psycopg 2 is both Unicode and Python 3 friendly. Documentation ------------- Documentation is included in the doc directory and is `available online`__. :alt: Linux and OSX build status :alt: Windows build status [FILE:100:distinfo] d1454bde93fb1e224166811694d600e746430c006fbb031ea06ecc2ea41bf156 384926 psycopg2-2.9.9.tar.gz