py_enscribe is a package that is used for carrying out Enscribe File realted operations using python APIs.
It allows to perform Enscribe Operations that are invoked using GPCs via a set of modules that can
be imported in python.
It also supports addition of structured data in form of python objects to an Enscribe File and retrieval of the same.
To get started see the docs
The following article highlights how to write and read a python object from enscribe file
py_enscribe
See BUILD.md for build instructions.
pip3 install pdoc==14.5.0
pip3 install markupsafe==2.0.1
cd py_enscribe
pdoc py_enscribe --output-dir docs --no-show-source --docformat googleSee DCO
See LICENSE