Metadata-Version: 1.1
Name: numpy_sugar
Version: 1.2.3
Summary: Missing NumPy functionalities
Home-page: https://github.com/limix/numpy-sugar
Author: Danilo Horta
Author-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/limix/numpy-sugar
Description-Content-Type: text/markdown
Description: numpy-sugar
        ===========
        
        |Travis| |AppVeyor| |Read the Docs (version)|
        
        Missing NumPy functionalities.
        
        Install
        -------
        
        Enter
        
        .. code:: bash
        
            pip install numpy-sugar
        
        from the command-line.
        
        Running the tests
        -----------------
        
        Enter
        
        .. code:: python
        
            python -c "import numpy_sugar; numpy_sugar.test()"
        
        Authors
        -------
        
        -  `Danilo Horta <https://github.com/horta>`__
        
        License
        -------
        
        This project is licensed under the `MIT
        License <https://raw.githubusercontent.com/limix/numpy-sugar/master/LICENSE.md>`__.
        
        .. |Travis| image:: https://img.shields.io/travis/limix/numpy-sugar.svg?style=flat-square&label=linux%20%2F%20macos%20build
           :target: https://travis-ci.org/limix/numpy-sugar
        .. |AppVeyor| image:: https://img.shields.io/appveyor/ci/Horta/numpy-sugar.svg?style=flat-square&label=windows%20build
           :target: https://ci.appveyor.com/project/Horta/numpy-sugar
        .. |Read the Docs (version)| image:: https://img.shields.io/readthedocs/numpy-sugar/stable.svg?style=flat-square
           :target: http://numpy-sugar.readthedocs.io/
        
Keywords: numpy,array
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
