Metadata-Version: 2.1
Name: pdm-tools
Version: 0.1.0
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: pytest (>=7.4.3,<8.0.0)
Requires-Dist: pytest-cov (>=4.1.0,<5.0.0)
Requires-Dist: ruff (>=0.1.4,<0.2.0)
Description-Content-Type: text/markdown

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

## Folder structure 
- docs - directory where documentation is stored
- notebooks - directory to store jupyter notebooks
- src - this where pdm-tools project is stored
- sandbox - place to play
- scripts - directory for small scripts that help with work 

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