An open API service indexing awesome lists of open source software.

https://github.com/hyperoslo/pissuu

Python client for the Issuu API
https://github.com/hyperoslo/pissuu

Last synced: about 1 year ago
JSON representation

Python client for the Issuu API

Awesome Lists containing this project

README

          

Pissuu
======

Python client for the Issuu API.

Usage
-----

::

from pissuu import IssuuAPI

issuu = IssuuAPI(
key = 'qyy6ls1qv15uh9xwwlvk853u2uvpfka7',
secret = '13e3an36eaxjy8nenuepab05yc7j7w5g'
)

upload = issuu.upload_document(
file = open('brochure.pdf'),
title = 'Brochure'
)

Disclaimer
----------

Pissuu is under development, and does not implement functionality
besides listing and uploading documents.

Installation
------------

Pissuu is best installed with `pip `_::

$ pip install git+git://github.com/hyperoslo/pissuu.git

Credits
-------

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.