atlassian-jwt-auth

View on PyPIReverse Dependencies (0)

18.0.1 atlassian_jwt_auth-18.0.1-py2.py3-none-any.whl

Wheel Details

Project: atlassian-jwt-auth
Version: 18.0.1
Filename: atlassian_jwt_auth-18.0.1-py2.py3-none-any.whl
Download: [link]
Size: 54131
MD5: d5be86ba02d5467aa32880bf9907adf4
SHA256: 1970d215da32efca1126ffa43a46f426056d8d16d554c10024442299fb971bf2
Uploaded: 2024-01-08 02:21:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: atlassian-jwt-auth
Version: 18.0.1
Summary: Python implementation of the Atlassian Service to Service Authentication specification.
Author: Atlassian
Author-Email: dblack[at]atlassian.com
Home-Page: https://github.com/atlassian/asap-authentication-python
Project-Url: Bug Tracker, https://github.com/atlassian/asap-authentication-python/issues
Project-Url: Source Code, https://github.com/atlassian/asap-authentication-python
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Platform: any
Requires-Dist: PyJWT (<3.0.0,>=2.4.0)
Requires-Dist: PyJWT[crypto] (<3.0.0,>=2.4.0)
Requires-Dist: requests (<3.0.0,>=2.8.1)
Requires-Dist: CacheControl (==0.13.1)
License-File: LICENSE
License-File: AUTHORS
[Description omitted; length: 4245 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
atlassian_jwt_auth/__init__.py sha256=2gJpKldYXa1O3aaewO8jZ4JdwWpdmUuHZpjc-9L8dzk 372
atlassian_jwt_auth/algorithms.py sha256=fU-9l1jZ2Ct_lkpo5Rc9qLMiVQnx6PzeiCouhJYNBho 255
atlassian_jwt_auth/auth.py sha256=1cdYwRG7UUPe3th4ZRez7nEE-_itj8OwI0bN35jJfAY 897
atlassian_jwt_auth/exceptions.py sha256=OjXgkYgyuuCUiNDhcO_XR_vo5uqpOz-4DsD2EHVqw0g 2203
atlassian_jwt_auth/key.py sha256=B-Vh-pTEb81Cs078p-2wTu2xqAABhynXW8TcIY1BOdo 9503
atlassian_jwt_auth/signer.py sha256=4XlEQVzT4iIkyH4g4bl3StOViHhcd6zaCRk47Qizo4M 5993
atlassian_jwt_auth/verifier.py sha256=-AoZ5isNjA_6Pb78zDIMexJFa1rpp-wmJcFqnwENBCY 4649
atlassian_jwt_auth/contrib/README.md sha256=7RANPIPCthfV4PXEMoVy771Y7yIbLJJJjGuG1CSkIfM 179
atlassian_jwt_auth/contrib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/contrib/requests.py sha256=OYuVYmrse1Xc-6GTPW9qg9xddwliBmT44Uv4kgYFtM8 601
atlassian_jwt_auth/contrib/aiohttp/__init__.py sha256=NhnRcGM5Iv6z_bS4n4B2Zgm9QxZKcAlq3mh1n1DxWQI 359
atlassian_jwt_auth/contrib/aiohttp/auth.py sha256=gsJhKedow9Vw5igyz10gUXyci30uJMXD7zA-iBpRwQo 699
atlassian_jwt_auth/contrib/aiohttp/key.py sha256=5NgXBYXyJM7zTVmgj5huxGZifXOCOAQLwDnNnQehf5o 2066
atlassian_jwt_auth/contrib/aiohttp/verifier.py sha256=IZT1LgebFLjjBLzxCdmS1sxqwHjZMWSsRPDbpAkRCqg 962
atlassian_jwt_auth/contrib/django/__init__.py sha256=ckdiCc7yxcQHkal-9x_dbywkGHOV4nOmz5tBBAQ5pzI 206
atlassian_jwt_auth/contrib/django/decorators.py sha256=VILWfD_VrJ1XMYG9c60P9A7Yup0poEqjsP-x1DAj_Sg 2125
atlassian_jwt_auth/contrib/django/middleware.py sha256=Tf_eW5Bx6KnuOjGnJ-gkpK5aq3Y60inYXS1VG5zNP9k 2315
atlassian_jwt_auth/contrib/flask_app/__init__.py sha256=irNp9E5vgWyPbGue6SvDaUbrw03QUGMrOrsMC_G7v7E 255
atlassian_jwt_auth/contrib/flask_app/decorators.py sha256=t3MCMhFUbIGNEVLB3TZdjk8wmT2MfAeWijKv8tSqo_0 427
atlassian_jwt_auth/contrib/server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/contrib/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/contrib/tests/test_requests.py sha256=AeqySPMEAdB5PMcL_gf9Y48QPxFA5DfQshzCDgDKkN0 6785
atlassian_jwt_auth/contrib/tests/utils.py sha256=AbUcy59-9M2X3WirXXhNYlTyVVWLLiHLzLKw-YYtEV8 562
atlassian_jwt_auth/contrib/tests/aiohttp/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/contrib/tests/aiohttp/test_auth.py sha256=imSGuJ5K9pDm914464qV8Itkp7L4KmeE328LS1zTEbs 795
atlassian_jwt_auth/contrib/tests/aiohttp/test_public_key_provider.py sha256=-s4HGCy4Ue6FC91J8i4w2OkiyBSK2vXDMI8pOnRXBUs 4265
atlassian_jwt_auth/contrib/tests/aiohttp/test_verifier.py sha256=qoih6bVOaA-yrqLSxDnaCbv-DIg4tyfpF8Be4zvwEZY 1681
atlassian_jwt_auth/frameworks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/common/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/common/asap.py sha256=D_Fm5vyWITT_KCnpnx5w2h1WaVTCIN37WZO9Z4hq1E0 3250
atlassian_jwt_auth/frameworks/common/backend.py sha256=hQjDXCeGi5DCiVZr2PpbEj8m_IMjFrnizl1QgdVo7d8 4263
atlassian_jwt_auth/frameworks/common/decorators.py sha256=XR1HmEZLa8E4wTT6IT-jnMMmByuf7m67VjnhyQGvHFk 3338
atlassian_jwt_auth/frameworks/common/utils.py sha256=IYX2cl-SI7y9yA65JfZac0_dwCdDy37mGpVZLQ28ukM 674
atlassian_jwt_auth/frameworks/common/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/common/tests/test_decorators.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/common/tests/test_utils.py sha256=GAmh9G2ixZBHXvrDxdx78OKF12WCD4K3XoP61HSXInk 869
atlassian_jwt_auth/frameworks/django/__init__.py sha256=XVvw-5xmAAQqTVdU_Lr-M5pFBfmJknOSjpoaCNKt-_0 129
atlassian_jwt_auth/frameworks/django/backend.py sha256=BkU0YAOAVGzyvwp1p2rd-uhZrmrslJPu9dTHDGsmR1w 1396
atlassian_jwt_auth/frameworks/django/decorators.py sha256=XABF0ru4eqAyf88Znm4u2DALMU72XOjqg-DhBsJ9wWk 2172
atlassian_jwt_auth/frameworks/django/middleware.py sha256=niuxP5pltkobpTxeYRl5VGQAYF0qvIZxD2nqKrp_QCY 1168
atlassian_jwt_auth/frameworks/django/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/django/tests/settings.py sha256=fyfM_-Juuuiv-dICm-Pk04arYPoeNvEhX_qnh8m-9Lw 3117
atlassian_jwt_auth/frameworks/django/tests/test_django.py sha256=Uzi-PNNVy2astCCd8oFgaIdT1DO5eoY6gYeuxnmdpLg 14811
atlassian_jwt_auth/frameworks/django/tests/urls.py sha256=O9DOxDCQvHN3l2xNnlOf9_GPJZBJ0D-x4xAR91YIPc8 1262
atlassian_jwt_auth/frameworks/django/tests/views.py sha256=Igf_FDI6TnhFvhq1x4k7zONmUoM3xdHXNzr8Vvb6tQk 1596
atlassian_jwt_auth/frameworks/flask/__init__.py sha256=yFd603kWKeZyWNCpPinlAw-AegqnTzBjhmZmJocDFbE 42
atlassian_jwt_auth/frameworks/flask/backend.py sha256=AEyUlLHMy5h_OIeIKgk2BI9a8l-ln77OhfqI3gYcqSE 1094
atlassian_jwt_auth/frameworks/flask/decorators.py sha256=hnoZNfxCPnm5T9xRhW0hEOb17uPjAS_jT-ra_ZCmiAU 1071
atlassian_jwt_auth/frameworks/flask/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/flask/tests/test_flask.py sha256=kBNAfnsofL2jGe9OyGxphBht-3L34f2V-zhoAUJgP7U 5986
atlassian_jwt_auth/frameworks/wsgi/__init__.py sha256=RLdnUZWYcHSlCipTOtDtzBClE3TCZXG-xUf54IMUB30 47
atlassian_jwt_auth/frameworks/wsgi/backend.py sha256=Jz1NcxKNsnw0RWZaYkILedAYEWopBLGLimbxE1Khhbo 1501
atlassian_jwt_auth/frameworks/wsgi/middleware.py sha256=GIHK-qUmIrLyV-q0dnMeIIGrsCaxh8iHgrwWcR7Kf88 776
atlassian_jwt_auth/frameworks/wsgi/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/frameworks/wsgi/tests/test_wsgi.py sha256=GWsXesI7vazoPaYFCoyikDdE5Cx1RU1yKW9PC4KIOas 5252
atlassian_jwt_auth/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
atlassian_jwt_auth/tests/test_key.py sha256=Vnn5FKMK9MZCh9jvCXw1Ri-4huZMqEj_cyq2u7YTaJY 859
atlassian_jwt_auth/tests/test_private_key_provider.py sha256=7gO7zDoAVFYjpMuFZE1Q98xfwS_wqDBFYF15-lZp6Zk 2792
atlassian_jwt_auth/tests/test_public_key_provider.py sha256=fFPLW3_BL1uAyvrQvaaQT2jI3y9s3WcFIsIjAE10Wx0 13232
atlassian_jwt_auth/tests/test_signer.py sha256=nvn2nGKqJCLnbG8U7TyAbCxOwAxKaxnog0esmPXt_10 3761
atlassian_jwt_auth/tests/test_signer_private_key_repo.py sha256=MHDHkzMrZlycuJ6KzjASFtQQVZRI-0Z0E94Lazio4tI 2893
atlassian_jwt_auth/tests/test_verifier.py sha256=3fVJq6wZoMpMvY7QKcaAI5QAD4t8Ec_diME5qarUxqw 11176
atlassian_jwt_auth/tests/utils.py sha256=LrefLnuVCmwS8cODzmsWdAuxaR9fnTwP7oYbF_hXcnE 2856
atlassian_jwt_auth-18.0.1.dist-info/AUTHORS sha256=UQ3p2PLFX9gFs7uI8HTHtmG6ktmEN1xcbDeKSBkQopo 674
atlassian_jwt_auth-18.0.1.dist-info/LICENSE sha256=XWArejj_yUD_NLfIu4ctAwqqJb1YDB8xd1NwvdgqP7s 1097
atlassian_jwt_auth-18.0.1.dist-info/METADATA sha256=0FL6jrt-AIfZsf7lt0CrGXapGluzGutSDYGBVnQaTrM 5437
atlassian_jwt_auth-18.0.1.dist-info/WHEEL sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk 110
atlassian_jwt_auth-18.0.1.dist-info/pbr.json sha256=KHz2XgxE12Kihb3JxoeYvPQAvBeM86WWLpCedidlOkk 46
atlassian_jwt_auth-18.0.1.dist-info/top_level.txt sha256=9LGRGAZ7dfeijxjDuZViazmOwQJl5Q9mGKAUWSzSvxw 19
atlassian_jwt_auth-18.0.1.dist-info/RECORD

top_level.txt

atlassian_jwt_auth