Helper modules for the `ecmind_blue_client` to ease the work with object definition APIs.
Project description
ECMind blue client: Object Definition (objdef)
Helper modules for the ecmind_blue_client
to ease the work with object definition APIs. See discussion here: https://hub.ecmind.ch/t/119
Installation
pip install ecmind_blue_client_objdef
Usage
from ecmind_blue_client.tcp_client import TcpClient as Client
from ecmind_blue_client_objdef import objdef
client = Client(hostname='localhost', port=4000, appname='test', username='root', password='optimal')
asobjdef = objdef.load_object_definition(client)
for cabinet in asobjdef.cabinets:
print(cabinet)
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
Built Distribution
Close
Hashes for ecmind_blue_client_objdef-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4460206c997f6b2a4e73e68f79599ca62ea54928dc8e484508ccf1c993f8c4c |
|
MD5 | 400d48bdcadc90cbcc0ca0e11eb46ad6 |
|
BLAKE2b-256 | e8430ab6ffcfd9e91ce1febc3cf9bd7f0e36d9d4bb09344779cadf99f189ae1c |
Close
Hashes for ecmind_blue_client_objdef-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 682399d37bf2e662f0cd008ac7146e3396f9311d3f09a9d3becbfd7bfaadd9da |
|
MD5 | f74f77a310622efe4c620da5b52f1244 |
|
BLAKE2b-256 | 22e268a8e97b87a332776dc344f56808ba632ac4b56609630e41486a784155c2 |