RalphTro / epcis-event-hash-generator

ALGORITHM and SOFTWARE PROTOTYPE to uniquely identify/validate the integrity of any EPCIS event through a common, syntax-agnostic approach based on hashing. Takes an EPCIS Document (formatted in either XML or JSON-LD) and returns the corresponding hash value(s).
MIT License
8 stars 4 forks source link

Readme.md: improve usage section #33

Closed Echsecutor closed 3 years ago

Echsecutor commented 3 years ago

mention cli functionality above docer web service usage.

python3 epcis_event_hash_generator/main.py -p tests/examples/ReferenceEventHashAlgorithm.xml

Echsecutor commented 3 years ago

maybe move docker stuff to separate section

Echsecutor commented 3 years ago

I have moved most of the container usage into the package description of the container https://github.com/RalphTro/epcis-event-hash-generator/packages/484860