Python package to work with Document Object Identifier (doi)
Development of python-doi happens on Github.
To install the latest released version of python-doi, run this command in your terminal:
$ 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.
To install the latest development version of python-doi from Github.
$ pip install git+https://github.com/papis/python-doi.git@master#egg=doi
To use python-doi in a project:
import doi