Metadata-Version: 2.0
Name: pcloud
Version: 1.0a2
Summary: A client library for pCloud
Home-page: https://pypi.python.org/pypi/pcloud
Author: Tom Gross
Author-email: itconsense@gmail.com
License: MIT
Keywords: Python pCloud REST
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: requests
Requires-Dist: setuptools

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

==============================================================================
pcloud - A Python API client for pCloud
==============================================================================

.. image:: https://travis-ci.org/tomgross/pycloud.svg?branch=master
    :target: https://travis-ci.org/tomgross/pycloud

This Python library provides a Python API to the pCloud storage.

Features
--------

- Can be used as a library
- Comes with a command line script


Examples
--------

 >>> from pcloud import PyCloud
 >>> pc = PyCloud('email@example.com', 'SecretPassword')
 >>> pc.listfolder()


Documentation
-------------

Implements the pCloud API found at https://docs.pcloud.com/


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

 $ pip install pcloud

Contribute
----------

- Issue Tracker: https://github.com/tomgross/pycloud/issues
- Source Code: https://github.com/tomgross/pycloud


License
-------

The project is licensed under the GPLv2.


Contributors
============

- b'Tom Gross', b'itconsense@gmail.com'


Changelog
=========


1.0a2 (2017-05-21)
------------------

- Rename to pcloud
  [tomgross]


1.0a1 (2017-05-21)
------------------

- Initial release.
  [tomgross]


