blob: 168fa12a18e339e1723e2cb1e3142c3710e0f5b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Dataset package
```{eval-rst}
.. automodule:: sec_certs.dataset
:no-members:
```
This documentation doesn't provide full API reference for all members of `dataset` package. Instead, it concentrattes on the Dataset that are immediately exposed to the users. Namely, we focus on `CCDataset` and `FIPSDataset`.
```{tip}
The examples related to this package can be found at [common criteria notebook](./../notebooks/examples/common_criteria.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb).
```
## CCDataset
```{eval-rst}
.. currentmodule:: sec_certs.dataset
.. autoclass:: CCDataset
:members:
```
## FIPSDataset
```{eval-rst}
.. currentmodule:: sec_certs.dataset
.. autoclass:: FIPSDataset
:members:
```
|