Metadata-Version: 2.4
Name: chompack
Version: 2.3.4
Summary: Library for chordal matrix computations
Author-email: "Martin S. Andersen" <martin.skovgaard.andersen@gmail.com>, Lieven Vandenberghe <vandenbe@ee.ucla.edu>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://cvxopt.github.io/chompack/
Project-URL: Source, https://github.com/cvxopt/chompack
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cvxopt>=1.3.3
Dynamic: license-file

# CHOMPACK — library for chordal matrix computations

[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![GitHub release](https://img.shields.io/github/release/cvxopt/chompack.svg)](https://github.com/cvxopt/chompack/releases/latest)
[![PyPI](https://img.shields.io/pypi/v/chompack.svg)](https://pypi.python.org/pypi/chompack)
[![Documentation Status](https://readthedocs.org/projects/chompack/badge/?version=latest)](http://chompack.readthedocs.io/en/latest/?badge=latest)

## Documentation

Documentation available at http://chompack.readthedocs.io


## Quick Install

```
pip install chompack
```

## License
CHOMPACK is licensed under the GNU General Public License version 3 (GPL-3.0-or-later). See [LICENSE](LICENSE) for details.
