Metadata-Version: 2.1
Name: pynomer
Version: 0.1.2
Summary: A python wrapper for nomer
Home-page: https://github.com/nleguillarme/pynomer
Author: Nicolas Le Guillarme
Author-email: nicolas.leguillarme@univ-grenoble-alpes.fr
License: MIT
Description: pynomer
        =======
        
        .. image:: https://img.shields.io/pypi/v/pynomer.svg
            :target: https://pypi.python.org/pypi/pynomer
            :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal.png
           :target: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal
           :alt: Latest Travis CI build status
           
        .. image:: https://readthedocs.org/projects/pynomer/badge/?version=latest
            :target: https://pynomer.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        `pynomer <https://github.com/nleguillarme/pynomer>`_ is a simple python wrapper for `nomer <https://github.com/globalbioticinteractions/nomer>`_.
        Nomer is a stand-alone java application which maps identifiers and names to taxonomic names and ontological terms.
        
        Usage
        -----
        
        See full documentation at https://pynomer.readthedocs.io/en/latest/.
        
        Installation
        ------------
        
        Download and build nomer-docker container
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        pynomer uses HTTP requests to access nomer commands exposes by a dockerized RESTful API. You can find the instructions for building and running the nomer-docker container `here <https://github.com/nleguillarme/nomer-docker>`_
        
        
        Install pynomer python package
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        pynomer stable version can be installed from PyPi.
        
        ::
        
          pip install pynomer
        
        
        License
        -------
        
        License: MIT
        
        Authors
        -------
        
        `pynomer` was written by `nleguillarme <nicolas.leguillarme@univ-grenoble-alpes.fr>`_.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
