Metadata-Version: 2.1
Name: pybary
Version: 0.1.8
Summary: Barycenter method in python
Home-page: https://pypi.org/project/pybary/
License: MIT
Keywords: optimization,discrete
Author: Bruno Peixoto
Author-email: brunolnetto@gmail.com
Requires-Python: >=3.8.1,<3.12
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Dist: ipykernel (>=6.20.1,<7.0.0)
Requires-Dist: ipython (>=8.8.0,<9.0.0)
Requires-Dist: jupyter-core (>=5.1.2,<6.0.0)
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: numpy (==1.24.1)
Requires-Dist: seaborn (>=0.12.2,<0.13.0)
Project-URL: Repository, https://github.com/asmove/pybary
Description-Content-Type: text/markdown

[![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.

