api-to-roefact by RENware Software Systems
CHANGELOG 0.1.17.dev
0.1.17.dev fixed all application & package running standard ways (231224 h05:30)
-
231224piu_a made cli app to run as: Python package main app (
python -m xl2roefact) and as script (python xl2roefact.py) while still letting the Python libraryxl2roefactas importable and use in a programmatic way:- make
.../xl2roefact/app_cli.py(from actual.../xl2roefact/__main__.py) which is complete code of CLI app plus arun()function that just launch it - make
.../xl2roefact/__main__.pythat just importapp_cliforrun()function and call it - change actual
<xl2roefact ROOT/>xl2roefact.pyto importxl2roefact.app_cliforrun()function and call it - test for MSI package builds ref
<xl2roefact ROOT/>xl2roefact.py - clean code, test and close issue:
python xl2roefact.py [OPTIONS] COMMAND [ARGS]...python -m xl2roefact [OPTIONS] COMMAND [ARGS]...
- make
-
231223piu_a multiple changes ref main code:
xl2roefact.pyand libraryxl2roefact, MAINLY createdxl2roefact/__main__.pyas normal of xl2roefact.py
Last update:
March 6, 2024