Metadata-Version: 2.4
Name: structsvm
Version: 0.2.0
Summary: Structured Bundle Method for Risk Minimization.
Project-URL: homepage, https://github.com/funkelab/structsvm
Project-URL: repository, https://github.com/funkelab/structsvm
Author-email: Jan Funke <funkej@janelia.hhmi.org>, Talley Lambert <talley.lambert@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
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.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: ilpy>=0.5.0
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: ilpy[scip]>=0.5.0; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=6.0; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: test
Requires-Dist: ilpy[scip]>=0.5.0; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Description-Content-Type: text/markdown

# structsvm

[![License](https://img.shields.io/pypi/l/structsvm.svg?color=green)](https://github.com/funkelab/structsvm/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/structsvm.svg?color=green)](https://pypi.org/project/structsvm)
[![Python Version](https://img.shields.io/pypi/pyversions/structsvm.svg?color=green)](https://python.org)
[![CI](https://github.com/funkelab/structsvm/actions/workflows/ci.yml/badge.svg)](https://github.com/funkelab/structsvm/actions/workflows/ci.yml)

Structured Bundle Method for Risk Minimization.

## Installation

```bash
pip install structsvm
```
