cesnet-datazoo 0.1.7__tar.gz → 0.1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/PKG-INFO +7 -3
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/README.md +5 -1
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/PKG-INFO +7 -3
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/requires.txt +1 -1
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/pyproject.toml +3 -3
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/LICENCE +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/config.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/constants.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/cesnet_dataset.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/datasets.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/datasets_constants.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/loaders.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/dataset_metadata.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/metadata.csv +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/statistics.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/classification_report.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/provider_metrics.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/apps_split.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/data_scalers.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/indices_setup.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/pytables_dataset.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/__init__.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/class_info.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/download.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/fileutils.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/random.py +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/SOURCES.txt +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/dependency_links.txt +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/top_level.txt +0 -0
- {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cesnet-datazoo
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.8
|
4
4
|
Summary: A toolkit for large network traffic datasets
|
5
5
|
Author-email: Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>
|
6
6
|
Maintainer-email: Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>
|
@@ -20,7 +20,7 @@ Requires-Dist: cesnet_models
|
|
20
20
|
Requires-Dist: matplotlib
|
21
21
|
Requires-Dist: numpy<2.0
|
22
22
|
Requires-Dist: pandas
|
23
|
-
Requires-Dist: pydantic
|
23
|
+
Requires-Dist: pydantic<=2.8.2,>=2.0
|
24
24
|
Requires-Dist: PyYAML
|
25
25
|
Requires-Dist: requests
|
26
26
|
Requires-Dist: scikit-learn
|
@@ -63,7 +63,11 @@ The goal of this project is to provide tools for working with large network traf
|
|
63
63
|
:notebook: :notebook: Example Jupyter notebooks are included in a separate [CESNET Traffic Classification Examples](https://github.com/CESNET/cesnet-tcexamples) repo. :notebook: :notebook:
|
64
64
|
|
65
65
|
## Datasets
|
66
|
-
The
|
66
|
+
The `cesnet-datazoo` package currently provides three datasets with details in the following table (you might need to scroll the table horizontally to see all datasets).
|
67
|
+
|
68
|
+
1. CESNET-TLS22
|
69
|
+
2. CESNET-QUIC22
|
70
|
+
3. CESNET-TLS-Year22
|
67
71
|
|
68
72
|
| Name | CESNET-TLS22 | CESNET-QUIC22 | CESNET-TLS-Year22 |
|
69
73
|
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
@@ -23,7 +23,11 @@ The goal of this project is to provide tools for working with large network traf
|
|
23
23
|
:notebook: :notebook: Example Jupyter notebooks are included in a separate [CESNET Traffic Classification Examples](https://github.com/CESNET/cesnet-tcexamples) repo. :notebook: :notebook:
|
24
24
|
|
25
25
|
## Datasets
|
26
|
-
The
|
26
|
+
The `cesnet-datazoo` package currently provides three datasets with details in the following table (you might need to scroll the table horizontally to see all datasets).
|
27
|
+
|
28
|
+
1. CESNET-TLS22
|
29
|
+
2. CESNET-QUIC22
|
30
|
+
3. CESNET-TLS-Year22
|
27
31
|
|
28
32
|
| Name | CESNET-TLS22 | CESNET-QUIC22 | CESNET-TLS-Year22 |
|
29
33
|
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cesnet-datazoo
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.8
|
4
4
|
Summary: A toolkit for large network traffic datasets
|
5
5
|
Author-email: Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>
|
6
6
|
Maintainer-email: Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>
|
@@ -20,7 +20,7 @@ Requires-Dist: cesnet_models
|
|
20
20
|
Requires-Dist: matplotlib
|
21
21
|
Requires-Dist: numpy<2.0
|
22
22
|
Requires-Dist: pandas
|
23
|
-
Requires-Dist: pydantic
|
23
|
+
Requires-Dist: pydantic<=2.8.2,>=2.0
|
24
24
|
Requires-Dist: PyYAML
|
25
25
|
Requires-Dist: requests
|
26
26
|
Requires-Dist: scikit-learn
|
@@ -63,7 +63,11 @@ The goal of this project is to provide tools for working with large network traf
|
|
63
63
|
:notebook: :notebook: Example Jupyter notebooks are included in a separate [CESNET Traffic Classification Examples](https://github.com/CESNET/cesnet-tcexamples) repo. :notebook: :notebook:
|
64
64
|
|
65
65
|
## Datasets
|
66
|
-
The
|
66
|
+
The `cesnet-datazoo` package currently provides three datasets with details in the following table (you might need to scroll the table horizontally to see all datasets).
|
67
|
+
|
68
|
+
1. CESNET-TLS22
|
69
|
+
2. CESNET-QUIC22
|
70
|
+
3. CESNET-TLS-Year22
|
67
71
|
|
68
72
|
| Name | CESNET-TLS22 | CESNET-QUIC22 | CESNET-TLS-Year22 |
|
69
73
|
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "cesnet-datazoo"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.8"
|
8
8
|
authors = [
|
9
9
|
{name = "Jan Luxemburk", email = "luxemburk@cesnet.cz"},
|
10
10
|
{name = "Karel Hynek", email = "hynekkar@cesnet.cz"},
|
@@ -33,12 +33,12 @@ dependencies = [
|
|
33
33
|
"matplotlib",
|
34
34
|
"numpy<2.0",
|
35
35
|
"pandas",
|
36
|
-
"pydantic>=2.0",
|
36
|
+
"pydantic>=2.0,<=2.8.2",
|
37
37
|
"PyYAML",
|
38
38
|
"requests",
|
39
39
|
"scikit-learn",
|
40
40
|
"seaborn",
|
41
|
-
"tables>=3.8.0
|
41
|
+
"tables>=3.8.0,<=3.9.2",
|
42
42
|
"torch>=1.10",
|
43
43
|
"tqdm",
|
44
44
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/dataset_metadata.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/classification_report.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/pytables_dataset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|