aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils/parallel_processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-1/+6
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+43
- 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`