Simplicial topology in Python


Licenses
AGPL-3.0/GPL-3.0+
Install
pip install simplicial==1.0.1

Documentation

simplicial: Simplicial topology in Python

https://readthedocs.org/projects/simplicial/badge/?version=latest https://www.gnu.org/graphics/gplv3-88x31.png

This package arose from explorations of using ideas from algebraic topology in the context of wireless sensor networks, to tackle problems like target tracking and estimation of the goodness-of-fit of interpolations from isolated observations. Its main contribution is to represent and manipulate simplicial complexes, topological structures describing spaces built from cells.

Installation

You can install simplicial directly from PyPi using pip:

pip install simplicial

The master distribution of simplicial is hosted on GitHub. To obtain a copy, just clone the repo:

git clone git@github.com:simoninireland/simplicial.git
cd simplicial
python setup.py install

Documentation

The API documentation is hosted on ReadTheDocs.

Author and license

Copyright (c) 2017--2021, Simon Dobson <simoniinireland@gmail.com>

Licensed under the GNU General Public Licence v.3.0.