Skip to content

Commit cfa1290

Browse files
committed
Fork pandas-gbq with initial (incomplete) implementation.
Renames package and removes unnecessary modules / methods.
1 parent 993fe55 commit cfa1290

18 files changed

+105
-2938
lines changed

README.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
pandas-gbq
1+
pydata-google-auth
22
==========
33

44
|Build Status| |Version Status| |Coverage Status|
55

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.
77

88

99
Installation
@@ -15,31 +15,31 @@ Install latest release version via conda
1515

1616
.. code-block:: shell
1717
18-
$ conda install pandas-gbq --channel conda-forge
18+
$ conda install pydata-google-auth --channel conda-forge
1919
2020
Install latest release version via pip
2121
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2222

2323
.. code-block:: shell
2424
25-
$ pip install pandas-gbq
25+
$ pip install pydata-google-auth
2626
2727
Install latest development version
2828
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929

3030
.. code-block:: shell
3131
32-
$ pip install git+https://github.com/pydata/pandas-gbq.git
32+
$ pip install git+https://github.com/pydata/pydata-google-auth.git
3333
3434
3535
Usage
3636
-----
3737

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.
3939

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

Comments
 (0)