pyhomebase

Homebase web API Python client


Keywords
api, dat, homebase
License
GPL-3.0
Install
pip install pyhomebase==0.0.1

Documentation

pyhomebase

Repository license PyPI package Travis CI result Documentation status Support badge

Homebase web API Python client

https://github.com/beakerbrowser/homebase

Experimental software! Working with Homebase 2.0.8 right now.

Example

from pyhomebase import Homebase

homebase = Homebase(url='https://myhomebase.org')

# See https://github.com/beakerbrowser/homebase/issues/48
homebase.login(username='username', password='password')

for dat in homebase.dats():
    print(dat)

Documentation