Metadata-Version: 2.1
Name: cellmlmanip
Version: 0.2.0
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
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: lxml (>=4)
Requires-Dist: networkx (>=2.1)
Requires-Dist: pint (>=0.8.1)
Requires-Dist: rdflib (>=4)
Requires-Dist: sympy (>=1.4)
Provides-Extra: docs
Requires-Dist: sphinx (>=2.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest (>=4.6) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

[![Build Status](https://travis-ci.org/ModellingWebLab/cellmlmanip.svg?branch=develop)](https://travis-ci.com/ModellingWebLab/cellmlmanip) [![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.5 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)


