-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Iman edited this page Jun 21, 2026
·
1 revision
- Python >= 3.9
- Core dependencies:
pandas,numpy,scipy,statsmodels,richAll dependencies are installed automatically via pip.
pip install tsauditorVerify the installation:
import tsauditor as tsa
print(tsa.__version__)tsauditor is available on piwheels and installs cleanly on ARM devices:
pip install tsauditorNo additional configuration needed. The domain="sensor" preset is specifically designed for sensor data common in embedded and IoT pipelines.
If you want to contribute or run the test suite:
git clone https://github.com/imann128/tsauditor.git
cd tsauditor
pip install -e ".[dev]"Run the full test suite:
pytest -qYou should see 93 tests passing across all modules.
| OS | Python | Status |
|---|---|---|
| Linux | 3.9 – 3.14 | CI passing |
| Windows | 3.9 – 3.14 | CI passing |
| macOS | 3.9 – 3.14 | CI passing |
| ARM (Raspberry Pi) | 3.9+ | piwheels confirmed |