Metadata-Version: 2.1
Name: pykantorovich
Version: 0.1.0
Summary: Kantorovich distance between probabilities on a finite space.
Home-page: https://github.com/stla/PyKantorovich
License: GPL-3.0-only
Keywords: Kantorovich distance,linear programming
Author: Stéphane Laurent
Author-email: laurent_step@outlook.fr
Requires-Python: >=3.7.1,<3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: cvxpy (>=1.1.17,<2.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pycddlib (>=2.1.4,<3.0.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Requires-Dist: sphinx (>=5.3.0,<6.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.1.1,<2.0.0); extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7,<0.8); extra == "docs"
Requires-Dist: sphinxcontrib-restbuilder (>=0.3,<0.4); extra == "docs"
Project-URL: Documentation, https://pykantorovich.readthedocs.io/en/latest/
Description-Content-Type: text/markdown

# PyKantorovich

<!-- badges: start -->
[![Documentation status](https://readthedocs.org/projects/pykantorovich/badge/)](http://pykantorovich.readthedocs.io)
<!-- badges: end -->

Kantorovich distance with Python.

___

```
pip install pykantorovich
```

