Metadata-Version: 1.1
Name: imgroi
Version: 0.0.1
Summary: A Python library for working with ROIs from images.
Home-page: https://github.com/jakirkham/imgroi
Author: John Kirkham
Author-email: kirkhamj@janelia.hhmi.org
License: BSD 3-Clause
Description: ===============================
        imgroi
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/imgroi.svg
                :target: https://pypi.python.org/pypi/imgroi
        
        .. image:: https://img.shields.io/travis/jakirkham/imgroi.svg
                :target: https://travis-ci.org/jakirkham/imgroi
        
        .. image:: https://readthedocs.org/projects/imgroi/badge/?version=latest
                :target: https://imgroi.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/jakirkham/imgroi/badge.svg
                :target: https://coveralls.io/github/jakirkham/imgroi
                :alt: Coveralls
        
        .. image:: https://img.shields.io/github/license/jakirkham/imgroi.svg
                :target: ./LICENSE.txt
                :alt: License
        
        
        A Python library for working with ROIs from images.
        
        
        * Free software: BSD 3-Clause
        * Documentation: https://imgroi.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-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: imgroi
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
