Skip to content

Latest commit

 

History

History
82 lines (69 loc) · 2.1 KB

README.md

File metadata and controls

82 lines (69 loc) · 2.1 KB

hoerapi.py

Install

$ pip install hoerapi

Setup

Use python3.

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install -e .

Tests

$ py.test

Usage

import hoerapi;

data = hoerapi.get_podcast_data('wrint')
print(data.cluster) # 'berlin'

Publishing

$ python setup.py sdist bdist_dumb upload

Methods

Errors

todo

Classes