-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CLI documentation and updating dev and google packages (#2)
* Adding CLI documentation and updating dev and google packages * Fixing url formatting in README * Adding some details to CLI doc * Adding installation doc * Updating CLI documentation
- Loading branch information
Showing
5 changed files
with
143 additions
and
21 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,14 +1,14 @@ | ||
# linter | ||
pylint==2.4.4 | ||
pylint==2.16.0b1 | ||
|
||
# format python code to PEP 8 stlye guide | ||
autopep8==1.5 | ||
autopep8==2.0.1 | ||
|
||
# test runner | ||
pytest==5.4.1 | ||
pytest-cov==2.8.1 | ||
pytest==7.2.1 | ||
pytest-cov==4.0.0 | ||
|
||
# upgraded Python shell for dev env | ||
ipython==7.13.0 | ||
ipython==7.23.1 | ||
|
||
codecov==2.1.3 | ||
codecov==2.1.12 |
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 @@ | ||
google-api-python-client==1.8.0 | ||
google-auth-httplib2==0.0.3 | ||
google-api-python-client==2.6.0 | ||
google-auth-httplib2==0.1.0 | ||
google-auth-oauthlib==0.4.1 | ||
|
||
dataclasses==0.6 |