Metadata-Version: 2.1
Name: pdm-tools
Version: 0.1.1
Summary: Set of tools for predictive maintenance solutions.
Author: Pawel Knap
Author-email: pknap@agh.edu.pl
Requires-Python: >=3.10.0,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: nptdms (>=1.7.1,<2.0.0)
Requires-Dist: numpy (>=1.26.1,<2.0.0)
Requires-Dist: pandas (>=2.1.2,<3.0.0)
Requires-Dist: scipy (>=1.11.4,<2.0.0)
Description-Content-Type: text/markdown

# pdm-tools
Project gathering tools to create Predictive Maintenance solutions. 

## Current features
    - scaler - allows for scaling measured values
    - filter - design and apply filtering features

## Links
[GitHub](https://github.com/pabloknappo/pdm-toolkit)
