Metadata-Version: 2.1
Name: python-doi
Version: 0.2.0
Summary: Python package to work with Document Object Identifier (doi)
Home-page: https://github.com/papis/python-doi
Author: Alejandro Gallo
Author-email: aamsgallo@gmail.com
License: GNU General Public License v3
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.rst

==========
python-doi
==========
.. image:: https://img.shields.io/pypi/v/python-doi.svg
   :alt: python-doi on the Python Package Index
   :target: https://pypi.python.org/pypi/python-doi

.. image:: https://img.shields.io/travis/papis/python-doi.svg
   :alt: Travis Continuous Integration
   :target: https://travis-ci.org/papis/python-doi
.. image:: https://coveralls.io/repos/github/papis/python-doi/badge.svg?branch=master
   :alt: Coveralls
   :target: https://coveralls.io/github/papis/python-doi?branch=master
.. image:: https://readthedocs.org/projects/python-doi/badge/?version=latest
   :alt: Documentation Status
   :target: https://python-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 python-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/papis/python-doi.git@master#egg=doi

.. _Github: https://github.com/papis/python-doi

Usage
-----

To use python-doi in a project::

    import doi


