Metadata-Version: 2.4
Name: cellmlmanip
Version: 0.3.8
Summary: CellML loading and model equation manipulation
Author: Asif U Tamuri, Sarah M Keating, Maurice Hendrix, Michael Clerx
Author-email: Jonathan Cooper <j.p.cooper@ucl.ac.uk>
Project-URL: Homepage, https://github.com/ModellingWebLab/cellmlmanip
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml>=4.7
Requires-Dist: networkx>=2.7
Requires-Dist: Pint<0.26,>=0.24
Requires-Dist: rdflib>=6.2
Requires-Dist: sympy<1.15,>=1.10
Provides-Extra: docs
Requires-Dist: sphinx>=7.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: license-file

![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/master/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.10 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)
