Metadata-Version: 2.4
Name: pyvscp
Version: 0.3.14
Summary: Official VSCP Python package
Home-page: https://github.com/grodansparadis/pyvscp
Author: Ake Hedman, Grodans Paradis AB
Author-email: akhe@grodansparadis.com
License: MIT
Keywords: vscp iot m2m automation development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pythoncrc
Requires-Dist: crypto
Requires-Dist: get-mac
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Official VSCP Python library

This is the official Python library for the VSCP project (https://www.vscp.org).

Full documentation is [here](https://docs.vscp.org/#vscphelper)

Available on [PyPi](https://pypi.org/project/pyvscp/) Se also [pyvscphelper](https://pypi.org/project/pyvscphelper/), [pyvscpclasses](https://pypi.org/project/pyvscpclasses/) and [pyvscptypes](https://pypi.org/project/pyvscptypes/)

Docs are [here](https://grodansparadis.github.io/pyvscp/) 


Install with

```bash
pip3 install pyvscp
```

Upgrade with

```bash
pip3 install --upgrade pyvscp
```



