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 object_definition
client = Client(hostname='localhost', port=4000, appname='test', username='root', password='optimal')
asobjdef = object_definition.load_object_definition(client)
for cabinet in asobjdef.cabinets:
print(cabinet)
Changes
Version 0.0.3
- Workaround and warn message for pages without internal name.
Version 0.0.4
- Workaround and warn message for tables without columns.
Version 0.0.5
- Workaround and warn message for tab pages without controls.
Version 0.0.9
- Add list addon support
- Add missing field types YES_NO, LETTERS_ONLY and ALPHA_DIGITS
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.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 134b6f38d376da12f7f583b8d2e5988151b25b6db9c58e5d3b741f436f1c3775 |
|
MD5 | c644f8d401a2bdbd39f881c721949f9f |
|
BLAKE2b-256 | ef62d3b1cbc1b43c5b69f9f2cb07e7e7c999e446a24f99798cc027c852eae11f |
Close
Hashes for ecmind_blue_client_objdef-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1e14dd44a196d12c92652fe933f8fe6fd3a04148e48a394fb6682e47b823adb |
|
MD5 | 02fd313a6f7462c2ac113a88b1ade1f8 |
|
BLAKE2b-256 | 22375076bb81e533af889f385aec0e4343c1bb574b22cdf79f3f498b4c4de090 |