{ "info": { "author": "Giles Brown", "author_email": "giles_brown@hotmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "gsqlite3\n========\n\nA gevent-ification of pysqlite3, including a SQLAlchemy dialect.\n\nThe module takes a simple approach of any potentiall long running methods off \nto the gevent hub threadpool for execution.\n\nThis lets greenlet code perform parallel queries. \n\nTry the `demo `_ script.\n\n.. code:: shell\n\n $ python demo.py\n Populating 'demo.sqlite' ...\n gsqlite3: 10 loops, best of 3: 105 msec per loop\n sqlite3: 10 loops, best of 3: 243 msec per loop\n\nSQLAlchemy\n----------\nYou can use gsqlite3 with SQLAlchemy by specifying 'sqlite+gsqlite3' as your URL scheme.\n", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/gilesbrown/gsqlite3/tarball/0.1.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/gilesbrown/gsqlite3", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "gsqlite3", "package_url": "https://pypi.org/project/gsqlite3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gsqlite3/", "project_urls": { "Download": "http://github.com/gilesbrown/gsqlite3/tarball/0.1.3", "Homepage": "http://github.com/gilesbrown/gsqlite3" }, "release_url": "https://pypi.org/project/gsqlite3/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A wrapper for 'sqlite3' to make it play better with 'gevent'", "version": "0.1.3" }, "last_serial": 2013138, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d9e0d90f8ca4a0ce57dd26d1d416a59a", "sha256": "d42554b34d9b8aca0707eca1b99b20e79470045cc0626052747391cb0f862371" }, "downloads": -1, "filename": "gsqlite3-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d9e0d90f8ca4a0ce57dd26d1d416a59a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2015, "upload_time": "2014-10-29T04:54:41", "url": "https://files.pythonhosted.org/packages/b8/e9/41105112b4fb5ed7709bc2129b678856b39508c95053420cb11d79883d20/gsqlite3-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1ca265706cbe2858dabc9427e0ffdda5", "sha256": "4ce7541cfcdff3c3ec936977fff7f54585c4f9a79b03fb31bf05f4e8876be0a9" }, "downloads": -1, "filename": "gsqlite3-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1ca265706cbe2858dabc9427e0ffdda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2190, "upload_time": "2014-10-30T02:30:56", "url": "https://files.pythonhosted.org/packages/d4/a6/09f51a04f651121753f220ec5b0468b4cb65baa0b537ed1b35f6349f6f93/gsqlite3-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8a8e2132dffa14d7bef5a5823da3223a", "sha256": "0e2b29a4ea00530793fc0474d86b4bd6b4fc49febe8aba502e5f231207a5b68a" }, "downloads": -1, "filename": "gsqlite3-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8a8e2132dffa14d7bef5a5823da3223a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2384, "upload_time": "2014-11-07T23:50:48", "url": "https://files.pythonhosted.org/packages/73/34/fc0ba417f3ac2681decc319739e0c1ae65d1de7e42d240f0910cc5eca1d1/gsqlite3-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fb1a5230f5a71bd6182d6991eb33d19a", "sha256": "c3439a3534fd73b08ed80844edbe68073ed9444cdb19c5df21294ce273ed3295" }, "downloads": -1, "filename": "gsqlite3-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb1a5230f5a71bd6182d6991eb33d19a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3060, "upload_time": "2016-03-17T21:33:56", "url": "https://files.pythonhosted.org/packages/d5/2f/9da2dd2d1027bc54109518c3db9427ded7728190a7fd7e7dd662e019d3cc/gsqlite3-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb1a5230f5a71bd6182d6991eb33d19a", "sha256": "c3439a3534fd73b08ed80844edbe68073ed9444cdb19c5df21294ce273ed3295" }, "downloads": -1, "filename": "gsqlite3-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb1a5230f5a71bd6182d6991eb33d19a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3060, "upload_time": "2016-03-17T21:33:56", "url": "https://files.pythonhosted.org/packages/d5/2f/9da2dd2d1027bc54109518c3db9427ded7728190a7fd7e7dd662e019d3cc/gsqlite3-0.1.3.tar.gz" } ] }