{ "info": { "author": "BUNNY TMJ", "author_email": "tmukkuroj1337@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# PasteBunny\r\n\r\nPasteBunny is a Pastebin API wrapper, the first wrapper I've seen to do the most basic stuff such as storing the user key on its own.\r\n\r\n### Features\r\n - Post pastes\r\n - Delete pastes\r\n - Getting user data\r\n - Getting trending pastes\r\n\r\n### TODO\r\n - Read lists of pastes into PasteBunny.Models.Paste objects\r\n - Read user data into PasteBunny.Models.User object\r\n\r\n### Dependencies\r\n\r\nSynchronous client:\r\n```sh\r\n$ pip3 install requests\r\n```\r\nAsynchronous client:\r\n```sh\r\n$ pip3 install aiohttp aiodns cchardet asyncio\r\n```\r\n\r\n### Installation\r\n\r\nInstallation is as easy as running the setup.py, I don't know how to add it to PyPip so..., too bad.\r\n\r\n```sh\r\n$ git clone https://github.com/tmjvonboss/PasteBunny.git\r\n$ python3 setup.py install\r\n```\r\n\r\n### Examples\r\n\r\nLook at the sync_example.py and async_example.py\r\n\r\n\r\n### Why did I make this?\r\n\r\nIt just looks better than the other wrappers I have seen, in a bigger project I was to keep track of too many variables and frankly there was no need to have 3 of them related to a Pastebin wrapper, hence these client classes do it somewhere you won't have to worry about it.\r\n\r\nAlso none of the were using the https API URL's, and this one is\r\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tmjvonboss/PasteBunny.git", "keywords": "PasteBunny", "license": "Bunny Licensse", "maintainer": "", "maintainer_email": "", "name": "PasteBunny", "package_url": "https://pypi.org/project/PasteBunny/", "platform": "", "project_url": "https://pypi.org/project/PasteBunny/", "project_urls": { "Homepage": "https://github.com/tmjvonboss/PasteBunny.git" }, "release_url": "https://pypi.org/project/PasteBunny/0.180331a0/", "requires_dist": null, "requires_python": "", "summary": "Pastebin wrapper made by bunnies, for bunnies...", "version": "0.180331a0" }, "last_serial": 3722649, "releases": { "0.180331a0": [ { "comment_text": "", "digests": { "md5": "f6a9bdaa257d4cc31855b5e791ef86d7", "sha256": "cce72c0e32783c1c5c0e8eba812e0a0d8d3c245663da8d8bcbf950bb233699bb" }, "downloads": -1, "filename": "PasteBunny-0.180331a0.tar.gz", "has_sig": false, "md5_digest": "f6a9bdaa257d4cc31855b5e791ef86d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4570, "upload_time": "2018-03-31T20:12:23", "url": "https://files.pythonhosted.org/packages/c9/71/ea5f27247169748665d48364526e0f3830cc5d37a5cf6f3d4f575f74e6b3/PasteBunny-0.180331a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f6a9bdaa257d4cc31855b5e791ef86d7", "sha256": "cce72c0e32783c1c5c0e8eba812e0a0d8d3c245663da8d8bcbf950bb233699bb" }, "downloads": -1, "filename": "PasteBunny-0.180331a0.tar.gz", "has_sig": false, "md5_digest": "f6a9bdaa257d4cc31855b5e791ef86d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4570, "upload_time": "2018-03-31T20:12:23", "url": "https://files.pythonhosted.org/packages/c9/71/ea5f27247169748665d48364526e0f3830cc5d37a5cf6f3d4f575f74e6b3/PasteBunny-0.180331a0.tar.gz" } ] }