{ "info": { "author": "Ricardo Kirkner", "author_email": "ricardo@kirkner.com.ar", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "collection-json\n===============\n\n.. image:: https://badge.fury.io/py/collection-json.png\n :target: http://badge.fury.io/py/collection-json\n\n.. image:: https://travis-ci.org/ricardokirkner/collection-json.python.png?branch=master\n :target: https://travis-ci.org/ricardokirkner/collection-json.python\n\n.. image:: https://coveralls.io/repos/ricardokirkner/collection-json.python/badge.png\n :target: https://coveralls.io/r/ricardokirkner/collection-json.python\n\n\ncollection-json is a small library, written in Python, to work with\nCollection+JSON documents.\n\n\nInstallation\n------------\n\nThe easiest way to install `collection-json` is to run\n::\n\n $ pip install collection-json\n\n\nFor other ways of installing it, please refer to the documentation_.\n\n\nExamples\n--------\n\nParsing a Collection+JSON document is really simple\n::\n\n >>> import requests\n >>> from collection_json import Collection\n >>> data = requests.get('http://www.youtypeitwepostit.com/api/').text\n >>> collection = Collection.from_json(data)\n >>> collection\n \n\n\nThe documentation_ includes several usage examples, go and check it out!\n\n\n.. _documentation: http://collection-json.readthedocs.org\n\n\nContributing\n------------\n\n1. Check for open issues or open a fresh issue to start a discussion around a\n feature idea or a bug.\n1. Fork `the repository`_ on GitHub to start making your changes to the\n **master** branch (or branch off of it).\n1. Write a test which shows that the bug was fixed or that the feature works\n as expected.\n1. Send a pull request and bug the maintainer until it gets merged and\n published. :) Make sure to add yourself to AUTHORS_.\n\n.. _`the repository`: https://github.com/ricardokirkner/collection-json.python\n.. _AUTHORS: https://github.com/ricardokirkner/collection-json.python/blob/master/AUTHORS.txt", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collection-json", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "collection-json", "package_url": "https://pypi.org/project/collection-json/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collection-json/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/collection-json" }, "release_url": "https://pypi.org/project/collection-json/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Small library to work with Collection+JSON documents.", "version": "0.1.1" }, "last_serial": 1446485, "releases": { "0.0.1dev": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "77b5326a2306de2ce9536fe2b0ee45dc", "sha256": "4e99773e75f8596c4590fec1910e88f1a131751efe0a4cf5c536da7c8068e570" }, "downloads": -1, "filename": "collection-json-0.1.0.tar.gz", "has_sig": false, "md5_digest": "77b5326a2306de2ce9536fe2b0ee45dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4825, "upload_time": "2014-02-25T00:01:26", "url": "https://files.pythonhosted.org/packages/65/27/f8e96d92be1db7ed6f6effc3e0766a32eaba5cc5efc05192a3c46160cac1/collection-json-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0e43f5482252a40e8c4f189dc681174e", "sha256": "3a0358215a9fe88e6a31f22d205ac157c77743eced134af55c38ea4b5ecfc898" }, "downloads": -1, "filename": "collection_json-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e43f5482252a40e8c4f189dc681174e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6454, "upload_time": "2015-03-03T19:10:31", "url": "https://files.pythonhosted.org/packages/95/8b/2f1e5db67799ec06b35f8be63ff49fb72d5aceb9b5904633e2c6770bcec6/collection_json-0.1.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e43f5482252a40e8c4f189dc681174e", "sha256": "3a0358215a9fe88e6a31f22d205ac157c77743eced134af55c38ea4b5ecfc898" }, "downloads": -1, "filename": "collection_json-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0e43f5482252a40e8c4f189dc681174e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6454, "upload_time": "2015-03-03T19:10:31", "url": "https://files.pythonhosted.org/packages/95/8b/2f1e5db67799ec06b35f8be63ff49fb72d5aceb9b5904633e2c6770bcec6/collection_json-0.1.1-py2.py3-none-any.whl" } ] }