Metadata-Version: 2.4
Name: shepherd_data
Version: 2025.8.1
Summary: Programming- and CLI-Interface for the h5-dataformat of the Shepherd-Testbed
Author-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
Maintainer-email: Ingmar Splitt <ingmar.splitt@tu-dresden.de>
Project-URL: Documentation, https://github.com/nes-lab/shepherd-tools/blob/main/README.md
Project-URL: Issues, https://pypi.org/project/shepherd-data/issues
Project-URL: Source, https://pypi.org/project/shepherd-data/
Keywords: testbed,beaglebone,pru,batteryless,energyharvesting,solar
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Platform: win64
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas>=2.0.0
Requires-Dist: pyYAML
Requires-Dist: scipy
Requires-Dist: shepherd-core[inventory]>=2025.08.1
Requires-Dist: tqdm
Provides-Extra: elf
Requires-Dist: shepherd-core[elf]; extra == "elf"
Provides-Extra: dev
Requires-Dist: shepherd-core[dev]; extra == "dev"
Requires-Dist: pandas-stubs; extra == "dev"
Provides-Extra: test
Requires-Dist: shepherd-core[test]; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-click; extra == "test"
Requires-Dist: coverage; extra == "test"
Provides-Extra: all
Requires-Dist: shepherd-data[dev,elf,test]; extra == "all"

# Shepherd-Data-Tool

[![PyPIVersion](https://img.shields.io/pypi/v/shepherd_data.svg)](https://pypi.org/project/shepherd_data)
[![image](https://img.shields.io/pypi/pyversions/shepherd_data.svg)](https://pypi.python.org/pypi/shepherd-data)
[![QA-Tests](https://github.com/nes-lab/shepherd-tools/actions/workflows/quality_assurance.yaml/badge.svg)](https://github.com/nes-lab/shepherd-tools/actions/workflows/quality_assurance.yaml)
[![CodeStyle](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

**Main Documentation**: <https://nes-lab.github.io/shepherd>

**Source Code**: <https://github.com/nes-lab/shepherd-tools>

**Main Project**: <https://github.com/nes-lab/shepherd>

---

`shepherd-data` eases the handling of hdf5-recordings used by the [shepherd](https://github.com/nes-lab/shepherd)-testbed. Users can read, validate and create files and also extract, down-sample and plot information.

## Installation

### PIP - Online

```shell
pip3 install shepherd-data -U
```

For bleeding-edge-features or dev-work it is possible to install directly from GitHub-Sources (here `dev`-branch):

```Shell
pip install git+https://github.com/nes-lab/shepherd-tools.git@dev#subdirectory=shepherd_data -U
```

## More

Please consult the [official documentation](https://nes-lab.github.io/shepherd) for more, it covers:

- general context
- command-line interface
- programming interface
