Setup

Prerequisites

Repertorio works on Python 3.7+, and has the requests library as its sole dependency. It will be installed automatically, so nothing to worry about.

To play around with the setlist.fm API you’ll need an API access key. You can easily get one here.

Installation

If you’re using pipenv to manage your dependencies:

$ pipenv install repertorio

Otherwise, if you’re using pip:

$ pip install repertorio

Basic usage

from repertorio import Repertorio
api = Repertorio('setlistfm-api-key')