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
- Host: GitHub
- URL: https://github.com/hyperoslo/pissuu
- Owner: hyperoslo
- License: other
- Created: 2012-01-20T12:53:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T12:19:41.000Z (over 12 years ago)
- Last Synced: 2025-04-02T02:22:35.947Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.29 MB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE.md
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.