Metadata-Version: 1.1
Name: numpy-sugar
Version: 1.0.27
Summary: Missing NumPy functionalities.
Home-page: http://github.com/glimix/numpy-sugar
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Description: numpy-sugar
        ===========
        
        |PyPI-License| |PyPI-Version| |Anaconda-Version| |Anaconda-Downloads|
        |Documentation Status|
        
        Missing NumPy functionalities.
        
        Install
        -------
        
        The recommended way of installing it is via
        `conda <http://conda.pydata.org/docs/index.html>`__
        
        .. code:: bash
        
            conda install -c conda-forge numpy-sugar
        
        An alternative way would be via pip
        
        .. code:: bash
        
            pip install numpy-sugar
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        ::
        
            python -c "import numpy_sugar; numpy_sugar.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        Authors
        -------
        
        -  **Danilo Horta** - https://github.com/Horta
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        .. |PyPI-License| image:: https://img.shields.io/pypi/l/numpy-sugar.svg?style=flat-square
           :target: https://pypi.python.org/pypi/numpy-sugar/
        .. |PyPI-Version| image:: https://img.shields.io/pypi/v/numpy-sugar.svg?style=flat-square
           :target: https://pypi.python.org/pypi/numpy-sugar/
        .. |Anaconda-Version| image:: https://anaconda.org/conda-forge/numpy-sugar/badges/version.svg
           :target: https://anaconda.org/conda-forge/numpy-sugar
        .. |Anaconda-Downloads| image:: https://anaconda.org/conda-forge/numpy-sugar/badges/downloads.svg
           :target: https://anaconda.org/conda-forge/numpy-sugar
        .. |Documentation Status| image:: https://readthedocs.org/projects/numpy-sugar/badge/?style=flat-square&version=latest
           :target: https://numpy-sugar.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
