aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/utils/tqdm.py
Commit message (Collapse)AuthorAgeFilesLines
* Add annotations import everywhere.J08nY2025-02-281-0/+2
|
* Improve CC scheme extraction and matching.J08nY2024-11-081-1/+1
| | | | | | | | | | | | 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.
* switch to pydantic in settings managementAdam Janovsky2023-03-291-1/+1
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+9
- 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`