Metadata-Version: 2.5
Name: spc-lib
Version: 1.0.0
Summary: Statistical Process Control (SPC) library for quality monitoring
Project-URL: Homepage, https://github.com/denccchick/spc-lib
Project-URL: Bug_Reports, https://github.com/denccchick/spc-lib/issues
Project-URL: Source, https://github.com/denccchick/spc-lib
Author-email: Denis Leonov <d3nleonoff@yandex.ru>
License: MIT
License-File: LICENSE
Keywords: control-charts,quality,six-sigma,spc,statistics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.8
Requires-Dist: numpy>=1.20.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: plotly>=5.0.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: statsmodels>=0.13.0
Provides-Extra: dev
Requires-Dist: ipykernel>=6.0.0; extra == 'dev'
Requires-Dist: jupyter>=1.0.0; extra == 'dev'
Description-Content-Type: text/markdown

Возможности библиотеки и пример работы смотрите в [examples/demonstrations.html](examples/demonstration.html).
