Metadata-Version: 1.1
Name: tapioca-cloudez
Version: 1.0.0a12
Summary: cloudez API wrapper using tapioca
Home-page: https://github.com/humrochagf/tapioca-cloudez
Author: Humberto Rocha
Author-email: humrochagf@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Tapioca cloudez
        ===============
        
        Installation
        ------------
        
        ::
        
            pip install tapioca-cloudez
        
        Documentation
        -------------
        
        .. code:: python
        
            from tapioca_cloudez import Cloudez
        
        
            api = Cloudez(auth_token='{your-authentication-token}')
        
        No more documentation needed.
        
        -  Learn how Tapioca works
           `here <http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html>`__
        -  Explore this package using iPython
        -  Have fun!
        
Keywords: cloudez
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
