{ "info": { "author": "Lorenzo Gaggini", "author_email": "lg@lgaggini.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "# drowse\n\ndrowse is a human readable Python slim REST client inspired by [Siesta](https://github.com/scastillo/siesta) and powered by [requests](https://github.com/kennethreitz/requests).\n\n## Quickstart\n```python\nfrom drowse import API\napi = API('https://api.github.com/')\nrepos = api.users.lgaggini.repos.get()\n```\n## Features\n* slim\n* human-readable\n* powered by rock-solid requests\n* json only\n* errors and exceptions leaved to upper layers\n\n## Install\n```\ngit clone https://github.com/lgaggini/drowse.git\ncd drowse\npython2 setup.py install\n```\n\npip package to come.\n\n## Status\nBeta version 0.2.0, manual tested on a medium tests set.\n\n## Documentation\nSee the [readme](https://github.com/lgaggini/drowse/tree/master/docs/README.md) in the docs folder.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lgaggini/drowse", "keywords": "REST,API,HTTP", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "drowse", "package_url": "https://pypi.org/project/drowse/", "platform": "", "project_url": "https://pypi.org/project/drowse/", "project_urls": { "Homepage": "https://github.com/lgaggini/drowse" }, "release_url": "https://pypi.org/project/drowse/0.2.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Human readable slim REST client", "version": "0.2.0" }, "last_serial": 3769465, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "a95caf7f595cc8513c327aecbb65ec0b", "sha256": "fe5f3f5d7d2bfc92e39b63c63f6808bb1fc459b2d252b49b6db935faf713bcd8" }, "downloads": -1, "filename": "drowse-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a95caf7f595cc8513c327aecbb65ec0b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3739, "upload_time": "2018-04-16T14:36:53", "url": "https://files.pythonhosted.org/packages/87/c9/96657e5fdaa7c200b05a4d01a372dca48e71f6468bcd2f499546eae8e3ba/drowse-0.2.0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a95caf7f595cc8513c327aecbb65ec0b", "sha256": "fe5f3f5d7d2bfc92e39b63c63f6808bb1fc459b2d252b49b6db935faf713bcd8" }, "downloads": -1, "filename": "drowse-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a95caf7f595cc8513c327aecbb65ec0b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3739, "upload_time": "2018-04-16T14:36:53", "url": "https://files.pythonhosted.org/packages/87/c9/96657e5fdaa7c200b05a4d01a372dca48e71f6468bcd2f499546eae8e3ba/drowse-0.2.0-py2.py3-none-any.whl" } ] }