{ "info": { "author": "Elliot Peele", "author_email": "elliot@bentlogic.net", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "prism_rest_client README\n==================\n\nThis client library is meant for interacting with REST APIs implemented using\nthe prism_rest library. It may work with other REST APIs as well, but has not\nbeen tested against such.\n\nGetting Started\n---------------\n\n >>> import prism_rest_client\n >>> api = prism_rest_client.open('http://example.com/api')\n >>>\n >>> distros = dict(((x.name, x.version), x) for x in api.distros)\n >>>\n >>> distro = distros.get(('centos', 6))\n >>>\n >>> pkgs = distro.query('packages', name='bash')\n >>>\n >>> assert pkgs[0].nevra.name == 'bash'\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/elliotpeele/prism_rest_client", "keywords": "web rest client", "license": "", "maintainer": "", "maintainer_email": "", "name": "prism_rest_client", "package_url": "https://pypi.org/project/prism_rest_client/", "platform": "", "project_url": "https://pypi.org/project/prism_rest_client/", "project_urls": { "Homepage": "https://github.com/elliotpeele/prism_rest_client" }, "release_url": "https://pypi.org/project/prism_rest_client/0.2/", "requires_dist": null, "requires_python": "", "summary": "prism_rest_client", "version": "0.2" }, "last_serial": 4425674, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "20ccd48d7da4b4766ffbabdd5ca1579f", "sha256": "51298d30e601ff6512ef99cdac0ae0e90e996abf150a02fe37fb0b37dc12340e" }, "downloads": -1, "filename": "prism_rest_client-0.1-py2.7.egg", "has_sig": false, "md5_digest": "20ccd48d7da4b4766ffbabdd5ca1579f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13366, "upload_time": "2014-01-07T02:56:02", "url": "https://files.pythonhosted.org/packages/79/42/2acc8e6995bdae7db363990335d0077d3816c0053f999f8b9d576a1a1b29/prism_rest_client-0.1-py2.7.egg" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f2cb2e6b38bc0b5ed62ccda0d86c9f3a", "sha256": "c113c753a48c99a73745a80e685102910348703d97e91be401e3b9a2a92294d9" }, "downloads": -1, "filename": "prism_rest_client-0.2.tar.gz", "has_sig": false, "md5_digest": "f2cb2e6b38bc0b5ed62ccda0d86c9f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4086, "upload_time": "2018-10-29T01:19:59", "url": "https://files.pythonhosted.org/packages/cf/53/d290a35742ce7395063388ad5d52c287283027ba50ee943264831c1790c9/prism_rest_client-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f2cb2e6b38bc0b5ed62ccda0d86c9f3a", "sha256": "c113c753a48c99a73745a80e685102910348703d97e91be401e3b9a2a92294d9" }, "downloads": -1, "filename": "prism_rest_client-0.2.tar.gz", "has_sig": false, "md5_digest": "f2cb2e6b38bc0b5ed62ccda0d86c9f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4086, "upload_time": "2018-10-29T01:19:59", "url": "https://files.pythonhosted.org/packages/cf/53/d290a35742ce7395063388ad5d52c287283027ba50ee943264831c1790c9/prism_rest_client-0.2.tar.gz" } ] }