{ "info": { "author": "Ben Lee", "author_email": "ben86lee@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# django-psycopg2-pool\n--------------------\n\n## Features\n-----------\n\n* Basic postgres connection pool for Django using gevent\n** assumes you monkeypatch somewhere when using this backend\n\n## Installing the app\n----------------------\n clone via git and python setup.py install\n \nOR\n\n easy_install django-psycopg2-pool\n\n## Setting up the app\n----------------------\n\nAssuming you have Django installed and this app installed,\n\n1. add 'django-psycopg2-pool.gevent' as your db backend\n2. this may be required if you have south: in settings.py, have a line like:\n\n SOUTH_DATABASE_ADAPTERS = {\n 'default': \"south.db.postgresql_psycopg2\",\n }\n\n\n## NOTES\n---------\nThis package includes a modified version of the gevent example psycopg2_pool\nThank you to the author(s) of gevent and psyocopg2_pool\n\n# CONTRIBUTE\n-----------\n* feel free to contribute!\n* maybe this can be done in eventlet as well? I welcome pull requests", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/iiilx/django-psycopg2-pool", "keywords": null, "license": "BSD license, see LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django-psycopg2-pool", "package_url": "https://pypi.org/project/django-psycopg2-pool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-psycopg2-pool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iiilx/django-psycopg2-pool" }, "release_url": "https://pypi.org/project/django-psycopg2-pool/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A db backend for Django using the gevent psycopg2-pool", "version": "0.1.1" }, "last_serial": 476436, "releases": { "0.1.1": [] }, "urls": [] }