Metadata-Version: 2.4
Name: modelparameters
Version: 2024.0.0
Summary: A module providing parameter structure for physical modeling
Home-page: https://github.com/ComputationalPhysiology/modelparameters
Author: Johan Hake, Henrik Finsberg, Kristian G Hustad
Author-email: henriknf@simula.no
License: LGPL-3.0
Keywords: ODE,solver,system,equations,cuda
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE_sympy
License-File: LICENSE
Requires-Dist: mpmath
Requires-Dist: numpy<2.0
Requires-Dist: pint
Requires-Dist: setuptools<81
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: pip; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: doc
Requires-Dist: Sphinx; extra == "doc"
Requires-Dist: pandoc; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# ModelParameters


ModelParameters:

  - provides a lightweight library to declare nested Parameters in Python

  - can be interfaced through command line arguments

  - optionally depends on NumPy and SymPy

Check out the documentation at <https://computationalphysiology.github.io/modelparameters/>
The source code is hosted as <https://github.com/ComputationalPhysiology/modelparameters>

## Install
Install with `pip`
```
python -m pip install modelparameters
```
or `conda`
```
conda install -c conda-forge modelparameters
```

## License
modelparameters is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
modelparameters is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public
License along with modelparameters. If not, see http://www.gnu.org/licenses/.

## Contributors
Modelparameters is developed by Johan Hake. The version of modelparameters found in this
repository is maintained by Henrik Finsberg. Issues can be reported to
henriknf@simula.no
