Metadata-Version: 2.5
Name: capstat-core
Version: 0.3.0
Summary: Reference-validated SPC, process capability, and MSA statistics.
Project-URL: Homepage, https://github.com/Xindaan/capstat
Project-URL: Repository, https://github.com/Xindaan/capstat
Author: André Leopold
License-Expression: MIT
Keywords: gage-rr,msa,process-capability,quality,spc,statistics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.26
Requires-Dist: scipy>=1.11
Description-Content-Type: text/markdown

# capstat-core

Reference-validated statistics for statistical process control (SPC),
process capability, and measurement system analysis (MSA).

`capstat-core` is a pure Python library (numpy + scipy only) with **zero web
dependencies**; it is independently publishable on PyPI. Every statistical
result is validated against published reference values.

Part of the [capstat](https://github.com/Xindaan/capstat) project. See the
repository root for documentation and the full toolkit (API + web app).

## License

MIT © André Leopold
