Metadata-Version: 1.2
Name: gcloud-rest-storage
Version: 5.0.0
Summary: Python Client for Google Cloud Storage
Home-page: https://github.com/talkiq/gcloud-rest
Author: Vi Engineering
Author-email: voiceai-eng@dialpad.com
License: MIT License
Description: Asyncio Python Client for Google Cloud Storage
        ==============================================
        
        |aio-pypi| |aio-pythons| |rest-pypi| |rest-pythons|
        
        Installation
        ------------
        
        .. code-block:: console
        
            $ pip install --upgrade gcloud-rest-storage
            # or
            $ pip install --upgrade gcloud-rest-storage
        
        Usage
        -----
        
        We're still working on documentation -- for now, you can use the `smoke test`_
        as an example.
        
        Contributing
        ------------
        
        Please see our `contributing guide`_.
        
        .. _contributing guide: https://github.com/talkiq/gcloud-rest/blob/master/.github/CONTRIBUTING.rst
        .. _smoke test: https://github.com/talkiq/gcloud-rest/blob/master/storage/tests/integration/smoke_test.py
        
        .. |aio-pypi| image:: https://img.shields.io/pypi/v/gcloud-rest-storage.svg?style=flat-square&label=pypi (aio)
            :alt: Latest PyPI Version (gcloud-rest-storage)
            :target: https://pypi.org/project/gcloud-rest-storage/
        
        .. |aio-pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-rest-storage.svg?style=flat-square&label=python (aio)
            :alt: Python Version Support (gcloud-rest-storage)
            :target: https://pypi.org/project/gcloud-rest-storage/
        
        .. |rest-pypi| image:: https://img.shields.io/pypi/v/gcloud-rest-storage.svg?style=flat-square&label=pypi (rest)
            :alt: Latest PyPI Version (gcloud-rest-storage)
            :target: https://pypi.org/project/gcloud-rest-storage/
        
        .. |rest-pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-rest-storage.svg?style=flat-square&label=python (rest)
            :alt: Python Version Support (gcloud-rest-storage)
            :target: https://pypi.org/project/gcloud-rest-storage/
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Requires-Python: >= 2.7
