Metadata-Version: 2.2
Name: cellmlmanip
Version: 0.3.7
Summary: CellML loading and model equation manipulation
Home-page: https://github.com/ModellingWebLab/cellmlmanip
Author: Asif U Tamuri, Sarah M Keating, Maurice Hendrix, Michael Clerx, Jonathan Cooper
Author-email: j.p.cooper@ucl.ac.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=4.7
Requires-Dist: networkx>=2.1
Requires-Dist: Pint<0.20,>=0.9
Requires-Dist: rdflib>=4
Requires-Dist: sympy<1.13,>=1.4
Provides-Extra: docs
Requires-Dist: sphinx>=2.0; extra == "docs"
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

![Build status](https://github.com/ModellingWebLab/cellmlmanip/actions/workflows/unit-test.yml/badge.svg) [![Documentation Status](https://readthedocs.org/projects/cellmlmanip/badge/?version=latest)](https://cellmlmanip.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://codecov.io/gh/ModellingWebLab/cellmlmanip/branch/develop/graph/badge.svg)](https://codecov.io/gh/ModellingWebLab/cellmlmanip/)

# cellmlmanip
CellML loading and model equation manipulation library

## Installing 
We recommend installing cellmlmanip in a virtual environment (e.g. using conda or pipenv or virtualenv).

Users install `cellmlmanip` using pip.

```
pip install cellmlmanip
```

Cellmlmanip is tested and developed on Python 3.9 and higher.

## Release notes
For release notes see [RELEASE.md](./RELEASE.md)


## Documentation
API documentation explaining how to use cellmlmanip can be found on [readthedocs](https://cellmlmanip.readthedocs.io/en/latest)

## Contributing
For developer instructions, see [CONTRIBUTING.md](./CONTRIBUTING.md)
