Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computationalphysiology/modelparameters

Library for declaring nested parameteres in Python
https://github.com/computationalphysiology/modelparameters

Last synced: about 2 months ago
JSON representation

Library for declaring nested parameteres in Python

Awesome Lists containing this project

README

        

# 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
The source code is hosted as

## 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
[email protected]