{ "info": { "author": "Dylee", "author_email": "dylee@mewbot.me", "bugtrack_url": null, "classifiers": [], "description": "# asyncgur\n\n> An Asynchronous Imgur Wrapper to upload or get an image for Python\n\n\n*Example Usage:*\n```\nfrom asyncgur import Imgur\nclient_id = 'YOUR_IMGUR_CLIENT_ID'\nimgur_app = Imgur(client_id)\n\nasync def main():\n image, response = await imgur_app.upload_image(image='some_image_url_or_bytes')\n assert response.success == True and response.status == 200\n print(image)\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(main())", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "asyncgur", "package_url": "https://pypi.org/project/asyncgur/", "platform": "", "project_url": "https://pypi.org/project/asyncgur/", "project_urls": null, "release_url": "https://pypi.org/project/asyncgur/0.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1" }, "last_serial": 5114500, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "038beee97ce8acad935e787d9355bf89", "sha256": "f35960221bccd82e884fefcd416babd4cc8dff778eb1f14aeaf1a9a3b752a73a" }, "downloads": -1, "filename": "asyncgur-0.1.2.tar.gz", "has_sig": false, "md5_digest": "038beee97ce8acad935e787d9355bf89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1474, "upload_time": "2019-04-08T16:50:18", "url": "https://files.pythonhosted.org/packages/b9/fa/8c12ce36d4ed4139f6f21e8230c2b32ac1871217a7258a4a2b11b8da1837/asyncgur-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "038beee97ce8acad935e787d9355bf89", "sha256": "f35960221bccd82e884fefcd416babd4cc8dff778eb1f14aeaf1a9a3b752a73a" }, "downloads": -1, "filename": "asyncgur-0.1.2.tar.gz", "has_sig": false, "md5_digest": "038beee97ce8acad935e787d9355bf89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1474, "upload_time": "2019-04-08T16:50:18", "url": "https://files.pythonhosted.org/packages/b9/fa/8c12ce36d4ed4139f6f21e8230c2b32ac1871217a7258a4a2b11b8da1837/asyncgur-0.1.2.tar.gz" } ] }