Skip to content

Commit 032d79a

Browse files
committed
updated dependencies and readme
1 parent 701703d commit 032d79a

3 files changed

Lines changed: 78 additions & 138 deletions

File tree

Pipfile.lock

Lines changed: 47 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# bigquery-python-tutorial
1+
# Google Big Query: Python SDK Tutorial
2+
3+
4+
![Python](https://img.shields.io/badge/Python-v^3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e)
5+
![Google Cloud BigQuery](https://img.shields.io/badge/google--cloud--bigquery-v1.11.2-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e)
6+
![Google Cloud Storage](https://img.shields.io/badge/Google--Cloud--Storage-v1.15.0-blue.svg?logo=Google&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e)
7+
![Pprint](https://img.shields.io/badge/Pprint-v0.1-blue.svg?logo=python&longCache=true&logoColor=white&colorB=23a8e2&style=flat-square&colorA=36363e)
8+
![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square&colorA=36363e)
9+
[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=36363e)](https://github.com/hackersandslackers/bigquery-python-tutorial/issues)
10+
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/tableau-extraction.svg?style=flat-square&colorB=e3bb18&colorA=36363e)](https://github.com/hackersandslackers/bigquery-python-tutorial/stargazers)
11+
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/tableau-extraction.svg?style=flat-square&colorA=36363e)](https://github.com/hackersandslackers/bigquery-python-tutorial/network)

requirements.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
cachetools==3.1.0
2+
certifi==2019.3.9
3+
chardet==3.0.4
4+
google-api-core==1.9.0
5+
google-auth==1.6.3
6+
google-cloud-bigquery==1.11.2
7+
google-cloud-core==0.29.1
8+
google-cloud-storage==1.15.0
9+
google-resumable-media==0.3.2
10+
googleapis-common-protos==1.5.9
11+
idna==2.8
12+
pprint==0.1
13+
protobuf==3.7.1
14+
pyasn1==0.4.5
15+
pyasn1-modules==0.2.4
16+
pytz==2019.1
17+
requests==2.21.0
18+
rsa==4.0
19+
six==1.12.0
20+
urllib3==1.24.2

0 commit comments

Comments
 (0)