Metadata-Version: 2.4
Name: qphelper
Version: 0.0.1
Summary: Utilities for Quadratic Programming
Project-URL: Homepage, https://github.com/galloj/qphelper
Project-URL: Issues, https://github.com/galloj/qphelper/issues
Project-URL: Documentation, https://qphelper.readthedocs.io/en/latest/
Author-email: Jiří Gallo <jiri.gallo@centrum.cz>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: numpy
Description-Content-Type: text/markdown

# QP helper

This Python package offers various utility functions for manipulating and verifying QP (Quadratic Programming) problems.

Install by:

```
pip install qphelper
```