aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-16/+23
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* Fix/cli arguments (#303)adamjanovsky2023-01-091-38/+43
| | | | | | | * fix CLI arguments quiet, output * fix performed CLI actions * fix precondition evaluation in CLI
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+211
- Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`