Small library to work with Collection+JSON documents.
Project description
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!
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 Distribution
collection-json-0.1.0.tar.gz
(4.8 kB
view details)
File details
Details for the file collection-json-0.1.0.tar.gz
.
File metadata
- Download URL: collection-json-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e99773e75f8596c4590fec1910e88f1a131751efe0a4cf5c536da7c8068e570 |
|
MD5 | 77b5326a2306de2ce9536fe2b0ee45dc |
|
BLAKE2b-256 | 6527f8e96d92be1db7ed6f6effc3e0766a32eaba5cc5efc05192a3c46160cac1 |