Metadata-Version: 1.1
Name: ncmirtools
Version: 0.1.1
Summary: Set of commandline tools for NCMIR
Home-page: https://github.com/CRBS/ncmirtools
Author: Christopher Churas
Author-email: churas.camera@gmail.com
License: UNKNOWN
Description: ===============================
        ncmirtools
        ===============================
        
        
        .. image:: https://pyup.io/repos/github/CRBS/ncmirtools/shield.svg
             :target: https://pyup.io/repos/github/CRBS/ncmirtools/
             :alt: Updates
        
        .. image:: https://travis-ci.org/CRBS/ncmirtools.svg?branch=master
               :target: https://travis-ci.org/CRBS/ncmirtools
        
        .. image:: https://coveralls.io/repos/github/CRBS/ncmirtools/badge.svg?branch=master
               :target: https://coveralls.io/github/CRBS/ncmirtools?branch=master
        
        Set of commandline tools for interaction with data hosted internally at NCMIR_.
        
        For more information please visit our wiki page: 
        
        https://github.com/CRBS/ncmirtools/wiki
        
        
        Tools
        -----
        
        * **mpidir.py** -- Given a Microscopy product id, this script finds the path on the filesystem
        
        
        Dependencies
        ------------
        
        * `Argparse <https://pypi.python.org/pypi/argparse>`_
        
        
        Compatibility
        -------------
        
        * Should work on Python 2.6 & 2.7 on Linux distributions
        
        
        Installation
        ------------
        
        Try one of these:
        
        ::
        
          pip install ncmirtools
        
          python setup.py install
        
        
        License
        -------
        
        See LICENSE.txt_
        
        
        Bugs
        -----
        
        Please report them `here <https://github.com/CRBS/ncmirtools/issues>`_
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _NCMIR: https://ncmir.ucsd.edu/
        .. _LICENSE.txt: https://github.com/CRBS/ncmirtools/blob/master/LICENSE.txt
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.1 (2016-10-14)
        ------------------
        
        * Minor improvements to README.rst for better presentation on pypi
        
        0.1.0 (2016-10-04)
        ------------------
        
        * Initial release with single script mpidir.py
        
Keywords: ncmirtools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
