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 libraryxl2roefact
as 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__.py
that just importapp_cli
forrun()
function and call it - change actual
<xl2roefact ROOT/>xl2roefact.py
to importxl2roefact.app_cli
forrun()
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.py
and libraryxl2roefact
, MAINLY createdxl2roefact/__main__.py
as normal of xl2roefact.py
Last update:
March 6, 2024