EticaAI / hxltm

HXLTM - Multilingual Terminology in Humanitarian Language Exchange.TBX, TMX, XLIFF, UTX, XML, CSV, Excel XLSX, Google Sheets, (...)
https://hxltm.etica.ai
The Unlicense
0 stars 0 forks source link

Minor refactoring for compatibility with libhxl-python >= 4.25.1 #14

Closed fititnt closed 2 years ago

fititnt commented 2 years ago

The way the pip package hxltm-eticaai works is by direct usage of how libhxl-python hxl/scripts.py uses to access some HXL classes. We will need to release some version to either enforce 4.25.1 or (the ideal) make it work with 4.25.1. This upgrade on libhxl-python does not cause any problem with command line, but, as obviously expected, would need we update our implementation if the way hxl/scripts.py works

In any case, we're likely to start signaling the version to use. The https://github.com/EticaAI/MDCIII-boostrapper running daily (not just for libhxl, but also for frictionless, is always getting the latest version of everything, and this makes the automated operator see issues before we test them locally.