Metadata-Version: 2.0
Name: gcloud-aio-bigquery
Version: 0.5.0
Summary: Asyncio Python Client for Google Cloud BigQuery
Home-page: https://github.com/talkiq/gcloud-aio
Author: TalkIQ
Author-email: engineering@talkiq.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Requires-Dist: gcloud-aio-auth (<1.0.0,>=0.5.0)
Requires-Dist: gcloud-aio-core (<1.0.0,>=0.5.0)
Requires-Dist: ujson (<2.0.0,>=1.0.0)

Asyncio Python Client for Google Cloud BigQuery
===============================================

|pypi| |pythons|

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

.. code-block:: console

    $ pip install --upgrade gcloud-aio-bigquery

Usage
-----

We're still working on documentation -- for now, you can use the `smoke test`_
as an example.

.. _smoke test: https://github.com/talkiq/gcloud-aio/blob/master/bigquery/tests/integration/smoke_test.py

.. |pypi| image:: https://img.shields.io/pypi/v/gcloud-aio-bigquery.svg?style=flat-square
    :alt: Latest PyPI Version
    :target: https://pypi.org/project/gcloud-aio-bigquery/

.. |pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-aio-bigquery.svg?style=flat-square
    :alt: Python Version Support
    :target: https://pypi.org/project/gcloud-aio-bigquery/


