Metadata-Version: 1.1
Name: py-pspdfkit
Version: 0.1.1
Summary: A simple API wrapper for PSPDFKit
Home-page: https://github.com/tizz98/py-pspdfkit
Author: Elijah Wilson
Author-email: elijah@elijahwilson.me
License: MIT
Download-URL: https://github.com/tizz98/py-pspdfkit/tarball/0.1.1
Description: # PSPDFKit API wrapper
        `py-pspdfkit` is a simple API wrapper for [PSPDFKit](https://pspdfkit.com/).
        
        ## Installation
        `pip install py-pspdfkit`
        
        ## Usage
        ```python
        from pspdfkit import API
        client = API('http://localhost:5000', 'secret')
        client.upload_file_from_url(
            'https://isotropic.org/papers/chicken.pdf',
            'cc90ea63a926fe36a9c92fab0ca246db40f34e39170764153c13e427e4acc1fb'
        )
        ```
        
Keywords: pspdfkit pdf
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
