Metadata-Version: 2.1
Name: simplicial
Version: 0.7.2
Summary: Simplicial topology in Python
Home-page: http://github.com/simoninireland/simplicial
Author: Simon Dobson
Author-email: simoninireland@gmail.com
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE

simplicial: Simplicial topology in Python
=========================================

.. image:: https://badge.fury.io/py/simplicial.svg
    :target: https://badge.fury.io/py/simplicial

.. image:: https://readthedocs.org/projects/simplicial/badge/?version=latest
    :target: https://simplicial.readthedocs.io/en/latest/index.html

.. image:: https://github.com/simoninireland/simplicial/actions/workflows/ci.yaml/badge.svg
    :target: https://github.com/simoninireland/simplicial/actions/workflows/ci.yaml

.. image:: https://www.gnu.org/graphics/gplv3-88x31.png
    :target: https://www.gnu.org/licenses/gpl-3.0.en.html

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 <https://simplicial.readthedocs.io/en/stable/>`_ 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 <https://www.gnu.org/licenses/gpl-3.0.en.html>`_.


