===============================
EParseCIS
.. code-block:: text
ββββββ ββββββ βββ ββββββ ββββββ βββ ββββββ
ββ β ββββ βββββββββ βββ β βββββββ ββ βββββββ β
ββββ ββββ βββββββ βββ βββ βββ ββββ β βββββ ββββ
βββ β βββββββ ββββββββββ βββββββ ββββ ββββββββ β βββ
βββββββββββ β β ββ ββββββββ βββββ βββββ ββββββββββββββ
ββ ββ βββββ β β ββ βββββ ββ βββββ ββ β βββ β βββ β β
β β βββ β β ββ β ββ β ββ β β β ββ ββ β β
β ββ β β ββ β β β ββ β β
β β β β β β β β β
β
A Pythonic Approach to Parsing EPCIS Data
The EParseCIS python package utilizes the lxml python package along with
the EPCPyYes EPCIS python package to enable the quick and easy parsing of
EPCIS data from it's native format into python EPCPyYes class instances that
can be quickly manipulated, inspected and serialized to other formats with
minimal effort.
.. image:: https://gitlab.com/serial-lab/EParseCIS/badges/master/pipeline.svg
:target: https://gitlab.com/serial-lab/EParseCIS/commits/master
.. image:: https://gitlab.com/serial-lab/EParseCIS/badges/master/coverage.svg
:target: https://gitlab.com/serial-lab/EParseCIS/pipelines
.. image:: https://badge.fury.io/py/eparsecis.svg
:target: https://pypi.org/project/eparsecis/
Note: Line-by-line code-coverage files can be found in the build artifacts.
Python lxml Parser for EPCIS Events
Features
- Fast-forward lxml parsing of EPCIS xml-formatted data
- Easy handling of EPCIS events as EPCPyYes python class instances as events are parsed.
- Simplifies the building of EPCIS-enabled applications.