Metadata-Version: 2.4
Name: echopose-sdk
Version: 0.1.0
Summary: EchoPose utilities for WiFi CSI pose ingestion, quality scoring, and replay tooling
Author: EchoPose Contributors
License: MIT
Project-URL: Homepage, https://github.com/shaz-in-dev/EchoPose
Project-URL: Issues, https://github.com/shaz-in-dev/EchoPose/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.26.4

# echopose-sdk

Installable Python package for EchoPose helper tools.

Initial features:
- Validate CSI bundle shape.
- Compute simple confidence summary statistics.
- CLI entrypoint for quick checks.

## Development Install

```bash
pip install -e .
```

## CLI

```bash
echopose-sdk --help
```
