File: __init__.py

package info (click to toggle)
python-jose 3.3.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: python: 4,020; makefile: 162; sh: 6
file content (10 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
__version__ = "3.3.0"
__author__ = "Michael Davis"
__license__ = "MIT"
__copyright__ = "Copyright 2016 Michael Davis"


from .exceptions import ExpiredSignatureError  # noqa: F401
from .exceptions import JOSEError  # noqa: F401
from .exceptions import JWSError  # noqa: F401
from .exceptions import JWTError  # noqa: F401