Skip to content

hyperoslo/pissuu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python client for the Issuu API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages