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.
Files changed (35) hide show
  1. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/PKG-INFO +7 -3
  2. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/README.md +5 -1
  3. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/PKG-INFO +7 -3
  4. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/requires.txt +1 -1
  5. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/pyproject.toml +3 -3
  6. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/LICENCE +0 -0
  7. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/__init__.py +0 -0
  8. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/config.py +0 -0
  9. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/constants.py +0 -0
  10. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/__init__.py +0 -0
  11. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/cesnet_dataset.py +0 -0
  12. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/datasets.py +0 -0
  13. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/datasets_constants.py +0 -0
  14. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/loaders.py +0 -0
  15. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/__init__.py +0 -0
  16. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/dataset_metadata.py +0 -0
  17. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/metadata/metadata.csv +0 -0
  18. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/datasets/statistics.py +0 -0
  19. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/__init__.py +0 -0
  20. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/classification_report.py +0 -0
  21. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/metrics/provider_metrics.py +0 -0
  22. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/__init__.py +0 -0
  23. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/apps_split.py +0 -0
  24. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/data_scalers.py +0 -0
  25. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/indices_setup.py +0 -0
  26. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/pytables_data/pytables_dataset.py +0 -0
  27. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/__init__.py +0 -0
  28. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/class_info.py +0 -0
  29. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/download.py +0 -0
  30. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/fileutils.py +0 -0
  31. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo/utils/random.py +0 -0
  32. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/SOURCES.txt +0 -0
  33. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/dependency_links.txt +0 -0
  34. {cesnet_datazoo-0.1.7 → cesnet_datazoo-0.1.8}/cesnet_datazoo.egg-info/top_level.txt +0 -0
  35. {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.7
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>=2.0
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 following datasets are available in the `cesnet-datazoo` package:
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 following datasets are available in the `cesnet-datazoo` package:
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.7
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>=2.0
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 following datasets are available in the `cesnet-datazoo` package:
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
  | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -2,7 +2,7 @@ cesnet_models
2
2
  matplotlib
3
3
  numpy<2.0
4
4
  pandas
5
- pydantic>=2.0
5
+ pydantic<=2.8.2,>=2.0
6
6
  PyYAML
7
7
  requests
8
8
  scikit-learn
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cesnet-datazoo"
7
- version = "0.1.7"
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, <=3.9.2",
41
+ "tables>=3.8.0,<=3.9.2",
42
42
  "torch>=1.10",
43
43
  "tqdm",
44
44
  ]
File without changes
File without changes