Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/jose/__init__.py: 89%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

9 statements  

1__version__ = "3.5.0" 

2__author__ = "Michael Davis" 

3__license__ = "MIT" 

4__copyright__ = "Copyright 2016 Michael Davis" 

5 

6 

7from .exceptions import ExpiredSignatureError # noqa: F401 

8from .exceptions import JOSEError # noqa: F401 

9from .exceptions import JWSError # noqa: F401 

10from .exceptions import JWTError # noqa: F401