Ravenports generated: 17 Aug 2021 04:13
[ravenports.git] / bucket_8B / python-psycopg2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-psycopg2
4 VERSION=                2.9.1
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Python-PostgreSQL Database Adapter (PY38)
8 SDESC[py39]=            Python-PostgreSQL Database Adapter (PY39)
9 HOMEPAGE=               https://psycopg.org/
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPI/p/psycopg2
14 DISTFILE[1]=            psycopg2-2.9.1.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 USES=                   pgsql
25
26 DISTNAME=               psycopg2-2.9.1
27
28 GENERATED=              yes
29
30 [PY38].USES_ON=                         python:py38,sutools
31
32 [PY39].USES_ON=                         python:py39,sutools
33
34 [FILE:1052:descriptions/desc.single]
35 Psycopg is the most popular PostgreSQL database adapter for the Python
36 programming language.  Its main features are the complete implementation of
37 the Python DB API 2.0 specification and the thread safety (several threads
38 can
39 share the same connection).  It was designed for heavily multi-threaded
40 applications that create and destroy lots of cursors and make a large
41 number
42 of concurrent "INSERT"s or "UPDATE"s.
43
44 Psycopg 2 is mostly implemented in C as a libpq wrapper, resulting in being
45 both efficient and secure.  It features client-side and server-side
46 cursors,
47 asynchronous communication and notifications, "COPY TO/COPY FROM" support.
48 Many Python types are supported out-of-the-box and adapted to matching
49 PostgreSQL data types; adaptation can be extended and customized thanks to
50 a
51 flexible objects adaptation system.
52
53 Psycopg 2 is both Unicode and Python 3 friendly.
54
55 Documentation
56 -------------
57
58 Documentation is included in the doc directory and is `available online`__.
59
60     :alt: Linux and OSX build status
61
62     :alt: Windows build status
63
64
65 [FILE:100:distinfo]
66 de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c       379972 psycopg2-2.9.1.tar.gz
67