aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/dataset/fips.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix aux dset dir warning.J08nY2025-02-281-4/+6
| | | | Fixes #482.
* Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-151-2/+10
|
* Actually use Dataset.__init__.J08nY2025-02-141-15/+3
|
* Fix mutable default state.J08nY2025-02-141-11/+15
|
* Add docs about dataset layout.J08nY2025-02-021-1/+16
|
* replace from_web_latest() with from_web()Adam Janovsky2025-02-011-29/+5
|
* refactor auxiliary dataset handling, heuristics computationAdam Janovsky2025-02-011-89/+30
|
* Cleanup of documentation.J08nY2024-10-191-3/+2
| | | | It is now very nice and clean!
* Unify and add options to from_web_latest.J08nY2024-10-181-37/+46
|
* Add a way to download full dataset archive (including PDFs) from the web.J08nY2024-10-171-0/+30
|
* Fix pandas deprecation in to_datetime.J08nY2024-02-011-2/+2
|
* Add rudimentary profiling.J08nY2023-08-241-13/+10
| | | | Fixes #288.
* coerce problematic datetime values in cert csvs/dfs/htmlsAdam Janovsky2023-05-181-2/+2
|
* switch to pydantic in settings managementAdam Janovsky2023-03-291-1/+1
|
* Fix typo auxillary -> auxiliary.J08nY2023-02-101-13/+13
|
* Make FIPS cert_id an int.J08nY2023-02-101-4/+4
|
* add flake8-simplify to ruffAdam Janovsky2023-02-031-2/+2
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-1/+1
|
* ruff enforce pathlibAdam Janovsky2023-02-021-1/+1
|
* Fix/pypdf and cli fixes (#306)adamjanovsky2023-01-101-7/+0
| | | | | | * fix CLI path handling * bump pypdf * fix gitignore bug * default n_threads arg, allow all cores utilization with -1
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+355
- 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`