Metadata-Version: 2.1
Name: odesolver
Version: 0.0.1
Summary: General suite of ODE solvers
Author-email: Henrik Finsberg <henriknf@simula.no>, Joakim Sundnes <sundnes@simula.no>
License: MIT
Project-URL: Homepage, https://computationalphysiology.github.io/odesolver
Project-URL: Documentation, https://computationalphysiology.github.io/odesolver
Project-URL: Source, https://github.com/ComputationalPhysiology/odesolver
Project-URL: Tracker, https://github.com/ComputationalPhysiology/odesolver/issues
Keywords: cardiac,ecg,electrophysiology
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Provides-Extra: all
Requires-Dist: odesolver[test] ; extra == 'all'
Requires-Dist: odesolver[docs] ; extra == 'all'
Requires-Dist: odesolver[pypi] ; extra == 'all'
Requires-Dist: odesolver[dev] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pdbpp ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jupyter-book ; extra == 'docs'
Provides-Extra: pypi
Requires-Dist: twine ; extra == 'pypi'
Requires-Dist: build ; extra == 'pypi'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# ODESolver

General suite of ODE solvers

- Source code: https://github.com/ComputationalPhysiology/odesolver
- Documentation: https://computationalphysiology.github.io/odesolver

## Install
You can install the library with pip
```
python3 -m pip install odesolver
```


## Getting started

TBW

## License
MIT

## Need help or having issues
Please submit an [issue](https://github.com/ComputationalPhysiology/odesolver/issues)
