python-doi

Python package to work with Document Object Identifier (doi)


Keywords
doi, publications, crossref
License
GPL-3.0
Install
pip install python-doi==0.1.0

Documentation

python-doi

python-doi on the Python Package Index Travis Continuous Integration Coveralls Documentation Status GPL v3 License

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:

$ 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

Usage

To use python-doi in a project:

import doi