cesnet-datazoo 0.1.6__py3-none-any.whl → 0.1.8__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cesnet-datazoo
3
- Version: 0.1.6
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>
@@ -18,14 +18,14 @@ Description-Content-Type: text/markdown
18
18
  License-File: LICENCE
19
19
  Requires-Dist: cesnet-models
20
20
  Requires-Dist: matplotlib
21
- Requires-Dist: numpy
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
27
27
  Requires-Dist: seaborn
28
- Requires-Dist: tables >=3.8.0
28
+ Requires-Dist: tables <=3.9.2,>=3.8.0
29
29
  Requires-Dist: torch >=1.10
30
30
  Requires-Dist: tqdm
31
31
  Provides-Extra: dev
@@ -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,8 +23,8 @@ cesnet_datazoo/utils/class_info.py,sha256=H5UgyRqXIepBJmkLQ1gAIXV4owKSoIllguRiqF
23
23
  cesnet_datazoo/utils/download.py,sha256=hG5V1ZYZGtqCzlVV76NMgOZkSKOywdOFiq9Lagkgego,1441
24
24
  cesnet_datazoo/utils/fileutils.py,sha256=XA_VWDuTiCXnoOgHPUzsmbnLFgrlxOo5cvUY_OBJUR8,642
25
25
  cesnet_datazoo/utils/random.py,sha256=Dqgm_T25ljbew-OJozK90PsiXKnd4Kw6lcUexxF6vIc,575
26
- cesnet_datazoo-0.1.6.dist-info/LICENCE,sha256=69Wc69APiM1YKrFOIipG7jjU2lk89WQuO_U0AXKU8KE,1541
27
- cesnet_datazoo-0.1.6.dist-info/METADATA,sha256=UDz2g74cJrx_NLbCyPvvLEwE02x4HI8-qhDMgutKb8Q,12964
28
- cesnet_datazoo-0.1.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
29
- cesnet_datazoo-0.1.6.dist-info/top_level.txt,sha256=bu1Z8zaI_1Id_ZaYyvJnxIBa87OSrdlZ8J2OBMggK5o,15
30
- cesnet_datazoo-0.1.6.dist-info/RECORD,,
26
+ cesnet_datazoo-0.1.8.dist-info/LICENCE,sha256=69Wc69APiM1YKrFOIipG7jjU2lk89WQuO_U0AXKU8KE,1541
27
+ cesnet_datazoo-0.1.8.dist-info/METADATA,sha256=OaEH-gYH4Pjm8NyjXumxn_7Q7i8mfAhZoCvcBbfv-xM,13144
28
+ cesnet_datazoo-0.1.8.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
29
+ cesnet_datazoo-0.1.8.dist-info/top_level.txt,sha256=bu1Z8zaI_1Id_ZaYyvJnxIBa87OSrdlZ8J2OBMggK5o,15
30
+ cesnet_datazoo-0.1.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5