| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Also needed a mypy ignore on the extract monstrosity.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
- 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`
|