Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.69 KB

README.rst

File metadata and controls

53 lines (35 loc) · 1.69 KB

Python Unpaywall

Python Unpaywall on the Python Package Index Travis Continuous Integration Documentation Status MIT License

Python package allowing direct interaction with the Unpaywall REST API

Development of Python Unpaywall happens on Github.

Installation

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

Usage

To use Python Unpaywall in a project:

import python_unpaywall