Metadata-Version: 2.1
Name: am4894bq
Version: 0.0.1
Summary: Helper library for BigQuery
Home-page: https://github.com/andrewm4894/am4894bq/tree/master/
Author: Andrew Maguire
Author-email: andrewm4894@gmail.com
License: Apache Software License 2.0
Keywords: bigquery
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# am4894bq
> A helper library for some BigQuery related stuff.


This file will become your README and also the index of your documentation.

## Install

`pip install am4894bq`

## How to use

Fill me in please! Don't forget code examples:

```python
say_hello("Joe")
```




    'Hello Joe!'



```python
say_hello2("Joe")
```


