python support library for basedata.org

geting started:
    easy_install basedata

look update data:
    from basedata import BaseData

    bd = BaseData()
    bd.get({'md5': ''})

if you have an account:
    from basedata import BaseData

    bd = BaseData()
    bd.login(username, password)
    bd.set({'md5': ''}, {'openlibrary': 'OL...'})
