Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: client/third_party/google/README.swarming

Issue 2953253003: Replace custom blob gRPC API with ByteStream (Closed)
Patch Set: Import ndb directly to test code Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « client/third_party/cachetools/ttl.py ('k') | client/third_party/google/auth/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
2 Name: Google Authentication
3 Short Name: google-auth
4 Version: 1.0.1
5 Revision: 9bea1b15105d6851b315bd622702e0b201e4e874 (presumed; this is release 1. 0.1)
6 Home-page: https://github.com/GoogleCloudPlatform/google-auth-library-python
7 License: Apache 2.0
8
9 Local modifications: none beyond removing .pyc files and the modifications made
10 for protobufs shown below (e.g. adding this file).
11
12 ----
13
1 Name: Protocol Buffers 14 Name: Protocol Buffers
2 Short Name: protobuf 15 Short Name: protobuf
3 Version: 3.1.0 16 Version: 3.1.0
4 Revision: a428e42072765993ff674fda72863c9f1aa2d268 17 Revision: a428e42072765993ff674fda72863c9f1aa2d268
5 Home-page: https://github.com/google/protobuf 18 Home-page: https://github.com/google/protobuf
6 License: New BSD License 19 License: New BSD License
7 20
8 Description: 21 Description:
9 Protocol Buffers are Google's data interchange format. 22 Protocol Buffers are Google's data interchange format.
10 23
(...skipping 21 matching lines...) Expand all
32 @@ -31,9 +31,3 @@ 45 @@ -31,9 +31,3 @@
33 # Copyright 2007 Google Inc. All Rights Reserved. 46 # Copyright 2007 Google Inc. All Rights Reserved.
34 47
35 __version__ = '3.1.0' 48 __version__ = '3.1.0'
36 - 49 -
37 -if __name__ != '__main__': 50 -if __name__ != '__main__':
38 - try: 51 - try:
39 - __import__('pkg_resources').declare_namespace(__name__) 52 - __import__('pkg_resources').declare_namespace(__name__)
40 - except ImportError: 53 - except ImportError:
41 - __path__ = __import__('pkgutil').extend_path(__path__, __name__) 54 - __path__ = __import__('pkgutil').extend_path(__path__, __name__)
OLDNEW
« no previous file with comments | « client/third_party/cachetools/ttl.py ('k') | client/third_party/google/auth/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698