Metadata-Version: 1.1
Name: xnumpy
Version: 0.1.2
Summary: A Python utility library for working with expanded NumPy arrays.
Home-page: https://github.com/jakirkham/xnumpy
Author: John Kirkham
Author-email: kirkhamj@janelia.hhmi.org
License: BSD 3-Clause
Description: ===============================
        xnumpy
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/xnumpy.svg
                :target: https://pypi.python.org/pypi/xnumpy
                :alt: PyPI
        
        .. image:: https://anaconda.org/conda-forge/xnumpy/badges/version.svg
                :target: https://anaconda.org/conda-forge/xnumpy
                :alt: conda-forge
        
        .. image:: https://img.shields.io/travis/jakirkham/xnumpy/master.svg
                :target: https://travis-ci.org/jakirkham/xnumpy
                :alt: Travis CI
        
        .. image:: https://readthedocs.org/projects/xnumpy/badge/?version=latest
                :target: https://xnumpy.readthedocs.io/en/latest/?badge=latest
                :alt: Read the Docs
        
        .. image:: https://coveralls.io/repos/github/jakirkham/xnumpy/badge.svg
                :target: https://coveralls.io/github/jakirkham/xnumpy
                :alt: Coveralls
        
        .. image:: https://img.shields.io/github/license/jakirkham/xnumpy.svg
                :target: ./LICENSE.txt
                :alt: License
        
        
        A Python utility library for working with expanded NumPy arrays.
        
        
        * Free software: BSD 3-Clause
        * Documentation: https://xnumpy.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `nanshe-org/nanshe-cookiecutter`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`nanshe-org/nanshe-cookiecutter`: https://github.com/nanshe-org/nanshe-cookiecutter
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-10-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: xnumpy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
