aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/model/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* bump referencesadamjanovsky2023-11-141-4/+1
|
* merge mainAdam Janovsky2023-06-071-0/+4
|\
| * Revert "Ditch the __init__ package imports."J08nY2023-04-171-0/+16
| | | | | | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e.
| * Ditch the __init__ package imports.J08nY2023-04-141-16/+0
| |
| * Add CC and FIPS matching classes.J08nY2023-04-111-1/+10
| |
* | WiP production-level reference annotationadamjanovsky2023-03-031-2/+13
|/
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+11
- 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`