aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/cli.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix format.J08nY2025-11-191-1/+1
|
* CLI: Add support for PP processingAdam Janovsky2025-02-011-8/+14
|
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* Remove indirect imports from __init__ from our code.J08nY2023-04-141-1/+2
|
* switch to pydantic in settings managementAdam Janovsky2023-03-291-12/+13
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-3/+3
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-1/+0
|
* 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`