Metadata-Version: 1.1
Name: pcs-api
Version: 1.0.1
Summary: A library that gives a uniform API to several personal cloud files storage providers (Dropbox, Google Drive...)
Home-page: https://github.com/netheosgithub/pcs_api
Author: Netheos
Author-email: contact@netheos.net
License: Apache Software License V2.0
Download-URL: https://github.com/netheosgithub/pcs_api/releases
Description: 
        Personal Cloud Storages API abstracts providers and gives
        a uniform API to access several personal cloud storages. As of today,
        the following providers are supported:
        `Dropbox <https://www.dropbox.com>`__,
        `hubiC <https://hubic.com>`__,
        `Google Drive <http://www.google.com/drive/>`__,
        `CloudMe <https://www.cloudme.com>`__.
        
        API provides the following methods:
        
        -  list/create/delete folder
        -  upload/download/delete blob (a blob is a regular file)
        -  inquire about user and about used/available storage quota.
        
        The API is available in many languages (Java, android and Python 2.7).
        
        Some samples programs showing how to use pcs\_api are availables in the repository ``samples`` directory.
        
        Refer to https://github.com/netheosgithub/pcs_api for more documentation.
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
