Skip to content

Python package allowing direct interaction with the Unpaywall REST API

License

Notifications You must be signed in to change notification settings

michaelplews/python-unpaywall

Repository files navigation

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

About

Python package allowing direct interaction with the Unpaywall REST API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published