Metadata-Version: 1.1
Name: gcloud-rest
Version: 0.6.1
Summary: RESTful Python Client for Google Cloud
Home-page: https://github.com/talkiq/gcloud-rest
Author: TalkIQ
Author-email: engineering@talkiq.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: RESTful Google Cloud Client Library for Python
        ==============================================
        
        This project is a collection of Google Cloud client libraries for the REST-only
        APIs; its *raison d'etre* is to implement a simple `TaskQueue API`_ as well as
        a more abstract TaskManager.
        
        |pypi| |circleci| |coverage| |pythons|
        
        Installation
        ------------
        
        .. code-block:: console
        
            $ pip install --upgrade gcloud-rest
        
        Usage
        -----
        
        We'll get to this soon -- we promise!
        
        .. _TaskQueue API: https://cloud.google.com/appengine/docs/standard/python/taskqueue/rest/
        
        .. |pypi| image:: https://img.shields.io/pypi/v/gcloud-rest.svg?style=flat-square
            :alt: Latest PyPI Version
            :target: https://pypi.org/project/gcloud-rest/
        
        .. |circleci| image:: https://img.shields.io/circleci/project/github/talkiq/gcloud-rest/master.svg?style=flat-square
            :alt: CircleCI Test Status
            :target: https://circleci.com/gh/talkiq/gcloud-rest/tree/master
        
        .. |coverage| image:: https://img.shields.io/codecov/c/github/talkiq/gcloud-rest/master.svg?style=flat-square
            :alt: Code Coverage
            :target: https://codecov.io/gh/talkiq/gcloud-rest
        
        .. |pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-rest.svg?style=flat-square
            :alt: Python Version Support
            :target: https://pypi.org/project/gcloud-rest/
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
