Small library to work with Collection+JSON documents.
Project description
collection-json
===============
.. image:: https://badge.fury.io/py/collection-json.png
:target: http://badge.fury.io/py/collection-json
.. image:: https://travis-ci.org/ricardokirkner/collection-json.python.png?branch=master
:target: https://travis-ci.org/ricardokirkner/collection-json.python
.. image:: https://coveralls.io/repos/ricardokirkner/collection-json.python/badge.png
:target: https://coveralls.io/r/ricardokirkner/collection-json.python
collection-json is a small library, written in Python, to work with
Collection+JSON documents.
Installation
------------
The easiest way to install `collection-json` is to run
::
$ pip install collection-json
For other ways of installing it, please refer to the documentation_.
Examples
--------
Parsing a Collection+JSON document is really simple
::
>>> import requests
>>> from collection_json import Collection
>>> data = requests.get('http://www.youtypeitwepostit.com/api/').text
>>> collection = Collection.from_json(data)
>>> collection
<Collection: version='1.0' href='http://www.youtypeitwepostit.com/api/'>
The documentation_ includes several usage examples, go and check it out!
.. _documentation: http://collection-json.readthedocs.org
Contributing
------------
1. Check for open issues or open a fresh issue to start a discussion around a
feature idea or a bug.
1. Fork `the repository`_ on GitHub to start making your changes to the
**master** branch (or branch off of it).
1. Write a test which shows that the bug was fixed or that the feature works
as expected.
1. Send a pull request and bug the maintainer until it gets merged and
published. :) Make sure to add yourself to AUTHORS_.
.. _`the repository`: https://github.com/ricardokirkner/collection-json.python
.. _AUTHORS: https://github.com/ricardokirkner/collection-json.python/blob/master/AUTHORS.txt
===============
.. image:: https://badge.fury.io/py/collection-json.png
:target: http://badge.fury.io/py/collection-json
.. image:: https://travis-ci.org/ricardokirkner/collection-json.python.png?branch=master
:target: https://travis-ci.org/ricardokirkner/collection-json.python
.. image:: https://coveralls.io/repos/ricardokirkner/collection-json.python/badge.png
:target: https://coveralls.io/r/ricardokirkner/collection-json.python
collection-json is a small library, written in Python, to work with
Collection+JSON documents.
Installation
------------
The easiest way to install `collection-json` is to run
::
$ pip install collection-json
For other ways of installing it, please refer to the documentation_.
Examples
--------
Parsing a Collection+JSON document is really simple
::
>>> import requests
>>> from collection_json import Collection
>>> data = requests.get('http://www.youtypeitwepostit.com/api/').text
>>> collection = Collection.from_json(data)
>>> collection
<Collection: version='1.0' href='http://www.youtypeitwepostit.com/api/'>
The documentation_ includes several usage examples, go and check it out!
.. _documentation: http://collection-json.readthedocs.org
Contributing
------------
1. Check for open issues or open a fresh issue to start a discussion around a
feature idea or a bug.
1. Fork `the repository`_ on GitHub to start making your changes to the
**master** branch (or branch off of it).
1. Write a test which shows that the bug was fixed or that the feature works
as expected.
1. Send a pull request and bug the maintainer until it gets merged and
published. :) Make sure to add yourself to AUTHORS_.
.. _`the repository`: https://github.com/ricardokirkner/collection-json.python
.. _AUTHORS: https://github.com/ricardokirkner/collection-json.python/blob/master/AUTHORS.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file collection_json-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: collection_json-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a0358215a9fe88e6a31f22d205ac157c77743eced134af55c38ea4b5ecfc898 |
|
MD5 | 0e43f5482252a40e8c4f189dc681174e |
|
BLAKE2b-256 | 958b2f1e5db67799ec06b35f8be63ff49fb72d5aceb9b5904633e2c6770bcec6 |