Python package allowing direct interaction with the Unpaywall REST API
Development of Python Unpaywall happens on Github.
To install the latest released version of Python Unpaywall, run this command in your terminal:
$ pip install python_unpaywall
This is the preferred method to install Python Unpaywall, 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 Unpaywall from Github.
$ pip install git+https://github.com/michaelplews/python_unpaywall.git@master#egg=python_unpaywall
To use Python Unpaywall in a project:
import python_unpaywall