Python client for the Issuu API.
from pissuu import IssuuAPI issuu = IssuuAPI( key = 'qyy6ls1qv15uh9xwwlvk853u2uvpfka7', secret = '13e3an36eaxjy8nenuepab05yc7j7w5g' ) upload = issuu.upload_document( file = open('brochure.pdf'), title = 'Brochure' )
Pissuu is under development, and does not implement functionality besides listing and uploading documents.
Pissuu is best installed with pip:
$ pip install git+git://github.com/hyperoslo/pissuu.git
Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this library we probably want to hire you.