summaryrefslogtreecommitdiffstats
path: root/python/python3-google-auth-httplib2/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-google-auth-httplib2/README')
-rw-r--r--python/python3-google-auth-httplib2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-google-auth-httplib2/README b/python/python3-google-auth-httplib2/README
new file mode 100644
index 0000000000..c48eefc29a
--- /dev/null
+++ b/python/python3-google-auth-httplib2/README
@@ -0,0 +1,5 @@
+This library provides an httplib2 transport for google-auth.
+
+httplib has lots of problems such as lack of threadsafety and insecure
+usage of TLS. Using it is highly discouraged. This library is intended
+to help existing users of oauth2client migrate to google-auth.