Metadata-Version: 2.4
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
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
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov==2.5.0; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pep8; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: summary

==========
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
