METADATA 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Metadata-Version: 2.1
  2. Name: oauth2client
  3. Version: 4.1.3
  4. Summary: OAuth 2.0 client library
  5. Home-page: http://github.com/google/oauth2client/
  6. Author: Google Inc.
  7. Author-email: jonwayne+oauth2client@google.com
  8. License: Apache 2.0
  9. Keywords: google oauth 2.0 http client
  10. Platform: UNKNOWN
  11. Classifier: Programming Language :: Python :: 2
  12. Classifier: Programming Language :: Python :: 2.7
  13. Classifier: Programming Language :: Python :: 3
  14. Classifier: Programming Language :: Python :: 3.4
  15. Classifier: Programming Language :: Python :: 3.5
  16. Classifier: Development Status :: 7 - Inactive
  17. Classifier: Intended Audience :: Developers
  18. Classifier: License :: OSI Approved :: Apache Software License
  19. Classifier: Operating System :: POSIX
  20. Classifier: Topic :: Internet :: WWW/HTTP
  21. Requires-Dist: httplib2 (>=0.9.1)
  22. Requires-Dist: pyasn1 (>=0.1.7)
  23. Requires-Dist: pyasn1-modules (>=0.0.5)
  24. Requires-Dist: rsa (>=3.1.4)
  25. Requires-Dist: six (>=1.6.1)
  26. oauth2client is a client library for OAuth 2.0.
  27. Note: oauth2client is now deprecated. No more features will be added to the
  28. libraries and the core team is turning down support. We recommend you use
  29. `google-auth <https://google-auth.readthedocs.io>`__ and
  30. `oauthlib <http://oauthlib.readthedocs.io/>`__.