Metadata-Version: 2.1
Name: modelparameters
Version: 2022.1.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: GPL-3.0
Keywords: ODE,solver,system,equations,cuda
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
License-File: LICENSE.md

# 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
[modelparameters.readthedocs.io](https://modelparameters.readthedocs.io/en/latest/). 

The source code is hosted as 
[bitbucket.org/finsberg/modelparameters](https://bitbucket.org/finsberg/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


