{ "info": { "author": "Kacper Duras", "author_email": "kacper.duras@mediascope.group", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: Other/Proprietary License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# light_rest_client [![Build Status](https://travis-ci.org/mediascopegroup/light_rest_client.svg?branch=master)](https://travis-ci.org/mediascopegroup/light_rest_client)\nA very lightweight REST client for Python.\n\n## Example\n```python\nfrom light_rest_client.client import Client\nfrom light_rest_client.parsers import JSONParser\nfrom light_rest_client.exceptions import HTTPClientException, HTTPServerException\n\ntry:\n client = Client(url=\"https://jsonplaceholder.typicode.com\", parser=JSONParser())\n print(client.get(\"todos/1\"))\nexcept HTTPClientException:\n # code\nexcept HTTPServerException:\n # code\n```\n\n## Installation\n\n```shell\npip install -e git://github.com/mediascopegroup/light_rest_client.git@1.0.2\n```\n\n## License\n[CDDL](LICENSE)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mediascopegroup/light_rest_client/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "light-rest-client", "package_url": "https://pypi.org/project/light-rest-client/", "platform": "", "project_url": "https://pypi.org/project/light-rest-client/", "project_urls": { "Homepage": "https://github.com/mediascopegroup/light_rest_client/" }, "release_url": "https://pypi.org/project/light-rest-client/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "A very lightweight REST client for Python.", "version": "1.0.3" }, "last_serial": 4548499, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "a9add0ef0cb4edba28ba7800219f41e2", "sha256": "fc37159656dea44b1d2c98060ae8a312a3650ec32fe819ec0ecbacc4062aadbf" }, "downloads": -1, "filename": "light_rest_client-1.0.3.tar.gz", "has_sig": false, "md5_digest": "a9add0ef0cb4edba28ba7800219f41e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2018, "upload_time": "2018-11-30T20:11:09", "url": "https://files.pythonhosted.org/packages/e2/19/73f3aa32354b0efd448a6c95400e6482d6da573a517472b48a64ce39ee16/light_rest_client-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9add0ef0cb4edba28ba7800219f41e2", "sha256": "fc37159656dea44b1d2c98060ae8a312a3650ec32fe819ec0ecbacc4062aadbf" }, "downloads": -1, "filename": "light_rest_client-1.0.3.tar.gz", "has_sig": false, "md5_digest": "a9add0ef0cb4edba28ba7800219f41e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2018, "upload_time": "2018-11-30T20:11:09", "url": "https://files.pythonhosted.org/packages/e2/19/73f3aa32354b0efd448a6c95400e6482d6da573a517472b48a64ce39ee16/light_rest_client-1.0.3.tar.gz" } ] }