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

Refactor: json_to_py -> to complex #85

Closed Echsecutor closed 7 months ago

Echsecutor commented 1 year ago

Remove

    epcis_event_hash_generator/json_to_py.py:C901

from https://github.com/RalphTro/epcis-event-hash-generator/blob/master/.flake8 and improve json_to_py accordingly.

Echsecutor commented 7 months ago

I think it is not worth the effort to work on this one