Metadata-Version: 2.1
Name: python-documentcloud
Version: 3.3.1.dev2
Summary: A simple Python wrapper for the DocumentCloud API
Home-page: https://github.com/muckrock/python-documentcloud
Author: Mitchell Kotler
Author-email: mitch@muckrock.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

<pre><code>  ____                                        _    ____ _                 _
 |  _ \  ___   ___ _   _ _ __ ___   ___ _ __ | |_ / ___| | ___  _   _  __| |
 | | | |/ _ \ / __| | | | '_ ` _ \ / _ \ '_ \| __| |   | |/ _ \| | | |/ _` |
 | |_| | (_) | (__| |_| | | | | | |  __/ | | | |_| |___| | (_) | |_| | (_| |
 |____/ \___/ \___|\__,_|_| |_| |_|\___|_| |_|\__|\____|_|\___/ \__,_|\__,_|/  </code></pre>

A simple python wrapper for the DocumentCloud API

* Documentation: [http://documentcloud.readthedocs.org/](http://documentcloud.readthedocs.org/)
* Issues: [https://github.com/muckrock/python-documentcloud/issues](https://github.com/muckrock/python-documentcloud/issues)
* Packaging: [https://pypi.python.org/pypi/python-documentcloud](https://pypi.python.org/pypi/python-documentcloud)

Features
--------

* Retrieve and edit documents and projects, both public and private, from documentcloud.org
* Upload PDFs into your documentcloud.org account and organize them into projects
* Download text and images extracted from your PDFs by DocumentCloud

Getting started
---------------

Installation is as easy as...

```bash
$ pip install python-documentcloud
```


