Metadata-Version: 2.1
Name: doi
Version: 0.1.0
Summary: Python package to work with Document Object Identifier (doi)
Home-page: https://github.com/alejandrogallo/doi
Author: Alejandro Gallo
Author-email: aamsgallo@gmail.com
License: GNU General Public License v3
Description: ==========
        python-doi
        ==========
        .. image:: https://img.shields.io/pypi/v/doi.svg
           :alt: python-doi on the Python Package Index
           :target: https://pypi.python.org/pypi/doi
        
        .. image:: https://img.shields.io/travis/alejandrogallo/doi.svg
           :alt: Travis Continuous Integration
           :target: https://travis-ci.org/alejandrogallo/doi
        .. image:: https://coveralls.io/repos/github/alejandrogallo/doi/badge.svg?branch=master
           :alt: Coveralls
           :target: https://coveralls.io/github/alejandrogallo/doi?branch=master
        .. image:: https://readthedocs.org/projects/doi/badge/?version=latest
           :alt: Documentation Status
           :target: https://doi.readthedocs.io/en/latest/?badge=latest
        .. image:: https://img.shields.io/badge/License-GPL%20v3-green.svg
           :alt: GPL v3 License
           :target: https://www.gnu.org/licenses/gpl-3.0
        
        Python package to work with Document Object Identifier (doi)
        
        Development of python-doi happens on `Github`_.
        
        
        Installation
        ------------
        To install the latest released version of python-doi, run this command in your terminal:
        
        .. code-block:: console
        
            $ pip install doi
        
        This is the preferred method to install python-doi, as it will always install the most recent stable release.
        
        If you don't have `pip`_ installed, this `Python installation guide`_ can guide
        you through the process.
        
        .. _pip: https://pip.pypa.io
        .. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
        
        
        To install the latest development version of python-doi from `Github`_.
        
        .. code-block:: console
        
            $ pip install git+https://github.com/alejandrogallo/doi.git@master#egg=doi
        
        .. _Github: https://github.com/alejandrogallo/doi
        
        Usage
        -----
        
        To use python-doi in a project::
        
            import doi
        
Keywords: doi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
