Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / psycopg2 / PKG-INFO
1 Metadata-Version: 1.0
2 Name: psycopg2
3 Version: 2.0.5.1
4 Summary: Python-PostgreSQL Database Adapter
5 Home-page: http://initd.org/tracker/psycopg
6 Author: Federico Di Gregorio
7 Author-email: fog@initd.org
8 License: GPL with exceptions or ZPL
9 Download-URL: http://initd.org/pub/software/psycopg2
10 Description: psycopg is a PostgreSQL database adapter for the Python programming
11         language. This is version 2, a complete rewrite of the original code to
12         provide new-style classes for connection and cursor objects and other sweet
13         candies. Like the original, psycopg 2 was written with the aim of being
14         very small and fast, and stable as a rock.
15         
16         psycopg is different from the other database adapter because it was
17         designed for heavily multi-threaded applications that create and destroy
18         lots of cursors and make a conspicuous number of concurrent INSERTs or
19         UPDATEs. psycopg 2 also provide full asycronous operations for the really
20         brave programmer.
21         
22 Platform: any
23 Classifier: Development Status :: 4 - Beta
24 Classifier: Intended Audience :: Developers
25 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
26 Classifier: License :: OSI Approved :: Zope Public License
27 Classifier: Programming Language :: Python
28 Classifier: Programming Language :: C
29 Classifier: Programming Language :: SQL
30 Classifier: Topic :: Database
31 Classifier: Topic :: Database :: Front-Ends
32 Classifier: Topic :: Software Development
33 Classifier: Topic :: Software Development :: Libraries :: Python Modules
34 Classifier: Operating System :: Microsoft :: Windows
35 Classifier: Operating System :: Unix