Metadata-Version: 2.1
Name: zdm-client-py
Version: 0.0.0
Summary: ZDM client Python Library
Home-page: https://repo.zerynth.com/zerynth-adm/adm-py
Author: ZerynthTeam
Author-email: d.neri@zerynth.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: paho-mqtt
Requires-Dist: click

# adm-py

ADM SDK for python
It permits to:
   - emulate a device (publish data to the ADM, receive and responde to RPC.
   - mange RPC


#### Usage

```
$ pip install git+ssh://git@repo.zerynth.com:10022/zerynth-adm/adm-py.git@master#egg=adm-py

$ adm-py 

Generate new instance
Usage: adm-py [OPTIONS] COMMAND [ARGS]...

  CLI of the ADM SDK.

Options:
  --help  Show this message and exit.

Commands:
  device  Emulated a Device
  rpc     Manage the RPC
```

