Metadata-Version: 2.4
Name: conservation-spectral
Version: 0.1.0
Summary: Spectral analysis of tension graphs for anomaly detection, fingerprinting, and structural health
Author: SuperInstance
License: MIT
Project-URL: Homepage, https://github.com/SuperInstance/conservation-spectral-python
Project-URL: Documentation, https://github.com/SuperInstance/conservation-spectral-python#readme
Project-URL: Repository, https://github.com/SuperInstance/conservation-spectral-python
Project-URL: Issues, https://github.com/SuperInstance/conservation-spectral-python/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: scipy>=1.10
Provides-Extra: fingerprint
Requires-Dist: blake3>=0.4; extra == "fingerprint"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: blake3>=0.4; extra == "dev"
