Metadata-Version: 2.1
Name: paramspace
Version: 2.0.0
Summary: Multidimensional parameter space with dictionaries at each point.
Home-page: https://ts-gitlab.iup.uni-heidelberg.de/yunus/paramspace
Author: Yunus Sevinchan
Author-email: Yunus.Sevinchan@iup.uni-heidelberg.de
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Dist: numpy (>=1.15)
Requires-Dist: xarray (>=0.10.9)
Requires-Dist: ruamel.yaml (>=0.15.71)
Provides-Extra: test_deps
Requires-Dist: tox (>=3.1) ; extra == 'test_deps'
Requires-Dist: pytest (>=3.4) ; extra == 'test_deps'
Requires-Dist: pytest-cov (>=2.6) ; extra == 'test_deps'

Classes that allow easy iteration over a multidimensional parameter space, generating dictionaries at each point in this parameter space.


