Metadata-Version: 2.4
Name: hdsemg-shared
Version: 0.10.1
Summary: Utility Methods for hd-semg files.
Home-page: https://johanneskasser.github.io/hdsemg-shared/
Author: Johannes Kasser
Author-email: johanneskasser@outlook.de
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<div align="center">
<br>
  <img src="src/hdsemg_shared/resources/icon.png" alt="App Icon" width="100" height="100"><br>
    <h2 align="center">📦 hdsemg-shared 📦</h2>
    <h3 align="center">HDsEMG toolbox</h3>
</div>

[![PyPI Version](https://img.shields.io/pypi/v/hdsemg-shared.svg?style=flat-square)](https://pypi.org/project/hdsemg-shared/)
[![Python Versions](https://img.shields.io/pypi/pyversions/hdsemg-shared.svg?style=flat-square)](https://pypi.org/project/hdsemg-shared/)
[![GitHub Repo](https://img.shields.io/badge/GitHub-hdsemg--shared-blue?logo=github&style=flat-square)](https://github.com/johanneskasser/hdsemg-shared)


Reusable Python components and utilities for high-density surface EMG (HD-sEMG) signal processing and input/output (I/O).

This module provides shared logic for HD-sEMG signal processing and file handling, used across multiple related projects, such as `hdsemg-pipe` and `hdsemg-select`. It is installable as a standalone Python package and is designed to simplify working with HD-sEMG data.

---

## 📦 Installation

This package lives inside a subdirectory (`src/shared_logic`) of a larger monorepo. It includes its own `setup.py` and can be installed directly via `pip`.

```bash
    python.exe -m pip install --upgrade pip 
    pip install hdsemg-shared
```

---

## 🧪 Documentation

> Please refer to the [documentation](https://johanneskasser.github.io/hdsemg-shared/) for detailed usage instructions, examples, and API references.
