-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef19891
commit e3f79ac
Showing
5 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from gbq.bigquery import BigQuery | ||
|
||
__version__ = "0.1.1" | ||
__version__ = "0.1.2" | ||
__author__ = "Jash Parekh <[email protected]>" | ||
__all__ = [BigQuery] # type: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,20 @@ name = gbq | |
url = https://github.com/wayfair-incubator/gbq | ||
author = Jash Parekh | ||
author_email = [email protected] | ||
version = 0.1.1 | ||
version = 0.1.2 | ||
description = Python wrapper for interacting Google BigQuery. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
license = See LICENSE | ||
classifiers = | ||
"Development Status :: 4 - Beta" | ||
"Programming Language :: Python" | ||
"Programming Language :: Python :: 3" | ||
"Programming Language :: Python :: 3.6" | ||
"Programming Language :: Python :: 3.7" | ||
"Programming Language :: Python :: 3.8" | ||
"Programming Language :: Python :: 3.9" | ||
"License :: OSI Approved :: MIT License" | ||
Development Status :: 4 - Beta | ||
Programming Language :: Python | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
License :: OSI Approved :: MIT License | ||
|
||
[options] | ||
|
||
|