{ "info": { "author": "Joji Antony", "author_email": "simula67@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Restypy\n=======\n\nPythonic REST client\n\nThe code interacting with the remote API reads just like standard Python!\n\nRestypy uses the awesome 'requests' library under the hood\n\nNOTE\n====\n\nSince REST APIs may contain URLs that may be invalid method names in Python, you will have to use the path='1nvalidpath' workaround to build the path.\nThis approach is shown in the following example.\n\nExamples\n========\n\n.. code-block:: python\n\n from restypy import API\n github = API('https://api.github.com')\n # GET : https://api.github.com/users/simula67/events\n response = github.users(path='simula67').events()\n # Response is a simple 'requests' response\n print response.json()\n # For HTTP methods other than GET, add a keyword argument 'method'. Rest of the arguments are passed to 'requests'\n httpbin = API('http://httpbin.org')\n print httpbin.post(method='post', data={'test': 'hi'}).text", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/simula67/restypy/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simula67/restypy", "keywords": "rest,pythonic,client", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "restypy", "package_url": "https://pypi.org/project/restypy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/restypy/", "project_urls": { "Download": "https://github.com/simula67/restypy/tarball/master", "Homepage": "https://github.com/simula67/restypy" }, "release_url": "https://pypi.org/project/restypy/0.7/", "requires_dist": null, "requires_python": null, "summary": "A Pythonic Rest API client", "version": "0.7" }, "last_serial": 2547317, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a71f2c2d87864869b532432db69771f5", "sha256": "a94e46c7fd8c67598c3a2548a8fd6169e01514d9e21db955bd1f222b8ec52f32" }, "downloads": -1, "filename": "restypy-0.1.tar.gz", "has_sig": false, "md5_digest": "a71f2c2d87864869b532432db69771f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1453, "upload_time": "2016-12-28T14:22:51", "url": "https://files.pythonhosted.org/packages/06/5c/157e4661cab6851451155e48b0ed618bc5e917b5f4478cf757682516dda8/restypy-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9dc34268be1c28ac3614151f3c2c9e72", "sha256": "d95792809fe128a8eb81c330cdc4d0c3d84ea31ddd1165d2fe4a0573050a02ba" }, "downloads": -1, "filename": "restypy-0.2.tar.gz", "has_sig": false, "md5_digest": "9dc34268be1c28ac3614151f3c2c9e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1435, "upload_time": "2016-12-29T06:15:30", "url": "https://files.pythonhosted.org/packages/d0/57/a7425605c8f267abbdd61b30774af06cdb18be88d7b8db0fc5c5130c5046/restypy-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "dded06b5063d361247d557c8f2bd01df", "sha256": "11ac3dd3d55d17f12f8d6fda200a605d029b2ddfe273cef382ec8cbacd1a02c5" }, "downloads": -1, "filename": "restypy-0.3.tar.gz", "has_sig": false, "md5_digest": "dded06b5063d361247d557c8f2bd01df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1509, "upload_time": "2016-12-29T06:37:17", "url": "https://files.pythonhosted.org/packages/db/e1/7ec90a5d60fefe1498ba6b4ffcc9c6901ff5d5babb1d47d09b4f24d9c321/restypy-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4541704eaf52be0a34b3e31d868af31d", "sha256": "a6c9432dce7ec1b58578227979a84b03f2249a2256f9ba2f7e7dedb36398daf2" }, "downloads": -1, "filename": "restypy-0.4.tar.gz", "has_sig": false, "md5_digest": "4541704eaf52be0a34b3e31d868af31d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1449, "upload_time": "2016-12-29T10:06:19", "url": "https://files.pythonhosted.org/packages/a3/7b/7bb97f961576b0922841ba6a62aae420adfe4bd8c87e67213ba687173a9c/restypy-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "015834def70e241d7225884e81384241", "sha256": "46f78494e05aca80f8279d6722aea480ee2792d39476c9e9a98a27de56fe7695" }, "downloads": -1, "filename": "restypy-0.5.tar.gz", "has_sig": false, "md5_digest": "015834def70e241d7225884e81384241", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1769, "upload_time": "2016-12-31T08:02:04", "url": "https://files.pythonhosted.org/packages/65/26/85794128d04773d5b625531112c74670ef63eb41609467ae05ae1013bc2f/restypy-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "94714ac7dc3f364400ce8695f97edf10", "sha256": "0112ffa6b4c308c538312650291391bef3e2fcf1f0c842701d56940d9d48de99" }, "downloads": -1, "filename": "restypy-0.6.tar.gz", "has_sig": false, "md5_digest": "94714ac7dc3f364400ce8695f97edf10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1867, "upload_time": "2016-12-31T08:09:38", "url": "https://files.pythonhosted.org/packages/66/38/759b2a21f58c8ac7dbf4d335be5d8dc679430d12ead56752661398ab8f29/restypy-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "1fe281837420c902c251012af0b43948", "sha256": "6217eeadde1d4f25eae75947622de0403aae89bfd019b5d829c623ff8ff2a0b9" }, "downloads": -1, "filename": "restypy-0.7.tar.gz", "has_sig": false, "md5_digest": "1fe281837420c902c251012af0b43948", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1864, "upload_time": "2016-12-31T08:14:15", "url": "https://files.pythonhosted.org/packages/b4/31/69851312c163701a7fcf43ae97c861a8dfa0922f5e84b603b2560efefdf3/restypy-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fe281837420c902c251012af0b43948", "sha256": "6217eeadde1d4f25eae75947622de0403aae89bfd019b5d829c623ff8ff2a0b9" }, "downloads": -1, "filename": "restypy-0.7.tar.gz", "has_sig": false, "md5_digest": "1fe281837420c902c251012af0b43948", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1864, "upload_time": "2016-12-31T08:14:15", "url": "https://files.pythonhosted.org/packages/b4/31/69851312c163701a7fcf43ae97c861a8dfa0922f5e84b603b2560efefdf3/restypy-0.7.tar.gz" } ] }