Metadata-Version: 2.1
Name: proxlib
Version: 0.0.1
Summary: Prox-operator library for optimization
Home-page: https://github.com/UW-AMO/proxlib
Author: Peng Zheng
Author-email: zhengp@uw.eud
License: BSD 2-Clause License
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cython
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

.. image:: https://github.com/UW-AMO/proxlib/workflows/python-build/badge.svg
    :target: https://github.com/UW-AMO/proxlib/actions

.. image:: https://badge.fury.io/py/proxlib.svg
    :target: https://badge.fury.io/py/proxlib

Prox-Operator Library
=====================

This is a Python package contains efficient prox and projection operators.

Install
-------

To install the package, you will need to be able to compile the Cython script.
You could simple acquire the package from PyPI.

.. code-block:: bash

    pip install regmod

