Metadata-Version: 2.1
Name: Wasserstein
Version: 1.1.0
Summary: Python package wrapping C++ code for computing Wasserstein distances
Home-page: https://github.com/pkomiske/Wasserstein
Author: Patrick T. Komiske III
Author-email: pkomiske@mit.edu
License: GPL-3.0
Project-URL: Changelog, https://github.com/pkomiske/Wasserstein/blob/master/CHANGELOG.md
Project-URL: Documentation, https://pkomiske.github.io/Wasserstein/
Project-URL: Issues, https://github.com/pkomiske/Wasserstein/issues
Keywords: distance,earth mover's distance,energy mover's distance,emd,fastjet,fjcontrib,hidden geometry,irc-safe,infrared safety,metric,optimal transport,ot,particle physics,wasserstein
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy >=1.12.0
Requires-Dist: wurlitzer >=2.0.0
Provides-Extra: test
Requires-Dist: energyflow ; extra == 'test'
Requires-Dist: pot ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

# Wasserstein

[![build-wheels](https://github.com/pkomiske/Wasserstein/actions/workflows/build-wheels.yml/badge.svg)](https://github.com/pkomiske/Wasserstein/actions)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/pkomiske/Wasserstein/master)

[![PyPI version](https://badge.fury.io/py/Wasserstein.svg)](https://pypi.org/project/Wasserstein/)
[![python versions](https://img.shields.io/pypi/pyversions/Wasserstein)](https://pypi.org/project/Wasserstein/)

Python/C++ library for computing Wasserstein distances efficiently. See the [documentation](https://pkomiske.github.io/Wasserstein/).

Copyright (C) 2019-2021 Patrick T. Komiske III
