Skip to main content

Python wrapper for jsonwebtoken from rust

Project description

https://img.shields.io/badge/License-MIT-blue.svg https://img.shields.io/pypi/v/rsjwt.svg Python versions Documentation Status https://github.com/aamalev/rsjwt/workflows/Tests/badge.svg https://img.shields.io/pypi/dm/rsjwt.svg

https://img.shields.io/badge/Rustc-1.80.0-blue?logo=rust https://img.shields.io/badge/cargo-clippy-blue?logo=rust https://img.shields.io/badge/PyO3-maturin-blue.svg https://img.shields.io/badge/PyO3-asyncio-blue.svg Linter: ruff Code style: ruff Code style: Mypy Hatch project
Python wrapper for:

Features

  • Encode and decode JWT

  • Support HS256, HS384, HS512

  • encode datetime.timedelta to float (now + delta)

  • encode datetime.datetime with timezone (example datetime.now(timezone.utc))

Install

pip install rsjwt

Using

from datetime import timedelta

import rsjwt


v = rsjwt.JWT("my-secret")
data = {
    "exp": timedelta(hours=8),
    "s": "123",
    "a": ["123", 123],
    "m": {"a": 1},
}
token = v.encode(data)
assert isinstance(token, str)

td = v.decode(token)
assert td["a"] == data["a"]
assert td["s"] == data["s"]
assert td["m"] == data["m"]
assert isinstance(td["exp"], float)

Bench

% hatch run bench:py
───────────────────────────────────────────────────────────────────────────────── bench.py3.9 ─────────────────────────────────────────────────────────────────────────────────
Python: 3.9.13 (v3.9.13:6de2ca5339, May 17 2022, 11:37:23)
[Clang 13.0.0 (clang-1300.0.29.30)]
Algorithm: HS256
Iterations: 1000000

|      package |   secs  |   n    |
| ------------ | ------- | ------ |
|        rsjwt |  2.2350 |  1.000 |
|        pyjwt |  9.4796 |  4.241 |
|      authlib | 12.0257 |  5.381 |
|  python-jose | 14.7699 |  6.608 |
|     jwcrypto | 61.5658 | 27.546 |
──────────────────────────────────────────────────────────────────────────────── bench.py3.13 ─────────────────────────────────────────────────────────────────────────────────
Python: 3.13.0 (main, Oct  7 2024, 05:02:14) [Clang 16.0.0 (clang-1600.0.26.4)]
Algorithm: HS256
Iterations: 1000000

|      package |   secs  |   n    |
| ------------ | ------- | ------ |
|        rsjwt |  2.1902 |  1.000 |
|        pyjwt |  6.2054 |  2.833 |
|      authlib |  7.2337 |  3.303 |
|     jwcrypto | 41.4919 | 18.944 |

Development

cargo fmt
cargo clippy
maturin develop

or use hatch envs:

hatch run fmt
hatch run check
hatch run build
hatch run test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsjwt-0.0.4.tar.gz (14.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (933.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (784.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (857.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (940.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (742.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (808.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (624.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (621.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (934.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (785.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (857.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (940.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (742.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (808.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (624.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl (931.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_i686.whl (782.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl (853.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl (936.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (740.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (805.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (620.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (932.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp313-cp313-musllinux_1_2_i686.whl (782.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp313-cp313-musllinux_1_2_armv7l.whl (854.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (938.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (738.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (806.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (621.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (619.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rsjwt-0.0.4-cp313-cp313-macosx_11_0_arm64.whl (675.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rsjwt-0.0.4-cp313-cp313-macosx_10_12_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rsjwt-0.0.4-cp312-cp312-win_amd64.whl (569.7 kB view details)

Uploaded CPython 3.12Windows x86-64

rsjwt-0.0.4-cp312-cp312-win32.whl (357.3 kB view details)

Uploaded CPython 3.12Windows x86

rsjwt-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (932.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp312-cp312-musllinux_1_2_i686.whl (783.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl (855.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (938.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (739.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (806.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (620.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rsjwt-0.0.4-cp312-cp312-macosx_11_0_arm64.whl (675.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rsjwt-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl (712.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rsjwt-0.0.4-cp311-cp311-win_amd64.whl (568.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rsjwt-0.0.4-cp311-cp311-win32.whl (357.0 kB view details)

Uploaded CPython 3.11Windows x86

rsjwt-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (932.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp311-cp311-musllinux_1_2_i686.whl (784.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl (855.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (938.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (739.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (806.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (619.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rsjwt-0.0.4-cp311-cp311-macosx_11_0_arm64.whl (677.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rsjwt-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl (714.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rsjwt-0.0.4-cp310-cp310-win_amd64.whl (568.3 kB view details)

Uploaded CPython 3.10Windows x86-64

rsjwt-0.0.4-cp310-cp310-win32.whl (356.2 kB view details)

Uploaded CPython 3.10Windows x86

rsjwt-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (932.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp310-cp310-musllinux_1_2_i686.whl (784.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp310-cp310-musllinux_1_2_armv7l.whl (854.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (937.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (760.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (740.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (805.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (621.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (619.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rsjwt-0.0.4-cp39-cp39-win_amd64.whl (569.1 kB view details)

Uploaded CPython 3.9Windows x86-64

rsjwt-0.0.4-cp39-cp39-win32.whl (357.5 kB view details)

Uploaded CPython 3.9Windows x86

rsjwt-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl (934.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp39-cp39-musllinux_1_2_i686.whl (785.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp39-cp39-musllinux_1_2_armv7l.whl (855.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl (939.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (742.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (806.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (621.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rsjwt-0.0.4-cp38-cp38-win_amd64.whl (569.0 kB view details)

Uploaded CPython 3.8Windows x86-64

rsjwt-0.0.4-cp38-cp38-win32.whl (357.3 kB view details)

Uploaded CPython 3.8Windows x86

rsjwt-0.0.4-cp38-cp38-musllinux_1_2_x86_64.whl (933.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rsjwt-0.0.4-cp38-cp38-musllinux_1_2_i686.whl (785.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rsjwt-0.0.4-cp38-cp38-musllinux_1_2_armv7l.whl (855.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rsjwt-0.0.4-cp38-cp38-musllinux_1_2_aarch64.whl (939.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rsjwt-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rsjwt-0.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (740.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rsjwt-0.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (806.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rsjwt-0.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (622.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rsjwt-0.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (621.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file rsjwt-0.0.4.tar.gz.

File metadata

  • Download URL: rsjwt-0.0.4.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4.tar.gz
Algorithm Hash digest
SHA256 d4d54cc97486c20b800d27870944f6ca8284afb634c96ff994b9f8a7909a9b97
MD5 c99a7ffd396e5f3e762ea8d68bc63210
BLAKE2b-256 30fac1e23c8a87cae4126c52d09d736ef874905f53c174db847098b202eba611

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d094973557cbf30acd16e51998fc391519111b54ef2f5aeb54112245bb2c9ad8
MD5 a88daa957ccb98fe1dbea3f58120ac55
BLAKE2b-256 be1c915f989fd3090d466ffbfcb6cbd91ad42c7a297de33248169cddf8a10750

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1f7c1e755e23c3163a3b55c361675a903a7763fab82331f650514877637b4dce
MD5 2e7bae30ff1c30d8cbc89655e9b4995a
BLAKE2b-256 41ddbff74678da0630a0190b2424fe0593376d41bd522935ee152ad65452d13a

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e66e08843df3263b958faa9558886bd6dc545beaf5c558fc0a55cde0c8110b0a
MD5 e9416f54a79440ff9a96323c9a79da9e
BLAKE2b-256 d668f102fb56dcbacfffb73bab1ddf091bde62138d93d376ccb806d75f0796f9

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cffca65f208c3ad48b88aac0dd454db4d5a476c7355c2b6c5484cecdf7a5c118
MD5 118585e1b361cdc244274a1e46fcbb28
BLAKE2b-256 50fbc3211be43a145ab8657d80970ced80a2840601a11f5eec9563ae71e3a88a

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32a34546a0178c21a6e026e4d47a2e1cb88b857d5d131b2f9855f6da7dea45aa
MD5 55f42f2405e18dd66f00937d37648aef
BLAKE2b-256 1c7e1641acd67dfdbde63b458efd98aa9eb9b613489b7acc768fbd2cf5a6741e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 65d42f2701dbb0824dd30e67f18c70a286d065c03ff9396845cf61b7a7db4e24
MD5 9e5a377814467552d8490508149b90cd
BLAKE2b-256 aad7bcff8773df60f62a0063565dae145519e1f1f44801171e0cfa24b408e379

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c6e41eef1c26ccfa50dc44ac129ea9264154c20e816b194b6a6ea94336e75fc
MD5 8dba5105549a51c8aa1807870fba20ab
BLAKE2b-256 bbf0382a3f6e724528df5cbc9e6094bd111c185a53def56d7f8822f388d13c79

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5441b45179df84a720d4e5df9a7330eb12fbd78c08a5b4f33a474797fe0db3d1
MD5 4cdc628f50d5738987e4f3c44d806d15
BLAKE2b-256 d32b773101208eb3223ddd10ee80fd918998bafae267477f091b989ea51e51fe

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 116ac7036a363f4e31d762b465e9ae09b32bb9c769158adc4ae41a6decfcde86
MD5 bac6ea7e4dcc41a263a8aeae41b775f4
BLAKE2b-256 2cb9411f7142cef5d09e7a1b04115c936899780eea004373149a81c78ba82d50

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9956d4b403d4e6a68019caa08b3467b8e4fe9fc4889f1ab36dd7b9f10b503642
MD5 c43d607e3ef9ced0e2e3d565a75ba74a
BLAKE2b-256 57ae38f194ce77c2921c96bfaed1c2ec4efb7566e4175196d5b786edcfc9b222

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 72658294e6b0f7793a790d24b3b13fadc83f41f3be9c231d0f064b4c3c61cea7
MD5 31d30460c01e46ec54080053e0d81f7d
BLAKE2b-256 60d88062aae4b95ffda5477faa4d74bc09e500a3425b492a5509eb72b191e066

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ffe4cc763a36130939301d806453f6592d2d74c9075b689dab77c107266e55be
MD5 3eefc03d79f7c5d32ba30da2b268a3f6
BLAKE2b-256 10b2c2d6b03be0fa784168bc9dc09d5990c2c2fc2c875b9269ce67b42a43f41d

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b007b74b754656eef72991830f373b3515c632127074febc34d5d89993a25ff8
MD5 47a1fc251f88efa481bdae7cebd6e9c4
BLAKE2b-256 35c1f7e0634f308f25193c03c6a4361a1971aa284fbe895c5a2fd8e6d43c6517

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b36491c4d60610dd4465798e1e4ed2fd0ca19cf7c3358fce878b26a335c877ef
MD5 0184a9c14fdedb7074a4ae197f827e6b
BLAKE2b-256 a35edd69c86cb1679f948f85f2133bef7ade5249e0546337af44bb9469b9a8a4

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4dd179f57ce8b4284df87d2c78767528c503af0ec682927211169d51f8de17a
MD5 c1910530a1bc02563e7166e014cc549b
BLAKE2b-256 aaebabd1cc7469668a73a356c38ad61bb012e5361e5d827f4c04da830dcd340e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ad4e18bf02090c2d092cac2bb27397d99cdb17d8c9b8569c7c5515df7d0cad0
MD5 345bb2f21aba87b15d6203e7a19f7f74
BLAKE2b-256 81ee85574628402dbb6521eafccc7d4d1d683a6b62a3a050c1e7ca55035d7a96

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2743529497bfa0fc3dee2c65bc9f298d9927f71edaa4568f383fe8b115332bd5
MD5 3a0a73dc20649dc1f5386b437360d99c
BLAKE2b-256 2bb95aaecfda15ec7252fd46d347b1d80cabdbc2ce9c7a10ae7c9dc1665436eb

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f34e48c22c7d9589fa5a02177e326ea3ef28c91d689225049bd5f3addbce3b90
MD5 da9b9c7693798e1b9858938b1f89866b
BLAKE2b-256 772c0ea7fdb997e0512686c4ef5308dd7b35c966b93f43d2bca0c9eea7c3ea82

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b43c02b64b9aaa538b4126cf17b2bece04402179f573fc73f9df7b027919faac
MD5 f20aa97957cf4c521fc7195fda7bf7a8
BLAKE2b-256 746c2b4804066348cfc67fced8f8ac111a0ee95a836926bea0d6055c3894da99

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d717bd975ac6d87f2af78ad8140d08e7d4ed2251e682ab6eb356a2e409e3e776
MD5 8a96369f0d87f717b252bbd640401547
BLAKE2b-256 f7eed12028657c9ca02466e00120f4cad9e87e51f6e76de352c094ba66f82ff1

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e8a4e349b0d9661ae309fd486295749c6c03a650aba63ba2a83b1dd6b90ed54
MD5 02a78deef09f4546d72bc114beafd31d
BLAKE2b-256 7411959b62d99005b6b61c435f82000371f9b00677d1c08e4d54d3694667f676

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c5c62f01cffffb3614b32ffca5a128025a14a64e162d46a20810e827629b288f
MD5 7fa9e7ff6097a3ab14ae14511e95e84f
BLAKE2b-256 ddb92505f20f36468d874fc4325f16dde0f589b5a0901f3b4849dca056aa9f77

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1edfaf6f6011f3fcb085fb2a020c0ff5df93f36b2866ee8bdf877e7a91a2743a
MD5 37497599c1a3b5563285548c7bc2b2ef
BLAKE2b-256 c0da4246e7de36bf4eb0f622816d8a618aa5991ca665e81a98421ee42b611092

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17328cc08e57a8c2759c26a8eaa3f4fd27a7487177161a7290bd512bcffbe7c5
MD5 3f31749fee363f78e860fba8c59f10b4
BLAKE2b-256 726713f2cc497cef92fb88b679c74e2fa5c47820667f0e3f4bb27a0fd1b7fcb7

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5fee0a09c8ece9458d68e797b65b354edcc82e513948ad29d977865500df505a
MD5 0cc8671fbed9eda09b2f9df8757d6f2c
BLAKE2b-256 42476ecb124200f0f2f4cbc632d84f4bd1dc192d9df5a689548667adca18dd09

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c407728ebc49e28d445d7585c8f4da1b944ef587ce232960b82504aefab178e
MD5 4bed672b57c9ca26bfcb6b5cd5da0425
BLAKE2b-256 0236549d41a3bd5ff31938344b334eb63fe07bba44dcb6f330e5c643274fcb69

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cba9c532a88bb836965b22433734907ce732f0768cffdf2b450bc4784ed85c3
MD5 f1db7aaf02356523e03bc536d64f4f52
BLAKE2b-256 0a3445de1227d1733ac6750cdda9374ae12a937ac9d6c7113ea4d887f4571e31

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e92a09345cb575cdfa6a81f827def8319764af35ddb9d4f4126765f701ad3a2
MD5 9e87be3c32766c5ded7b3c15e0e7f5f5
BLAKE2b-256 f4a6a190b869d68640b0afe29f8e884ca948f9c110b618f740de91cc37a6a8f9

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b0a5e6d71ce835e037b5718e3611e06bb971b4d5436908b671e1948da4eb547
MD5 a480e9cefc49edff5da948e2eebba8c9
BLAKE2b-256 da2ac152e67c3b9f0ed2e5432022ad46300c38dace507f2144c013a13abd1657

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af55a6442cef142413b69aa249e69df175695600271742ec7c8956947a343ed1
MD5 d4aa817927a11fceacff51b71d7d5517
BLAKE2b-256 c2cfc1bc59a8e2a7ffc694e36e5da76e350509ecee6b8515e2a5d4967cc185a0

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e9bc018089d0148648f94d1884255cc9c34eca2f3833d3489bae6cf7c3937213
MD5 2cfbae880b4b1f0e33a6ed653c886596
BLAKE2b-256 9ff76f0a28a0015e951f62db4c2b118d09e0616d7646d2a67db0c4de5125dad3

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 364c20293986e6c3d4dc5f8c97515f3706c7b272f1cf684d6c5d23566cc79c27
MD5 18fd17035b5ae512f288926ffc314b18
BLAKE2b-256 beab0592b2b69862e4f13eae508e68d263ca4c4479d49ccf8d8484f18ea3684e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39032c2eecef9a3fca6e4476720a288304a21ebfd4e080867bc7589a268c4609
MD5 70b0f7496a843d0a9a7d1d83d79726e1
BLAKE2b-256 20d27844bf1fcf122fd97c47325540c57a5cbcda001269e5c68df2054b5b2d2a

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 638d29219acac949c5f7e643c5ae7ea1dd5bfe74c24d7b54910f56fb7671340a
MD5 1c2cbb0ef76a229f67ebb8919281f10a
BLAKE2b-256 8f5bad42a090f6a922d5b4a1c60a60011b0a3930482a00a0b0b54a9bf35c3504

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 569.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7e85fbe6d7252caa79012fb2e53ecc6d55001aeaf58ddb3791a56fc691a18ceb
MD5 a8f16dc92c7f54710acbb0745f186823
BLAKE2b-256 d8c0712eaf8efe3eca96330debcf56d21fa8f4102d01349f9dcde5b0d64f9233

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 af1b3d326a0dc226e0da72e13545be16b2f100f4e236ff40b1439426e045a0a7
MD5 a0d9d2ae72087b087de2dbe65ab2ff6b
BLAKE2b-256 ee70ed597a4b6cffb8865ae41a9dbdf05027b921ea2856c0315f3479153076fc

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08560b5d9f67c1fbfc95f73487a1d188f8753d1c60eb63e29127dd9336fc0702
MD5 3295d777fd69ae732ff5f59d8d249da7
BLAKE2b-256 7639b66bce15e9dc4d49392f7f4ee981890d9b86c10057c8c56035cf7ec5d4ab

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de4c5e1202b9456959d93176737382416a64fde26e324acfd14173dcd570c2e8
MD5 07ba9473f59295b7c5b89f7908763728
BLAKE2b-256 6ea36b825b523c9f19a81406a40184abe25857046750eb88cc0dc10122c0b534

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb5feb606bcf9dec15aa99c6d2e012d36e8407e9e838b4a0004a70e41bee9302
MD5 5fc4ee3f1a1b0f3278b43ba13e557e33
BLAKE2b-256 bf994ea34feef511e47c9bb4ac40da63859854adf40a86daf1cd99e4048b38bf

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d958163676722a3dc16974c25b036aa0f101c250fecf70db952f5f0a3f046d11
MD5 ed998022a79ee521a363a9e749e0dfad
BLAKE2b-256 415d5f3af5b9c24a5f80803ae2932408dc22e44d702787aa1a4992e279cc9495

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02d57b6df48eae8ddfa3aefe7ecb0e2438e22359bbe74874c0da55d289d9e28e
MD5 b833429ac7a0fa359781f2e3f94524d7
BLAKE2b-256 110edaadd2e05ede723ad92b9aecfa363185d85733af6d6fb2d127aab14628ff

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eda6c3520c00786943058f5e7e71aa37617b2ce866121123d572bff0e6f3f564
MD5 529e3bbe40b60193f5b2612ac22a8b2c
BLAKE2b-256 a1736faad5efc34d131c1a9b43d4febbd379664a35d408519587af0ef95dc954

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 648080d04df4524daaf80833eb01a7c49686aaa8a54f34fd9d10752fb61c08ef
MD5 50ec594852f139bd430c4d2cbbf0481b
BLAKE2b-256 e0c79bdabf79b66ac0353b68fed535a316c957fd74bb92bb8328dc1b279a5d95

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e697d524f4fba7fd056ab70094cf52fbbd6bd84306db7bbbbe8e8ea929aec96d
MD5 f52213eb559250c3dd72a60fdc531ea0
BLAKE2b-256 42715a5d17880672cfa4191c84a7c4ccd800958095254c207a873ddaf691ec81

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 213320217f831ceada0c2a17213717028a3a5eba3ad4e182c8c4b2581f7bdad7
MD5 d19b51c628d711a41ad132918ae86642
BLAKE2b-256 b50b0724e27df5b083dfe09434cd78b3f7d4169101125f5aed45b6c843c24c4b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aede8defb7ada982b26a14e56b6c40bea2088f37ab9119a5d8bdb494190cf266
MD5 61d97292d5ed14280e37329dd9197244
BLAKE2b-256 b721f486720d53577dd21bfaadc858fbc029e4ab7fe8ae2b5a227bc6584a2d91

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3901924fcca26d5aa68c5004c5561979fc9937dd54a5449f9c8a00324bea22aa
MD5 8d33298193cd33928f4d689f367ad8c5
BLAKE2b-256 ecc9cf8f15f624ce22a417023d3f16fe1760cec00f7f526e26dd4dc2c29f4e28

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 568.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9c8a875d473799f23ff6ab2515961af1aca98a7e1b77a7d5ed2bee934702059
MD5 7b9b1a88dd2adeb109c2b31433e5d762
BLAKE2b-256 b4875b8aeaf0562c7b759f59aff3d677604c323fcb5f6747137f033e4ac9a272

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 357.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 797c9c3c87ebc46be91a8afa5c0c9a6b0140fbb8be54232096414dbe17b9caa8
MD5 4e6799d64e5fa45193eec6ca60471e83
BLAKE2b-256 3aa74e6c1fc9ab92647115a5b395f5603b91de0b439faba7c5f08683d4eb6771

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c50eacb67b657ec088339ffbf5ef1ec2c2372672f6eb7e342cdd46a1805fbb92
MD5 2c02a2c31024fbd79c5f41b30c3f5e59
BLAKE2b-256 ac7c557c441b13ce7b5ec0553850d89f336056181c6c4b8961e79f6876e0a8c9

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 351f4683fbd64dd17199074bd21b5e3d3f633d14d8c911122b8d0e9e393fd60c
MD5 515a636191656bf4789d63a1c3e034cc
BLAKE2b-256 6929b39fba24e64dcc64347a2f8cdaa497ac69ff6495df635dc4a55b74940a34

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 49424311112bde9f6fd408e14136575714a96ba43bb00d410593377b549711f8
MD5 0e483f14c271f693a28ee6aeeafa2e3f
BLAKE2b-256 a9d460a921cd5615de65d80d1a26f14c925ea9548e42968b1be2b0cf5107af54

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5cdad5b1db5faf79f57be463cbaf14ea2107c4ea5dddcbe8bd1ab607f02d978
MD5 01b7529ffdf5aa9f1a8c6a9f8bb90a51
BLAKE2b-256 f49203b0bcafebdda76af9e1005b11800c260af453f8598338a6f96f5442b34e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0ebadd3b58b163ab0698e3d17b95d3d3d5a73f1de535be2e3d495b7671c07fa
MD5 997cf1aec9c36d3804cd8e7a24662437
BLAKE2b-256 868b8530fe9233520119a7e4b7552958bda839d2427b364ba65db3e60a63d0a9

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3a2370211d55a265a2f1ca9cc503f3fa180aff086224bf8042cfd68e23fc271
MD5 d73c624cfb2766fb0adc78d778d5903c
BLAKE2b-256 b26c6452364d9b1cecc1a5f0eb8e20b449edbede8a2b0a79d3aab0247934355e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b40de4260bd9ddf1079637482fcd4855536e6fe10254d84b3b97ca46f9a81ad
MD5 89ca4e7443a98a4833883555ea8b67f5
BLAKE2b-256 fb49adeaca5a9ed19fec213237d7fcd54bbcd50d990ca5380a0f1486fff82ec2

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fbd9b2f791182a2259b4c3ea9408e95dacf35b7fd34c11f92de20f31efb0dc2b
MD5 8db8953134f0213b71905bb82dfb7f29
BLAKE2b-256 72bad103f856e627ec60d12876f38c40863c3cecf84f593e5812a44197dea682

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8a17937a72aa10a249fff6778b5c3bae37eac350f666132c8c6e0c495e42335f
MD5 24a44a9c23268c5453d546842a1ff7fd
BLAKE2b-256 cffcd5e860945b430d94d0418933d676020012a57712b6a5f1cbd699b7641c1a

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5557e7f98a296dbe3ba33beb11cf725e55e294ac2c609c3381967e0790963816
MD5 15f767af2145283848ef0abc360a9733
BLAKE2b-256 fbe7a14d3fb9de29923eb69545db7a7f40e7c99bdd532ad9b32b1794729228e7

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67d9c06987aa4056978e02df06932cb803b4f6a4cef032d69c90f58d055a1544
MD5 ff721473e75ad5b19cabd649a290b667
BLAKE2b-256 4e67cc550e7a46af49227098cfab54747eea03e2d8e473db654927f676998025

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 568.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 49105e3de9a5764237fcfb67e4f1e842423da2784e78de83ab11aea1df0748ab
MD5 2ab084b4f2ea34c02e9713f911c83e99
BLAKE2b-256 aa24b0015f3a1e263d0eb9eb631fbd6cfad8fee790156e1d9e79b73e63bf8981

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 356.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ddd606caf77d291213f3eddeb92933746609f582ecaeca8abf90a5d0947efad2
MD5 d823853aed14afd9e0cf8550ea0dde2a
BLAKE2b-256 fdd43bb5843c99eda8a72d52f1de279a801d239ee0c992253658f0e2074167ab

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e33bb805251e4f27769c0029f583e96cccc26147642f773197cf28cb9c6ab59d
MD5 0736fb9d3291ea9ad20dcf2047ed6fcb
BLAKE2b-256 2223e6049037d0f39f1ba5e1b4873b78694f594e578d3c68fd8fa49de8e538be

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b570d79e2763b213d05301a71c14d875d2ed52343a281e1b1ef1eb4946dccf72
MD5 e176cc6ee950a6d9304396325f70e682
BLAKE2b-256 fca5f4ce81a54b420fc0ea05346bdc043f9441dce69004644ac22b0a74166d19

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2a5bd7d99b5d9c2f08333ee51eef603a7b00e2dbc30ff316256ce48de20f574a
MD5 245daa2afa233e4c3f10a7c4aa9f087c
BLAKE2b-256 3a95f6f49f0d09bfa9980ea25f22416661b039c2abf4b91834a9bdf56a511e32

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a794ebf4aeda9f44185e96d81dcc727916d8ca24392de5a318b78aea223ab461
MD5 936995e609e709130285a504efcb5c10
BLAKE2b-256 335b4c968c246eb0746a55aaffcb2830b656ff7115706b605868fc623bbe121b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abc911dfde9a9713866ebdaec8921ea771f3d3b5f433f7bd01e6182f153a555a
MD5 5332c01eecccbcbd34e8e9c4ff88e183
BLAKE2b-256 b7870ec2965754af892bd89364cf76176835533210ea3acc575481638acc720e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 64633e41f3d35cf6cecc8f4ad0a9ef309c16dd2830ce4973137ece70072b69f7
MD5 369dce01cb1b75f5211ea95fb245f696
BLAKE2b-256 c7a321b9a5134bfbcc31c397c43867090665f4c93bb8f2fc73f54ca76b85f59b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 33f889faba803da06a29875ae062edaea696a7bc4cbbaa024ad05b485a06e32d
MD5 cd8bb59cdcbab8c704d94fd73e11dad3
BLAKE2b-256 c4acb151eab6dd7157b1f80b8ed4f123a2b44cfa26f451b66b1809a10e783817

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e7464a231ae1c8643e387cce05fe7c0d95797cc6170a4f1504960d858556dc1
MD5 8a7287d2f58da11b7225d5b541fa86e0
BLAKE2b-256 969cc413e1d70ef58038a769e88c013129a157d1014cbeae9f3865b3f41d9aa8

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 86f2f249f2e239f98248ba32a65ea9f1200502495c08af3b905346bbe69c022f
MD5 32ac51b48d25ab153c1bd90b4ced32e2
BLAKE2b-256 d2a166cb73796bcc4911b39beecca116cf8a49dfd5fda9b3d946dae61591c13b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 569.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f5d0e3434174efdbd24eab9821674515c8d1dfb835f2d7c16c3e5885f4a8a7ed
MD5 c24cf55a97fc311333efbdee6df03e6a
BLAKE2b-256 3e048045753a5ad39b81a24f2b7f69c20aa6f2ba2e68bf01a10ce147de4c6c4f

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 357.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 31f5b2ed911dc07fe4eef824c6a0bd8127593c6e4224f60e8527ee343793161d
MD5 95d28f6cdc0ed13087b01b2712768868
BLAKE2b-256 4236665251f250d5864e2aa5a1822ae3fc5acd81c8fddd069be187d62bf8214d

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e2bc1cc2a50dd0e50c10f78bdcd54e627ca55cc7449ca62172ec61028ade7e1
MD5 c84b8ecc9d39496bab75620195b3efd4
BLAKE2b-256 1f1de88cfcf93177c381eb03f3f7a6265392bcbfd16507aa1b52611cb39c8fe3

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d1ebfd0c93622289d081440c6d348f129e205e0429e9ea22e74d521fa662020
MD5 27bfb153f14d93d73d8d5526583f0d94
BLAKE2b-256 687f3a65b2dc5510c09c93251816a3b217e084e3c1dba6387b214243a54a2dfd

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 229d5334a7caee20f8b7def7e381cadef959492db8ad88de79e6e84d77090cf2
MD5 40f78c8e35c8cabe54848706d6923e63
BLAKE2b-256 123df260ea65cb801b6742f2c66092df8f743c57b14b603f45a4457f273ca810

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 480edb050f9ac9a9ba56d76103018b0107511c2c2e72f2eda5d9bc103c15c442
MD5 b750cc49b568d0fed108e87cd5d3b9cf
BLAKE2b-256 152f583f727b92bb10e998a67f670e61cd0a557dfb962bde3a6cc9791b54e184

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cffbc2cc4309a0427100e70258601132233e1f868e15e7c87468d43b5937a2f
MD5 2f4364ecf3ba955adfb5a17ddb9fa0c4
BLAKE2b-256 1615c4fa396ef52165333dd38006373b990b9c191113c34f7e720e5fd3344a1d

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 499a3a23bf8335935abb9439f64b1d9afae475321d32cdb4639de28cc481206f
MD5 bdad1afdded5421689de86fd0b039e56
BLAKE2b-256 4d22c175a6e8cc0602d94e6d9a5f612533f138f4d98b45a13a70d520300dee4a

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 babf4aed64cd15e7b4840a124d92cc37c3bf735a86ec7a2273ca08246c0356cd
MD5 f46cb0e96acf5a85c0e25d4a9041176f
BLAKE2b-256 3018de25e56b62f11477e3a9d5b869eb7a08c4e71ec0fc88fb347f1f8aba9b55

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6073e020a626d55e18b3ca920cb33831bceef7c201da8232dae72853d2310b0e
MD5 4e5e3ae8b69d88969b510092a3ae5e06
BLAKE2b-256 a3c0bef1b5712fac3db7789640905b4bcc4a937cc258b8ef83e620a3e9348c5e

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 95bd2388419401c805699ab5a52f94983526498f6be56c0321c237e25bf2c924
MD5 b0d7d67e2dce0731a3a64c9d52312755
BLAKE2b-256 3d68ca5375cf607e17ed77de6d76d79f7cf4819577d99b3a49e52a048911788b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 569.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ada99dcbbab11b752bc6af6a7eac509564c8665c601079036c2467cb98d6bd23
MD5 5d84102c417ef26f3eeab4563df2f563
BLAKE2b-256 424a2afd776a76e533cf5425d50ef6115a0f79954678a2a2d7f97d6f20a1264b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: rsjwt-0.0.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ae5f11ce23517a1e7414b19b50208317f4117d6f434cb67a60b2a0bb3bc441c5
MD5 978199f7347b6ab69fa5e7fcc922c37a
BLAKE2b-256 94fa2f60c437e06a88194d862fd846b86863edb9782fae0b8ce9fed870c4ea85

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7125ec1efcee6e210c32435135636760f57c8046bdf0fde358bfe81a7bfa266f
MD5 13d142d67808db6e3fff96b7d4a16076
BLAKE2b-256 d3a5974b137f2f098d5db853e5ef36841e5473069fdb7edb012f1f1f8f30cc43

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90f1131c475252a94dbe72bf45355384113e2bbaebe98c4d16ef7cec7b6048f8
MD5 610857a92a9ddfe7fef23b3d51daf9b1
BLAKE2b-256 572e2af35f5b84c4ac3156bad8ea51619062c51535211050bd4d8b435e6e2b0b

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ff941ca5b5fd01ecc2b4e9ddf930322f00b51a4e51510438b280a480e52f070c
MD5 d8f9df245f71da3a51a435cccf0434ef
BLAKE2b-256 101eed8c05e5c4492041116523e0e6cc3a4ee565da743b11b06efd1cb4290763

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89738644cb44cf6ccd8ab36e6a195e5f6a453ed74b47db2555d856e92e54ae3e
MD5 b2981f7d065032e80175713b9fc86921
BLAKE2b-256 3d728fc9daac814d2148aa9b79718ba1aa9827dd1ce3a3e028b0ccda730be646

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fc810fa3aabdfec803468034e99e200a85a847649e9c580289ccbe7971a48b6
MD5 dc40d133dbeef4912151f86043d7dc1e
BLAKE2b-256 815c54507dcab496deb2d26d48e3bf708ccc6488b4e400c61d5be2d87dbf96d1

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 04e5fa00f1c6708db32e0cbeb7617d594de51229016400eef7e11986afcee7af
MD5 3bd0bb1f70a41bb61ca52d86e98958ba
BLAKE2b-256 c65cbb127a78ea34d7c06f6fcabe2fd54b9c49f5bb20897f696c028ac2a38fa6

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a26f98723c2720b083c4467e864cb6329a80abd1db62bb4922a9f755cf9a80f
MD5 beb58c5a36803e00b299a860fe5eebf8
BLAKE2b-256 60f50f6ab1f53d8e2a6d4fa0687b544d90d578740c5e46d37b37272f46e77f23

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1edf5c1d6520dc77abed5dce2aa77a7b76883399adb86e6740afc7ea499c82b
MD5 e5cd17980092cf813e8633baec65df52
BLAKE2b-256 493b17b3106ae3b95646425f5e70871288d512ff83390bb86a1fe2ae8dccb9f2

See more details on using hashes here.

File details

Details for the file rsjwt-0.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rsjwt-0.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e06ecc9ce36830cba13fed267eec00c951dba8186354aa3e7d6a67096f20416
MD5 ede42cf68c958b0f4bd1800d94769958
BLAKE2b-256 11c95f76376f186c5f94b34f36cbb5efb988f4200e909325f8ce75a271669539

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page