A Python parser of Kepware projects
Project description
===
A Python parser of Kepware projects.
# Overview
KEP.py parses the .json files exportable from the KEPServerEX
Configuration client.
To use, read the contents of the .json file into a dictionary. Then,
create a Project object and pass it the dictionary.
From that project object, you can now get all of the channels of the
project and so on. The full list of the hierarchy you can reach is as
follows:
Channel
└─Device
├─Register (See simulator device)
└─Tag Group(s)
├─tag1
├─tag2
…
# Usage
Install with pip
pip install keppy
or clone and run
python setup.py install
To see an extensive usage of this library, look at
[kep-simgen](https://github.com/jmbeach/kep-simgen).
Keywords: kepware parser Platform: UNKNOWN Description-Content-Type: text/markdown
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
Hashes for keppy-0.0.9-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de918c29771c4bf160ff2fbe40bfd82724568d31ce39f554b021ac4efb2c3e26 |
|
MD5 | 2a41ac282b8fb5a2b5606546ba1adedf |
|
BLAKE2b-256 | 3b3e56eac278031acc3769a3dba6d6b6c066a7bbf8cf4bfbd97566bec26c9a6c |