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')