{ "info": { "author": "MyColorfulDays", "author_email": "my_colorful_days@163.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Database :: Front-Ends" ], "description": "# asyncgp -- A database interface library based on asyncpg for GreenPlum and Python/asyncio\n\n**asyncgp** is a database interface library based on asyncpg for\nGreenPlum and Python/asyncio.\n\nasyncgp requires Python 3.5 or later and add supported for GreenPlum versions 5.x.\n\n\n## Documentation\n\nYou can refer to asyncpg document [here](https://magicstack.github.io/asyncpg/current/).\n\n\n## Installation\n\nasyncgp is available on PyPI.\nUse pip to install:\n\n```shell\n$ pip install asyncgp\n```\nor:\n\n```shell\n$ git clone https://github.com/MyColorfulDays/asyncgp.git\n$ cd asyncgp\n$ python setup.py install\n```\n\n## Basic Usage\n\n```python3\n\nimport asyncio\nimport asyncgp as asyncpg\n\nasync def run():\n conn = await asyncpg.connect(user='user', password='password', database='database', host='127.0.0.1')\n values = await conn.fetch('''SELECT * FROM mytable''')\n await conn.close()\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(run())\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MyColorfulDays/asyncgp.git", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "asyncgp", "package_url": "https://pypi.org/project/asyncgp/", "platform": "macOS", "project_url": "https://pypi.org/project/asyncgp/", "project_urls": { "Homepage": "https://github.com/MyColorfulDays/asyncgp.git" }, "release_url": "https://pypi.org/project/asyncgp/0.2.2/", "requires_dist": null, "requires_python": ">=3.5.0", "summary": "An asyncio Greenplum driver", "version": "0.2.2" }, "last_serial": 5290547, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "39e462b343a4c0a6c0436bf80f3916cb", "sha256": "cab8d565c35bd826e69b991112582da46b8cb588ad4f06dc656d6fab71dc10b2" }, "downloads": -1, "filename": "asyncgp-0.2.tar.gz", "has_sig": false, "md5_digest": "39e462b343a4c0a6c0436bf80f3916cb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 1807, "upload_time": "2019-05-10T09:13:25", "url": "https://files.pythonhosted.org/packages/7a/0b/3461497bbbaa40b4bf9324933216b6cfa391e25487c157fdfe6d0775643a/asyncgp-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5bca9000a550649e4f037a140351be75", "sha256": "446fadabe9f1151f7066358e431e43ced076a21bee59096e10b35d5a7e152047" }, "downloads": -1, "filename": "asyncgp-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5bca9000a550649e4f037a140351be75", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 1836, "upload_time": "2019-05-10T09:26:23", "url": "https://files.pythonhosted.org/packages/68/eb/c6dcb94b86c562e8f9e7bfcb695e473532fe1c50478a32398753d3697c31/asyncgp-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "03ece8a89db0abe168c73f16ac347584", "sha256": "91c60f509d4942b279c40dbe2217bd09b0d02ed0eaeb248a5c17a57850e0ea25" }, "downloads": -1, "filename": "asyncgp-0.2.2.tar.gz", "has_sig": false, "md5_digest": "03ece8a89db0abe168c73f16ac347584", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 11896, "upload_time": "2019-05-20T06:25:44", "url": "https://files.pythonhosted.org/packages/45/a9/bf55b02b7569e50c9813ad95a146e566f603285922ad6c0c2a910150ea82/asyncgp-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03ece8a89db0abe168c73f16ac347584", "sha256": "91c60f509d4942b279c40dbe2217bd09b0d02ed0eaeb248a5c17a57850e0ea25" }, "downloads": -1, "filename": "asyncgp-0.2.2.tar.gz", "has_sig": false, "md5_digest": "03ece8a89db0abe168c73f16ac347584", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 11896, "upload_time": "2019-05-20T06:25:44", "url": "https://files.pythonhosted.org/packages/45/a9/bf55b02b7569e50c9813ad95a146e566f603285922ad6c0c2a910150ea82/asyncgp-0.2.2.tar.gz" } ] }