{ "info": { "author": "S\u00e9rgio Berlotto Junior", "author_email": "sergio.berlotto@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "RESTAPI-CLIENT\n\nThis lib is used for call RestApi services.\n\nInstalling\n\nIn your python environment use this command:\n\n$ pip install restapi-client\n\n\nUsage\n\nFormat of calls:\n\n ..[save,get(id),get_all,delete(id),update(id,data)]\n\nExample:\n\n\nfrom restapi import Client\napi = Client()\nret = api..get()\napi..save(dict_data)\nret = api..get(\"\")\napi..update(\"\", dict_data)\napi..delete(\"\")\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/berlotto/restapi-client", "keywords": "restapi client generic restfull", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "restapi-client", "package_url": "https://pypi.org/project/restapi-client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/restapi-client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/berlotto/restapi-client" }, "release_url": "https://pypi.org/project/restapi-client/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Lib for call RestApi services", "version": "0.0.2" }, "last_serial": 1534926, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e8fa490905fef2880fefab66e4793181", "sha256": "6940ec2872a5e4606fb2cc1c6e64d509a877b3e78db0e25e2416aaf6e41d04be" }, "downloads": -1, "filename": "restapi-client-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e8fa490905fef2880fefab66e4793181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2407, "upload_time": "2015-05-06T02:30:03", "url": "https://files.pythonhosted.org/packages/ce/97/f7f67dee29e6af1f34e9ebff60bdd98a04ea84cd36b2caf1503a25fb7f90/restapi-client-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a77fd475243c2e8a8dc288c421e579b0", "sha256": "1746bb6d7e5df2fe6b51cfa440248f246d0dde91e3b7213109f626d8dcabd2b6" }, "downloads": -1, "filename": "restapi-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a77fd475243c2e8a8dc288c421e579b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1901, "upload_time": "2015-05-06T02:34:26", "url": "https://files.pythonhosted.org/packages/b6/4b/61951f234f25f39adebb76d0e91c6fd08d43ed9d614c0bea9d09e9f5be4b/restapi-client-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a77fd475243c2e8a8dc288c421e579b0", "sha256": "1746bb6d7e5df2fe6b51cfa440248f246d0dde91e3b7213109f626d8dcabd2b6" }, "downloads": -1, "filename": "restapi-client-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a77fd475243c2e8a8dc288c421e579b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1901, "upload_time": "2015-05-06T02:34:26", "url": "https://files.pythonhosted.org/packages/b6/4b/61951f234f25f39adebb76d0e91c6fd08d43ed9d614c0bea9d09e9f5be4b/restapi-client-0.0.2.tar.gz" } ] }