Metadata-Version: 2.1
Name: pandas-or
Version: 0.1.1
Summary: Operations research with Ortools and Pandas.
Home-page: https://github.com/lucasjamar/pandas-or
License: Apache-2.0
Author: lucas.jamar
Author-email: lucasjamar@hotmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ortools (>=9.3.10497,<10.0.0)
Requires-Dist: pandas (>=1.2.0,<2.0.0)
Project-URL: Repository, https://github.com/lucasjamar/pandas-or
Description-Content-Type: text/markdown

# Pandas OR

![Python version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue.svg)
[![PyPI version](https://badge.fury.io/py/pandas-or.svg)](https://pypi.org/project/pandas-or/)
[![PyPI download](https://img.shields.io/pypi/dm/pandas-or.svg)](https://pypi.org/project/pandas-or/#files)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lucasjamar/pandas-or/HEAD?labpath=examples)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/lucasjamar/pandas-or/blob/main/LICENSE.md)

Operations research made easy using [Pandas](https://pandas.pydata.org/) and [Ortools](https://developers.google.com/optimization).

The purpose of working with Pandas in combination with Ortools is to bridge the gap between
operations research and data analytics, data science, and data visualization.
With pandas-or, you can solve complex knapsack or vehicle routing type problems and then create
statistics, plots, and dashboards from your results!

## &#x1F4BB; Installation

### Pip

```
pip install pandas-or
```

## &#x25B6; Demo

Try out the examples in Binder!
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lucasjamar/pandas-or/HEAD?labpath=examples)


## &#x1F6B6; Upcoming features

- Code tests.
- Basic shift scheduling solvers.
- More complex routing problem solvers (pickups & deliveries, constraints).
- Read The Docs documentation.
- Gitlab CI builds.

## &#x1F4DA; Read The Docs

Coming soon!
