pykantorovich


Namepykantorovich JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/stla/PyKantorovich
SummaryKantorovich distance between probabilities on a finite space.
upload_time2023-05-21 12:04:42
maintainer
docs_urlNone
authorStéphane Laurent
requires_python>=3.7.1,<3.10
licenseGPL-3.0-only
keywords kantorovich distance linear programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyKantorovich

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

Kantorovich distance with Python.

___

```
pip install pykantorovich
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/stla/PyKantorovich",
    "name": "pykantorovich",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.1,<3.10",
    "maintainer_email": "",
    "keywords": "Kantorovich distance,linear programming",
    "author": "St\u00e9phane Laurent",
    "author_email": "laurent_step@outlook.fr",
    "download_url": "https://files.pythonhosted.org/packages/a3/66/fce71ffe310a7fad37aa0e2ba75b81ee2510643801ef6adaf0261a81d4f4/pykantorovich-0.2.0.tar.gz",
    "platform": null,
    "description": "# PyKantorovich\n\n<!-- badges: start -->\n[![Documentation status](https://readthedocs.org/projects/pykantorovich/badge/)](http://pykantorovich.readthedocs.io)\n<!-- badges: end -->\n\nKantorovich distance with Python.\n\n___\n\n```\npip install pykantorovich\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Kantorovich distance between probabilities on a finite space.",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://pykantorovich.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/stla/PyKantorovich"
    },
    "split_keywords": [
        "kantorovich distance",
        "linear programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8315c34d22079f7086ede9cce18264899dca38e35a52ae5eea671ac772955734",
                "md5": "eca27f8130fa9501251a6109be4fa024",
                "sha256": "8175f2daeeb13a45a23384fba2e24a286e25540637a61eb1d1fe7506edcd2107"
            },
            "downloads": -1,
            "filename": "pykantorovich-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eca27f8130fa9501251a6109be4fa024",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.1,<3.10",
            "size": 16795,
            "upload_time": "2023-05-21T12:04:40",
            "upload_time_iso_8601": "2023-05-21T12:04:40.400738Z",
            "url": "https://files.pythonhosted.org/packages/83/15/c34d22079f7086ede9cce18264899dca38e35a52ae5eea671ac772955734/pykantorovich-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a366fce71ffe310a7fad37aa0e2ba75b81ee2510643801ef6adaf0261a81d4f4",
                "md5": "effe443560ca0558d7ad75be82c8cfb5",
                "sha256": "96637e7fd329d1c038be1a41b92e60a4a604e66fe7277645cfff681fe2c27f49"
            },
            "downloads": -1,
            "filename": "pykantorovich-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "effe443560ca0558d7ad75be82c8cfb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.1,<3.10",
            "size": 16710,
            "upload_time": "2023-05-21T12:04:42",
            "upload_time_iso_8601": "2023-05-21T12:04:42.582722Z",
            "url": "https://files.pythonhosted.org/packages/a3/66/fce71ffe310a7fad37aa0e2ba75b81ee2510643801ef6adaf0261a81d4f4/pykantorovich-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-21 12:04:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stla",
    "github_project": "PyKantorovich",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pykantorovich"
}
        
Elapsed time: 1.80949s