Metadata-Version: 2.1
Name: spams-bin
Version: 2.6.5
Summary: Python interface for SPAMS - binary wheels with openblas (mac, linux, windows)
Home-page: http://spams-devel.gforge.inria.fr/
Author: Julien Mairal
Author-email: spams.dev@inria.fr
License-File: LICENSE
Requires-Dist: numpy (>=1.12)
Requires-Dist: scipy (>=0.19)
Provides-Extra: test
Requires-Dist: Pillow (>=6.0) ; extra == 'test'

Python interface for SPArse Modeling Software (SPAMS),
an optimization toolbox for solving various sparse estimation problems.
This (unofficial) version includes pre-built wheels for python 3 on windows, mac (with openmp support) and linux.

In addition, building from source explicitly requires openblas on mac/linux and intel mkl on windows,
unlike the official version which can use any blas implementation.

The source code for this fork is also available at https://github.com/samuelstjean/spams-python/
