aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/dataset/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Ditch the __init__ package imports."J08nY2023-04-171-0/+23
| | | | This reverts commit 89b3d880088b5c30fa10036f280e73b1c1aee05e.
* Ditch the __init__ package imports.J08nY2023-04-141-23/+0
|
* Move CC Scheme dataset to separate file.J08nY2023-04-111-1/+2
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-1/+1
|
* rename common_criteria modules to ccAdam Janovsky2022-12-091-1/+2
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+22
- 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`