{ "info": { "author": "Anthony Lenton", "author_email": "anthony.lenton@canonical.com", "bugtrack_url": null, "classifiers": [], "description": "Overview\n========\n\nPiston mini client is a package that allows you to easily describe an\nAPI provided by a Django server using django-piston that takes care of:\n\n* Serializing call arguments and deserializing responses from the api. It\n can deserialize json provided by Piston into light-weight objects.\n* Making the http calls for you. You should be able to call a method on an\n api object instead of having to fetch a particular URL.\n* Provide a in-code description of your API. Developers should be able to\n know your API by looking at the client code you provide.\n\nYou can read the `latest docs online`_.\n\n.. _latest docs online: http://packages.python.org/piston-mini-client/\n\n\nInstallation\n============\npiston-mini-client uses a standard distutils setup.py script, so you can use::\n\n python setup.py install\n\nRunning the tests\n=================\nTo run the tests, just install tox_ (can be in a virtualenv) and then run::\n\n tox\n\nThis will ensure the tests run on Python 2.6, 2.7 and 3.2, and the docs build\ncorrectly.\n\nBuilding the docs locally\n=========================\nWith sphinx_ installed, you should be able to build the documentation for\nthis code with::\n\n cd doc\n make html\n\nEnjoy!\n\n\n.. _tox: http://pypi.python.org/pypi/tox\n.. _sphinx: http://sphinx.pocoo.org/\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/piston-mini-client/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/piston-mini-client", "keywords": null, "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "piston-mini-client", "package_url": "https://pypi.org/project/piston-mini-client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/piston-mini-client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://launchpad.net/piston-mini-client" }, "release_url": "https://pypi.org/project/piston-mini-client/0.7.5/", "requires_dist": null, "requires_python": null, "summary": "A package to consume Django-Piston web services", "version": "0.7.5" }, "last_serial": 574868, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "42f36b53502af4842b5e44ab78255bb7", "sha256": "bb1ff6c98c46344e8ee89015fcf99848f15b3a70272ccac63b49f3772680059b" }, "downloads": -1, "filename": "piston-mini-client-0.3.tar.gz", "has_sig": false, "md5_digest": "42f36b53502af4842b5e44ab78255bb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6726, "upload_time": "2011-03-25T15:02:18", "url": "https://files.pythonhosted.org/packages/a3/f0/df40e6ec967f69d3138d5f4b5c356d11693b0330f4c601e5996e4013c0af/piston-mini-client-0.3.tar.gz" } ], "0.3": [], "0.4": [ { "comment_text": "", "digests": { "md5": "4c88cdcbd9e7a54f4bf594ca30584213", "sha256": "816a1a497154a16fc9efa3e687df2ddf1c8555223f547ddb53fedad7fd3b2878" }, "downloads": -1, "filename": "piston-mini-client-0.4.tar.gz", "has_sig": false, "md5_digest": "4c88cdcbd9e7a54f4bf594ca30584213", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7779, "upload_time": "2011-06-15T14:57:04", "url": "https://files.pythonhosted.org/packages/19/6e/a7baf872235fc2c765849e24b8e98d0126e544aece3f8deb967b2ed816bf/piston-mini-client-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "682cf2ea7874c465390825b1f3d762f5", "sha256": "e437509602d9149d2d4a729ea7e61f2577bbcf6795cdef061d42bd2a3b977153" }, "downloads": -1, "filename": "piston-mini-client-0.5.tar.gz", "has_sig": false, "md5_digest": "682cf2ea7874c465390825b1f3d762f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8107, "upload_time": "2011-08-01T18:23:33", "url": "https://files.pythonhosted.org/packages/0d/6a/8771f3cf39d97f6b83ab285799a312515762e310c60a65fe316767243feb/piston-mini-client-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "46f53e39cd14c58659cc97d39b8ab4ae", "sha256": "817be130168477c8efbd45259d456414c12fa7e17cbbaf49a83ff496c8005fcd" }, "downloads": -1, "filename": "piston-mini-client-0.6.tar.gz", "has_sig": false, "md5_digest": "46f53e39cd14c58659cc97d39b8ab4ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13758, "upload_time": "2011-09-28T14:27:47", "url": "https://files.pythonhosted.org/packages/ee/7a/6e16454ef3bdc6a2ea73705fe18a3669adaa967c83bd0a57af399164e2d2/piston-mini-client-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "3237a0cdddef007edb54de0fcb1070d7", "sha256": "461bbdea36ebcb01a3f86c52a59c78a6cf74850b1438bf8e18fc808ca08ab710" }, "downloads": -1, "filename": "piston-mini-client-0.7.tar.gz", "has_sig": false, "md5_digest": "3237a0cdddef007edb54de0fcb1070d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15254, "upload_time": "2012-04-02T20:23:29", "url": "https://files.pythonhosted.org/packages/c7/66/b5ca4702bee834412dadb914d444f2a5468006ec2cd2e3f52fea7ab589ab/piston-mini-client-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "4a04915866138f89d673e432cf51749c", "sha256": "7fc73ef8b2d04dafcd49b6a1d329d829e3655ba4e87a9a4dc1a52027cb314292" }, "downloads": -1, "filename": "piston-mini-client-0.7.1.tar.gz", "has_sig": false, "md5_digest": "4a04915866138f89d673e432cf51749c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25225, "upload_time": "2012-04-02T21:22:56", "url": "https://files.pythonhosted.org/packages/38/a6/302da08e5e74a28977b2b471c745f7454e5d786def2182edf7ff8b3ba6b9/piston-mini-client-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "58219408a976c06f8a50b280dad30bec", "sha256": "6d7a172e9f65c844e1d8dfc23ae062dbaff2941465cda1634b362fd4e47de2d9" }, "downloads": -1, "filename": "piston-mini-client-0.7.2.tar.gz", "has_sig": false, "md5_digest": "58219408a976c06f8a50b280dad30bec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35396, "upload_time": "2012-04-02T21:33:29", "url": "https://files.pythonhosted.org/packages/32/a3/8dd3f6070025447a7dc596fa0d3ac1b7b150a952ef75f1f30aa9b2ee334b/piston-mini-client-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "0d870c90fc7abab30ac61f6ff314b373", "sha256": "d6c59140e18f85c0c458c79491a4274cab8cd889673ed92a9f9d7a040b09116e" }, "downloads": -1, "filename": "piston-mini-client-0.7.3.tar.gz", "has_sig": false, "md5_digest": "0d870c90fc7abab30ac61f6ff314b373", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36133, "upload_time": "2012-08-23T12:55:12", "url": "https://files.pythonhosted.org/packages/94/9a/cde1b52551924fe463626ffebdcad44a495ecfd2f81f3b1e3a14efac7228/piston-mini-client-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "a115778325c9417afeeaa25c388fee1a", "sha256": "d8b18a05be4e2436613795c8128bd46cf504a66b3678b2047ae271d765b87cc2" }, "downloads": -1, "filename": "piston-mini-client-0.7.4.tar.gz", "has_sig": false, "md5_digest": "a115778325c9417afeeaa25c388fee1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38529, "upload_time": "2013-02-01T14:25:00", "url": "https://files.pythonhosted.org/packages/5b/7a/828bc26e7742135b72c1e893f8fd7fe0ec095f0f6c920e25a875d6f32e7f/piston-mini-client-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "b667701e3e4cffc3c3e9cf45b1447181", "sha256": "41a287c252359a43bc5020cba706c4fe42021abfe4dabf32e588cc53c41a3d03" }, "downloads": -1, "filename": "piston-mini-client-0.7.5.tar.gz", "has_sig": false, "md5_digest": "b667701e3e4cffc3c3e9cf45b1447181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39031, "upload_time": "2013-02-26T20:49:44", "url": "https://files.pythonhosted.org/packages/da/5c/3e92f252ffcb2e69e9521d6444eae5bd7bda45cd59c97588fe8a1f83bc7f/piston-mini-client-0.7.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b667701e3e4cffc3c3e9cf45b1447181", "sha256": "41a287c252359a43bc5020cba706c4fe42021abfe4dabf32e588cc53c41a3d03" }, "downloads": -1, "filename": "piston-mini-client-0.7.5.tar.gz", "has_sig": false, "md5_digest": "b667701e3e4cffc3c3e9cf45b1447181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39031, "upload_time": "2013-02-26T20:49:44", "url": "https://files.pythonhosted.org/packages/da/5c/3e92f252ffcb2e69e9521d6444eae5bd7bda45cd59c97588fe8a1f83bc7f/piston-mini-client-0.7.5.tar.gz" } ] }