Metadata-Version: 1.1
Name: cvxopt
Version: 1.1.8
Summary: Convex optimization package
Home-page: http://cvxopt.org
Author: M. Andersen, J. Dahl, and L. Vandenberghe
Author-email: martin.skovgaard.andersen@gmail.com, dahl.joachim@gmail.com, vandenbe@ee.ucla.edu
License: GNU GPL version 3
Description: 
        CVXOPT is a free software package for convex optimization based on the 
        Python programming language. It can be used with the interactive Python 
        interpreter, on the command line by executing Python scripts, or 
        integrated in other software via Python extension modules. Its main 
        purpose is to make the development of software for convex optimization 
        applications straightforward by building on Python's extensive standard 
        library and on the strengths of Python as a high-level programming 
        language.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
