shepherd-data 2024.11.1__tar.gz → 2024.11.3__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.
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/PKG-INFO +2 -2
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/pyproject.toml +1 -1
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data/__init__.py +1 -1
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/PKG-INFO +2 -2
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/requires.txt +1 -1
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/README.md +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/setup.cfg +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data/cli.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data/ivonne.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data/mppt.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data/reader.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/SOURCES.txt +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/dependency_links.txt +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/entry_points.txt +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/top_level.txt +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/zip-safe +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_downsample.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_extract.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_extract_gpio.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_extract_meta.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_extract_uart.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_plot.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_validate.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_cli_version.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_examples.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_ivonne.py +0 -0
- {shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/tests/test_reader.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: shepherd_data
|
|
3
|
-
Version: 2024.11.
|
|
3
|
+
Version: 2024.11.3
|
|
4
4
|
Summary: Programming- and CLI-Interface for the h5-dataformat of the Shepherd-Testbed
|
|
5
5
|
Author-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
|
|
6
6
|
Maintainer-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
|
|
@@ -36,7 +36,7 @@ Requires-Dist: numpy
|
|
|
36
36
|
Requires-Dist: pandas>=2.0.0
|
|
37
37
|
Requires-Dist: pyYAML
|
|
38
38
|
Requires-Dist: scipy
|
|
39
|
-
Requires-Dist: shepherd-core[inventory]>=2024.11.
|
|
39
|
+
Requires-Dist: shepherd-core[inventory]>=2024.11.3
|
|
40
40
|
Requires-Dist: tqdm
|
|
41
41
|
Provides-Extra: elf
|
|
42
42
|
Requires-Dist: shepherd-core[elf]; extra == "elf"
|
|
@@ -38,7 +38,7 @@ dependencies = [
|
|
|
38
38
|
"pandas>=2.0.0", # full-version, v2 is OK
|
|
39
39
|
"pyYAML",
|
|
40
40
|
"scipy", # full-version
|
|
41
|
-
"shepherd-core[inventory]>=2024.11.
|
|
41
|
+
"shepherd-core[inventory]>=2024.11.3", # libs are strongly coupled
|
|
42
42
|
"tqdm", # full-version
|
|
43
43
|
]
|
|
44
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: shepherd_data
|
|
3
|
-
Version: 2024.11.
|
|
3
|
+
Version: 2024.11.3
|
|
4
4
|
Summary: Programming- and CLI-Interface for the h5-dataformat of the Shepherd-Testbed
|
|
5
5
|
Author-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
|
|
6
6
|
Maintainer-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
|
|
@@ -36,7 +36,7 @@ Requires-Dist: numpy
|
|
|
36
36
|
Requires-Dist: pandas>=2.0.0
|
|
37
37
|
Requires-Dist: pyYAML
|
|
38
38
|
Requires-Dist: scipy
|
|
39
|
-
Requires-Dist: shepherd-core[inventory]>=2024.11.
|
|
39
|
+
Requires-Dist: shepherd-core[inventory]>=2024.11.3
|
|
40
40
|
Requires-Dist: tqdm
|
|
41
41
|
Provides-Extra: elf
|
|
42
42
|
Requires-Dist: shepherd-core[elf]; extra == "elf"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{shepherd_data-2024.11.1 → shepherd_data-2024.11.3}/shepherd_data.egg-info/dependency_links.txt
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|