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
Description: .. 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
Platform: UNKNOWN
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
