Metadata-Version: 2.0
Name: senml
Version: 0.1.0
Summary: SenML library
Home-page: https://github.com/eistec/senml-python/
Author: Joakim Nohlgård
Author-email: joakim.nohlgard@eistec.se
License: Apache Software License
Download-URL: https://github.com/eistec/senml-python/archive/v0.1.0.tar.gz
Keywords: senml,iot
Platform: any
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Requires-Dist: attrs (>=16.0.0)
Requires-Dist: cbor (>=1.0.0)
Provides-Extra: testing
Requires-Dist: cov; extra == 'testing'
Requires-Dist: pylint; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'

SenML handling for Python
=========================

*Implements [draft-ietf-core-senml-02](https://tools.ietf.org/html/draft-ietf-core-senml-02)*

A Python library for handling SenML data.

Development
-----------

This code is released as open source, the main development repository is hosted
on GitHub at https://github.com/eistec/senml-python .

For guidelines on contributing to the project, see
[CONTRIBUTING](https://github.com/eistec/senml-python/blob/master/CONTRIBUTING.rst).

Licensing
---------

Released under the Arrowhead Framework Licensing terms, which is a dual license
Eclipse Public License and Apache License v2.0. For more details, see the
[LICENSE.txt](https://github.com/eistec/senml-python/blob/master/LICENSE.txt) file in
this repository.

Quick start
-----------

1. clone the repository
2. (optional) set up your `virtualenv`
3. run `python setup.py develop`

External dependencies
---------------------

- attrs - https://pypi.python.org/pypi/attrs
- cbor - https://pypi.python.org/pypi/cbor (only required for CBOR input/output)


