1
- pandas-gbq
1
+ pydata-google-auth
2
2
==========
3
3
4
4
|Build Status | |Version Status | |Coverage Status |
5
5
6
- **pandas-gbq ** is a package providing an interface to the Google BigQuery API from pandas
6
+ **pydata-google-auth ** is a package providing helpers for authenticating to Google APIs.
7
7
8
8
9
9
Installation
@@ -15,31 +15,31 @@ Install latest release version via conda
15
15
16
16
.. code-block :: shell
17
17
18
- $ conda install pandas-gbq --channel conda-forge
18
+ $ conda install pydata-google-auth --channel conda-forge
19
19
20
20
Install latest release version via pip
21
21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
22
23
23
.. code-block :: shell
24
24
25
- $ pip install pandas-gbq
25
+ $ pip install pydata-google-auth
26
26
27
27
Install latest development version
28
28
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29
29
30
30
.. code-block :: shell
31
31
32
- $ pip install git+https://github.com/pydata/pandas-gbq .git
32
+ $ pip install git+https://github.com/pydata/pydata-google-auth .git
33
33
34
34
35
35
Usage
36
36
-----
37
37
38
- See the `pandas-gbq documentation <https://pandas-gbq .readthedocs.io/ >`_ for more details.
38
+ See the `pydata-google-auth documentation <https://pydata-google-auth .readthedocs.io/ >`_ for more details.
39
39
40
- .. |Build Status | image :: https://travis-ci.org/pydata/pandas-gbq .svg?branch=master
41
- :target: https://travis-ci.org/pydata/pandas-gbq
42
- .. |Version Status | image :: https://img.shields.io/pypi/v/pandas-gbq .svg
43
- :target: https://pypi.python.org/pypi/pandas-gbq /
44
- .. |Coverage Status | image :: https://img.shields.io/codecov/c/github/pydata/pandas-gbq .svg
45
- :target: https://codecov.io/gh/pydata/pandas-gbq /
40
+ .. |Build Status | image :: https://travis-ci.org/pydata/pydata-google-auth .svg?branch=master
41
+ :target: https://travis-ci.org/pydata/pydata-google-auth
42
+ .. |Version Status | image :: https://img.shields.io/pypi/v/pydata-google-auth .svg
43
+ :target: https://pypi.python.org/pypi/pydata-google-auth /
44
+ .. |Coverage Status | image :: https://img.shields.io/codecov/c/github/pydata/pydata-google-auth .svg
45
+ :target: https://codecov.io/gh/pydata/pydata-google-auth /
0 commit comments