pybary


Namepybary JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/pybary/
SummaryBarycenter method in python
upload_time2023-11-24 23:14:30
maintainer
docs_urlNone
authorBruno Peixoto
requires_python>=3.8.1,<3.12
licenseMIT
keywords optimization discrete
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Version](https://img.shields.io/pypi/v/pybary.svg)](https://pypi.python.org/pypi/pybary)
[![python](https://img.shields.io/pypi/pyversions/pybary.svg)](https://pypi.org/project/pybary/)
[![codecov](https://codecov.io/gh/asmove/pybary/branch/main/graph/badge.svg?token=G8TVJ4X32L)](https://codecov.io/gh/asmove/pybary)
[![downloads](https://img.shields.io/pypi/dm/pybary)](https://pypi.org/project/pybary/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/asmove/pybary/HEAD)

Pybary
========

![A sniffer optimizer](https://github.com/asmove/pybary/blob/main/images/pybary-tiny.png?raw=true)

Barycenter method in python. Take a look at original article: https://arxiv.org/abs/1801.10533

How to install
----------------

We run the command on desired installation environment:

``` {.bash}
pip install pybary
```

Minimal example
----------------

We may code examples by performing following actions 

1. Run command `python examples/example.py` from package root folder;
2. Open notebook `examples/example.ipynb` and run cell on given order.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/pybary/",
    "name": "pybary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<3.12",
    "maintainer_email": "",
    "keywords": "optimization,discrete",
    "author": "Bruno Peixoto",
    "author_email": "brunolnetto@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/14/cd/1c4fcfc75e4721bf15ddf9069d59666b320622753d89f638c52f806edbca/pybary-0.2.1.tar.gz",
    "platform": null,
    "description": "[![Version](https://img.shields.io/pypi/v/pybary.svg)](https://pypi.python.org/pypi/pybary)\n[![python](https://img.shields.io/pypi/pyversions/pybary.svg)](https://pypi.org/project/pybary/)\n[![codecov](https://codecov.io/gh/asmove/pybary/branch/main/graph/badge.svg?token=G8TVJ4X32L)](https://codecov.io/gh/asmove/pybary)\n[![downloads](https://img.shields.io/pypi/dm/pybary)](https://pypi.org/project/pybary/)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/asmove/pybary/HEAD)\n\nPybary\n========\n\n![A sniffer optimizer](https://github.com/asmove/pybary/blob/main/images/pybary-tiny.png?raw=true)\n\nBarycenter method in python. Take a look at original article: https://arxiv.org/abs/1801.10533\n\nHow to install\n----------------\n\nWe run the command on desired installation environment:\n\n``` {.bash}\npip install pybary\n```\n\nMinimal example\n----------------\n\nWe may code examples by performing following actions \n\n1. Run command `python examples/example.py` from package root folder;\n2. Open notebook `examples/example.ipynb` and run cell on given order.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Barycenter method in python",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/pybary/",
        "Repository": "https://github.com/asmove/pybary"
    },
    "split_keywords": [
        "optimization",
        "discrete"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8858a44847ef701bf7f1bceb25c56dba6a4cc9f68edae090675c551cece3234b",
                "md5": "93f52563aad31a36f745fbd92e02623d",
                "sha256": "88c568e9142853215faa64d299ce64c285d1452e17f05350fe9b5db887b7b12c"
            },
            "downloads": -1,
            "filename": "pybary-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93f52563aad31a36f745fbd92e02623d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<3.12",
            "size": 3919,
            "upload_time": "2023-11-24T23:14:28",
            "upload_time_iso_8601": "2023-11-24T23:14:28.606086Z",
            "url": "https://files.pythonhosted.org/packages/88/58/a44847ef701bf7f1bceb25c56dba6a4cc9f68edae090675c551cece3234b/pybary-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14cd1c4fcfc75e4721bf15ddf9069d59666b320622753d89f638c52f806edbca",
                "md5": "49d8c808658a0483a66abc5208f3ac97",
                "sha256": "a5949055fba5b8e51457aeef6deb0f29d8fb32c5d36d32df8fbbe7b607e94cba"
            },
            "downloads": -1,
            "filename": "pybary-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "49d8c808658a0483a66abc5208f3ac97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<3.12",
            "size": 3789,
            "upload_time": "2023-11-24T23:14:30",
            "upload_time_iso_8601": "2023-11-24T23:14:30.455985Z",
            "url": "https://files.pythonhosted.org/packages/14/cd/1c4fcfc75e4721bf15ddf9069d59666b320622753d89f638c52f806edbca/pybary-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-24 23:14:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asmove",
    "github_project": "pybary",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pybary"
}
        
Elapsed time: 0.14708s