Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Authlib / jose / rfc7517 / __init__.py
Size: Mime:
"""
    authlib.jose.rfc7517
    ~~~~~~~~~~~~~~~~~~~~~

    This module represents a direct implementation of
    JSON Web Key (JWK).

    https://tools.ietf.org/html/rfc7517
"""
from .jwk import JsonWebKey, JWKAlgorithm


__all__ = ['JsonWebKey', 'JWKAlgorithm']