aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils/extract.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply ruff fixes.J08nY2025-11-191-6/+11
| | | | Also needed a mypy ignore on the extract monstrosity.
* Get rid of RETURNCODE_OK. This is not C99.J08nY2025-02-141-20/+10
|
* Improve CC scheme extraction and matching.J08nY2024-11-081-23/+0
| | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs.
* fix some ruff errorsAdam Janovsky2024-02-201-3/+1
|
* Cleanup PdfData attributes.J08nY2024-02-141-0/+9
|
* fix new ruff errorsAdam Janovsky2023-11-101-1/+1
|
* fix some return statementsAdam Janovsky2023-02-031-2/+2
|
* ruff enforce pathlibAdam Janovsky2023-02-021-21/+24
|
* adds some pylint checks to ruffAdam Janovsky2023-01-271-1/+1
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+817
- 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`