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 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

Version 0.1.0

  • Fix parsing of dbfield
  • (Re-) add table_name to Fields & TableFields
  • Fix/Remove redefining built-in type by renaming function parameter to _type

Version 0.1.1

  • Deactivate automatic number and bool parsing in xml to dict function.
  • Manually convert id/type/cotype/length fields to int.

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.1.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

ecmind_blue_client_objdef-0.1.1-py3-none-any.whl (9.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