Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ecmind_blue_client_objdef-0.0.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

ecmind_blue_client_objdef-0.0.2-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page