Import security/py-yara version 3.4.0
[dports.git] / databases / py-pyPgSQL / pkg-descr
1 pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant
2 interface to PostgreSQL databases. The first module, libpq, exports the
3 PostgreSQL C API to Python. This module is written in C and can be compiled
4 into Python or can be dynamically loaded on demand. The second module, PgSQL,
5 provides the DB-API 2.0 compliant interface and support for various PostgreSQL
6 data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is
7 written in Python.
8
9 WWW: http://pypgsql.sourceforge.net/
10 developed by Bill Allie et al