Metadata-Version: 2.1
Name: pycayennelpp
Version: 0.4
Summary: Encoder and Decoder for CayenneLLP
Home-page: http://github.com/smlng/pycayennelpp
Author: smlng
Author-email: s@mlng.net
License: MIT
Keywords: cayenne lpp iot lora lorawan ttn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=3.4

# PyCayenneLPP

A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python.
This is a free open source software project published under the permissive
[MIT License](LICENSE).

Please take note of the [contributing guidelines](CONTRIBUTING.md) and the
[Code of Conduct](CODE_OF_CONDUCT.md).

## Requirements

PyCayenneLPP does not have any external dependencies and only uses builtin
functions and types of Python 3. It requires at least Python in version 3.4.
The PyCayenneLPP package is available via PyPi using `pip`. To install it run:

```
pip3 install pycayennelpp
```

## Usage

Simply add this import to your application to utilise PyCayenneLPP:

```
import cayennelpp
```


