1- Python Client for BigQuery Storage API
2- ====================================== 
1+ Python Client for Google  BigQuery Storage API
2+ =============================================  
33
4- |ga | |pypi | |versions |  
4+ |stable | |pypi | |versions |
55
6- `BigQuery Storage API `_:
6+ `Google  BigQuery Storage API  
77
88- `Client Library Documentation `_
99- `Product Documentation `_
1010
11- .. |ga | image :: https://img.shields.io/badge/support-GA -gold.svg 
12-  :target:  https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability  
11+ .. |stable | image :: https://img.shields.io/badge/support-stable -gold.svg 
12+  :target:  https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels  
1313.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-bigquery-storage.svg 
1414 :target:  https://pypi.org/project/google-cloud-bigquery-storage/ 
1515.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-storage.svg 
1616 :target:  https://pypi.org/project/google-cloud-bigquery-storage/ 
17- .. _ BigQuery  Storage APIhttps://cloud.google.com/bigquery/docs/reference/storage/ 
17+ .. _ Google BigQuery  Storage APIhttps://cloud.google.com/bigquery/docs/reference/storage/ 
1818.. _Client Library Documentation : https://cloud.google.com/python/docs/reference/bigquerystorage/latest 
19- .. _Product Documentation : https://cloud.google.com/bigquery/docs/reference/storage/ 
19+ .. _Product Documentation :   https://cloud.google.com/bigquery/docs/reference/storage/ 
2020
2121Quick Start
2222----------- 
@@ -25,12 +25,12 @@ In order to use this library, you first need to go through the following steps:
2525
26261. `Select or create a Cloud Platform project. `_
27272. `Enable billing for your project. `_
28- 3. `Enable the BigQuery Storage API. `_
28+ 3. `Enable the Google  BigQuery Storage API. `_
29294. `Setup Authentication. `_
3030
3131.. _Select or create a Cloud Platform project. : https://console.cloud.google.com/project 
3232.. _Enable billing for your project. : https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project 
33- .. _Enable the BigQuery Storage API. : https://console. cloud.google.com/apis/library/bigquerystorage.googleapis.com  
33+ .. _Enable the Google  BigQuery Storage API. :   https://cloud.google.com/bigquery/docs/reference/storage/  
3434.. _Setup Authentication. : https://googleapis.dev/python/google-api-core/latest/auth.html 
3535
3636Installation
@@ -47,16 +47,25 @@ dependencies.
4747.. _`virtualenv` : https://virtualenv.pypa.io/en/latest/ 
4848
4949
50+ Code samples and snippets
51+ ~~~~~~~~~~~~~~~~~~~~~~~~~ 
52+ 
53+ Code samples and snippets live in the `samples/ ` folder.
54+ 
55+ 
5056Supported Python Versions
5157^^^^^^^^^^^^^^^^^^^^^^^^^ 
52- Python >= 3.6
58+ Our client libraries are compatible with all current [active](https://devguide.python.org/devcycle/#in-development-main-branch) and [maintenance](https://devguide.python.org/devcycle/#maintenance-branches) versions of
59+ Python.
60+ 
61+ Python >= 3.7
5362
5463Unsupported Python Versions
5564^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
56- Python == 2.7, Python == 3.5. 
65+ Python <= 3.6 
5766
58- The last version of this library compatible with Python 2.7 and 3.5 is 
59- `` google-cloud-bigquery-storage==1.1.0 `` .
67+ If you are using an [end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches) 
68+ version of Python, we recommend that you update as soon as possible to an actively supported version .
6069
6170
6271Mac/Linux
@@ -80,37 +89,15 @@ Windows
8089 <your-env>\Scripts\activate 
8190 <your-env>\Scripts\pip.exe install google-cloud-bigquery-storage 
8291
83- 
84- ^^^^^^^^^^^^^^^^^^^^^ 
85- 
86- Several features of ``google-cloud-bigquery-storage `` require additional
87- dependencies.
88- 
89- * Parse Arrow blocks in a ``read_rows() `` stream using `pyarrow 
90-  <https://arrow.apache.org/docs/python/> `_.
91- 
92-  ``pip install 'google-cloud-bigquery-storage[pyarrow]' ``
93-  
94- 
95- * Parse Avro blocks in a ``read_rows() `` stream using `fastavro 
96-  <https://fastavro.readthedocs.io/en/latest/> `_.
97- 
98-  ``pip install google-cloud-bigquery-storage[fastavro] ``
99- 
100- * Download rows to a `pandas  <http://pandas.pydata.org/pandas-docs/stable/ >`_
101-  dataframe.
102- 
103-  ``pip install 'google-cloud-bigquery-storage[pandas,pyarrow]' ``
104- 
10592
10693~~~~~~~~~~ 
10794
108- - Read the `Client Library Documentation `_ for BigQuery Storage API
109-  API  to see other available methods on the client.
110- - Read the `BigQuery Storage API Product documentation `_ to learn
95+ - Read the `Client Library Documentation `_ for Google  BigQuery Storage API
96+  to see other available methods on the client.
97+ - Read the `Google  BigQuery Storage API Product documentation
11198 more about the product and see How-to Guides.
112- - View this `repository’s main  README
99+ - View this `README `_ to see the full list of Cloud
113100 APIs that we cover.
114101
115- .. _ BigQuery  Storage API Product documentationhttps://cloud.google.com/bigquery/docs/reference/storage/ 
116- .. _ repository’s main README : https://github.com/googleapis/google-cloud-python/blob/main/README.rst 
102+ .. _ Google BigQuery  Storage API Product documentationhttps://cloud.google.com/bigquery/docs/reference/storage/ 
103+ .. _ README : https://github.com/googleapis/google-cloud-python/blob/main/README.rst 
0 commit comments