Metadata-Version: 2.4
Name: mpmmine
Version: 0.0.1.20260714
Summary: A Python package for accessing the MPMMine dataset
Project-URL: Homepage, https://github.com/MPMMine/mpmmine-py
Project-URL: Repository, https://github.com/MPMMine/mpmmine-py.git
Project-URL: Issues, https://github.com/MPMMine/mpmmine-py/issues
Project-URL: Dataset, https://github.com/MPMMine/MPMMine
Author-email: "Tomasz P. Pawlak" <tpawlak@cs.put.poznan.pl>, Rafał Stachowiak <rstachowiak@cs.put.poznan.pl>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

![image](https://github.com/MPMMine/MPMMine/raw/main/docs/assets/banner.png)

# mpmmine-py: A Python package for accessing the MPMMine dataset

The mpmmine-py library provides a Python API for the [MPMMine](https://github.com/MPMMine/MPMMine) benchmark dataset. 
By leveraging native Python structures, it simplifies script development and facilitates seamless integration of the 
dataset into larger Python projects. 
MPMMine is a standardized dataset of benchmark problems for Mathematical 
Programming model mining problems. For the details on the dataset, see the corresponding 
[repository](https://github.com/MPMMine/MPMMine).

## Getting started

### Installation

```shell
TODO
```

### Usage

```python

```


