Source: python-psycopg2
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/psycopg/psycopg2/tags
Vcs-Browser: https://github.com/alvistack/psycopg-psycopg2
Vcs-Git: https://github.com/alvistack/psycopg-psycopg2.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 libpq-dev,
 python3-dev,
 python3-pip,

Package: python3-psycopg2
Architecture: amd64
Description: PostgreSQL database adapter for the Python programming language
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
