Metadata-Version: 2.4
Name: paramz
Version: 0.10.0
Summary: The Parameterization Framework
Author-email: Max Zwiessele <ibinbei@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/sods/paramz
Keywords: machine-learning,gaussian-processes,kernels
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy>=2
Requires-Dist: scipy>=1.15
Requires-Dist: six
Requires-Dist: decorator>=4.0.10
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: notebook
Requires-Dist: jupyter_client>=4.0.6; extra == "notebook"
Requires-Dist: ipywidgets>=4.0.3; extra == "notebook"
Requires-Dist: ipykernel>=4.1.0; extra == "notebook"
Requires-Dist: notebook>=4.0.5; extra == "notebook"
Provides-Extra: optimization
Requires-Dist: climin; extra == "optimization"
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"
Dynamic: license-file

paramz
======

Please refer to the github homepage for detailed instructions on installation and usage.
