Metadata-Version: 1.1
Name: numpy-sugar
Version: 1.0.31
Summary: Missing NumPy functionalities.
Home-page: http://github.com/limix/numpy-sugar
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Description: # numpy-sugar
        
        [![PyPI-License](https://img.shields.io/pypi/l/numpy-sugar.svg?style=flat-square)](https://pypi.python.org/pypi/numpy-sugar/)
        [![PyPI-Version](https://img.shields.io/pypi/v/numpy-sugar.svg?style=flat-square)](https://pypi.python.org/pypi/numpy-sugar/) [![Anaconda-Version](https://anaconda.org/conda-forge/numpy-sugar/badges/version.svg)](https://anaconda.org/conda-forge/numpy-sugar) [![Anaconda-Downloads](https://anaconda.org/conda-forge/numpy-sugar/badges/downloads.svg)](https://anaconda.org/conda-forge/numpy-sugar) [![Documentation Status](https://readthedocs.org/projects/numpy-sugar/badge/?style=flat-square&version=1.0.x)](https://numpy-sugar.readthedocs.io/en/1.0.x/)
        
        Missing NumPy functionalities.
        
        ## Install
        
        The recommended way of installing it is via
        [conda](http://conda.pydata.org/docs/index.html)
        ```bash
        conda install -c conda-forge numpy-sugar
        ```
        
        An alternative way would be via pip
        ```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](https://github.com/Horta)
        
        ## License
        
        This project is licensed under the MIT License - see the
        [LICENSE](LICENSE) file for details
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
