freebsd-ports/security/py-google-auth/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

13 lines
645 B
Text

google-auth is the Google authentication library for Python. This library
provides the ability to authenticate to Google APIs using various methods. It
also provides integration with several HTTP libraries.
- Support for Google Application Default Credentials.
- Support for signing and verifying JWTs.
- Support for Google Service Account credentials.
- Support for Google Compute Engine credentials.
- Support for Google App Engine standard credentials.
- Support for various transports, including Requests, urllib3, and gRPC.
WWW: https://pypi.org/project/google-auth/
WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python