{ "info": { "author": "Federico Di Gregorio", "author_email": "fog@initd.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: Python", "Topic :: Database :: Front-Ends", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "psycopg is a PostgreSQL database adapter for the Python programming language. It\r\nwas written from scratch with the aim of being very small and fast, and stable\r\nas a rock. The main advantages of psycopg are that it supports the full Python\r\nDBAPI-2.0, being thread safe at level 2 and providing some very usefull\r\nextensions like the user-defined type casters.\r\n\r\npsycopg is different from the other database adapter because it was designed for\r\nheavily multi-threaded applications that create and destroy lots of cursors and\r\nmake a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python\r\nconnection keeps a pool of real (UNIX or TCP/IP) connections to the database.\r\nEvery time a new cursor is created, a new connection does not need to be opened;\r\ninstead one of the unused connections from the pool is used. That makes psycopg\r\nvery fast in typical client-server applications that create a servicing thread\r\nevery time a client request arrives.", "description_content_type": null, "docs_url": null, "download_url": "http://initd.org/pub/software/psycopg/psycopg-1.1.21.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://initd.org/projects/psycopg1", "keywords": "postgresql, database", "license": "", "maintainer": "Jeroen Ruigrok van der Werven", "maintainer_email": "asmodai@in-nomine.org", "name": "psycopg", "package_url": "https://pypi.org/project/psycopg/", "platform": "", "project_url": "https://pypi.org/project/psycopg/", "project_urls": { "Download": "http://initd.org/pub/software/psycopg/psycopg-1.1.21.tar.gz", "Homepage": "http://initd.org/projects/psycopg1" }, "release_url": "https://pypi.org/project/psycopg/1.1.21/", "requires_dist": null, "requires_python": null, "summary": "Python-PostgreSQL Database Adapter", "version": "1.1.21" }, "last_serial": 803182, "releases": { "1.1.21": [] }, "urls": [] }