No project description provided
Project description
- Python wrapper for:
Features
Encode and decode JWT
Install
pip install rsjwt
Using
from datetime import timedelta
import rsjwt
v = rsjwt.JWT("123")
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)
Development
cargo fmt
cargo clippy
maturin develop
or use hatch envs:
hatch run fmt
hatch run check
hatch run build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file rsjwt-0.0.1.tar.gz
.
File metadata
- Download URL: rsjwt-0.0.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42492a16833487a03368c363075ca3a445f9d480fec841f08e9e882e2a9078a1 |
|
MD5 | aa6264fda4c8d7b9d26489f094cf4c50 |
|
BLAKE2b-256 | 9360d43250f2400c70f6b2da8a5abd1ca4d420a0ece30eba8dbe28bfa4f9b5c3 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 904.5 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | feb0cc481f5a4b6833586748298d95c71fd3349e19b060f5896ebf73b48cb463 |
|
MD5 | 31d0b127fb8dca15aafe0f9b4775b8a2 |
|
BLAKE2b-256 | 23ff58e97875abe72b0feabe676eebba04a3604e2a5ca6c4ec51de2663ccb8f9 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 751.2 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40387297b264ba9326d011cfb4f50848fed015fde6ace11b9ffee52ffa93581d |
|
MD5 | 5ed5ee34188c40ac2a4991ebb3d329be |
|
BLAKE2b-256 | 9a0d6a493f9a2a8f870f5a3cd4903a24d77e204db478a52b2c3b2bd429c74055 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 830.4 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3a5e362f4078de3a5d1a5a554a471139b4dfb21dec7db0cbfb7ac629d92e6ac |
|
MD5 | a337cca9c932348784880ef62f57e32c |
|
BLAKE2b-256 | 9b9ddd2bbb2196f31cc497a223df6fdc2cbc806a74d7fff6274331d11d560d93 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 927.2 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc6a45dac812889cdf765645932d8205f4bd287a28675af951ecc0894b7228ac |
|
MD5 | 199544c8dd2247de39a831b8197348a2 |
|
BLAKE2b-256 | 08cb88a71f551438c459beeac956e6eb01c63296263cf2b6c9f5239250f56ce2 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 736.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 051fa5d224dd3f26b4a8176b68d3aa75fd4f398e52334c5b9678caf0b291849b |
|
MD5 | 1997208490055bb600e91e156ff86788 |
|
BLAKE2b-256 | f55974d3423a018ded8e01c7e279e94e2fd540f8b6ec0a68543b52fa09d3d7ec |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 713.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1c64dfac8674b19243fe802775bad7fd14fae721c1c9ed2a25bb37a32128b4c |
|
MD5 | b4d647858939d71144ff2f5154d84d66 |
|
BLAKE2b-256 | ec5257c1f501ff81bb8ac57750ee80b95e3770f7710f138df32024b0739e878f |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 780.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 252364c86552fc9e25d8dc5f5cf4864c1ca7b26201b5f6ac0b6d89ea4170bb8e |
|
MD5 | 8d4a67468d7947e793e67cdcde7a86a7 |
|
BLAKE2b-256 | 716815152d5979854cbd140f55151b36362353747443da02715bc4ffd8e77d0d |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 600.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d87f75b030b4e173c3137e924f7e50c5e05c3892c6db99dba6b5c4e394cc4d4b |
|
MD5 | a028e7a9435e07e7b788637154b8cc98 |
|
BLAKE2b-256 | f5c07d8514855aa5656a42ca540b0c9de0dc28dc49a51f8391b25a3e371bf766 |
File details
Details for the file rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 596.5 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df5fdb28c090b3637d2e777c4be3ae233d151df183385bba95738996bc319cd |
|
MD5 | 255533ff4a19c071752ec1df6c7ebbb0 |
|
BLAKE2b-256 | 3879347ee9aa24f3ac94435d7808e55e7e210a20c49ce6d1158f78a8cc98c9f0 |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 905.0 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fc897ead97efab0a82cbec3129c86c25996360bba96e00d4926a4853c9ee1cf |
|
MD5 | 766ca618cb07e6baa0c9c722873b7b6b |
|
BLAKE2b-256 | a06868ca7663c88f766600af7c0da07c7b4c54fae9a122ed80680239aa39c38b |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 751.9 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e841b5c35a37e0bf6790773f028bbce7a1ea9399884e4bf64b543637ef69322e |
|
MD5 | f3dace399e9c164250f058e43f9052f2 |
|
BLAKE2b-256 | ef9abe33325bfef96d5cba21a601e5fe50d41dc7b931c6ff85fb941cfb415fe5 |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 831.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5825d992613804caf88dc05e68a46b96918e839c56784eb669e1201ff9ca1c08 |
|
MD5 | 9c4253a8bd231489479d0a89181d8241 |
|
BLAKE2b-256 | f12ddaf4c686006472a981353c1b56834536554cf1f2405e93abdba863a12a5d |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 927.1 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 707b71a28fdae49557ec2197f05baf24b94fc0474ea5254591f5642d4312faa6 |
|
MD5 | c4b5e66764eb71bfc0607b620d42cbb4 |
|
BLAKE2b-256 | 6934dd2f877973aa989b1bb3cfca53b1bbb1e4e4bb005e4fc5786d77a6ea8fe1 |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 713.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6492852efb981416276275e63cd2405a5c151ec719c245fae230c9963865d3a8 |
|
MD5 | 0392550195a13db2516a488f7193bcc4 |
|
BLAKE2b-256 | c5dc055727f0f3ad5f42c33aa714b8c098e176204a17892d4f448ec87a4c1d43 |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 780.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cb30125f0073fca38308d9f7ac86449ff618f7ba5a90714e6c2395f20b3d54 |
|
MD5 | 826144395b566344bc04789756c3336f |
|
BLAKE2b-256 | 1b7fbcf416b8d5a4e42e3131d537b17f134835d9659a6b62ecdf30829acadd3c |
File details
Details for the file rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 601.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84a6d97830f425460b267caea8483e6e79195eba0d59115c2ab421f3505bbb3 |
|
MD5 | 2c3845e84f2d14ac97a99f709aac9c6b |
|
BLAKE2b-256 | cbcb4350b9fe942196531fe8ef4975296f6676cb09ce9722d72bf522538936bb |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 905.8 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acebe4b0d492038bb6d1ca51b86448a9e89f9b9c7e6d31c9ac7997a02d4b89a1 |
|
MD5 | 201d5d82a6a57ef30bc153cbd7c72dd3 |
|
BLAKE2b-256 | fffd730767705f968061747738eb0fa4a0e8f44aa7a8705d389ee2d7734514bd |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 752.0 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89868e5d128fde55713f5e48023fc6e2d1f48764c353d82ac84d67192b1f6b5e |
|
MD5 | 850a285853822e70d92c4cfa27622f07 |
|
BLAKE2b-256 | 641cd3e5fe9057ed5fb28c54da53a1242f3645c8b22cdea53778c41e7a947974 |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 831.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3444f55cde3170136540155654204de691bc9abbe4e22f122633b9dfc716191b |
|
MD5 | 19cae7b42fcf8c4770f4631290d26b2f |
|
BLAKE2b-256 | 1453f8f960c9b0f5e741fb6cb6e04444f833b356677f1874934aaf2bf809bd42 |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 927.6 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb59dc485acacd425784cc42db034b54dd11e6f7255556a68c9be2c8e9ca5de5 |
|
MD5 | 4eb0046c786e41f765194f0a7683d73b |
|
BLAKE2b-256 | f687e08b1362b4f4027c23d3b7008c9d74365d1e9bbcf7082a55bb0626cdc662 |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 714.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68e871ef9be419c2d00507ca8ec6b0f7e9dc5112259224211173ac96396ff35a |
|
MD5 | 24b1a83217a721a74eafec1af351df76 |
|
BLAKE2b-256 | 20bb500b0b5e6364ce34aa2604a80961232f0ec678a6cbd90d2fd1fcfee69668 |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 781.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88237008af1b937248222b610640652e0005a34257513e4028a3b7e59d642869 |
|
MD5 | 5451e7f822583604ef082e5a28557028 |
|
BLAKE2b-256 | b55bf0a878b4a0e0ba9f5d50db10d04ab7e1a68d8a1691461ae2beffacd04104 |
File details
Details for the file rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 601.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abc68e620c4077139db8fa1e22478dbb62d16c932f34de1af3d7b7ff751e15d0 |
|
MD5 | 412f610eda70cc5b8c027c2932f51387 |
|
BLAKE2b-256 | 30d885b1c99c7f0dee3edfcbc01f286e22d3bd1fdacd712ef51401c7ce5ee783 |
File details
Details for the file rsjwt-0.0.1-cp312-none-win_amd64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-none-win_amd64.whl
- Upload date:
- Size: 552.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 471d4d2be7ca2acc4afa0956e1ce040589ed5b6b570b858dd3b591142d7674c6 |
|
MD5 | e8e1b598ec2334865dfdde44f1fdcc7f |
|
BLAKE2b-256 | 9adef90e9a8fd96a393e914c2e7b59c0fed31caa128dcbf3647022b53ed93fb3 |
File details
Details for the file rsjwt-0.0.1-cp312-none-win32.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-none-win32.whl
- Upload date:
- Size: 334.6 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b95286304118bcbccdf2e4e7509db63a76c5da6499319814caed93c023346ec |
|
MD5 | 00a7d81fc4f776f4bb968c3a1783307c |
|
BLAKE2b-256 | 9635e2d0a34ac481b9f59ab48a62c88788d4b33896dd492a3caee1cb99e0391f |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 902.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8afc3f94ed7d23dd452cb10858ae7eed27d84c6319f51cbdcc92baa932971e6c |
|
MD5 | 5a2afa276a39437017f1c17921c23f71 |
|
BLAKE2b-256 | ed73c73d6534ed5673ea0b867acdd12195b07945a8595dbb11e611a34815278d |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 750.5 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f256f7697fd45c37b7e790a6eb8b9e943099b93ada40a67db90f57638d97bb2 |
|
MD5 | aad15f32a59fbf04036d3ad837ca1238 |
|
BLAKE2b-256 | 3ab4c3d15302186c621c48d3bc1160028b4c295a667d073f6f36691680a27091 |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 830.6 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b482aef3103cbc736d2c4cb1e83942036eebeb4b71af3c72e6c3d657503f6603 |
|
MD5 | b1ff2c4a5463a4df2e999086e347483f |
|
BLAKE2b-256 | 874579fd827c182a03c46ce629ab6a1013050a11cc4c0f40aeda8cb0d9c85f2e |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 926.7 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb900946841306c3294fa8fc48b7286b811e6432fd2ffaa3b7c5447ff8bd961 |
|
MD5 | f69686e422ba198d09eedbe0545ed2cf |
|
BLAKE2b-256 | 05914c913920eec9ef7a269cd1e7d81b7f70355f21f08e2d47949fddecf8367a |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 735.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8932cacb78aae72a96f0cb06c4d079fcf901cb993ac149ff2874739e7d290c0e |
|
MD5 | cf07ce4220823d662c09f24cdc28d5ec |
|
BLAKE2b-256 | 02ebaab059e5966cc4b0e00b70a3fe9f9b7ed6471f2692a9f9add8503dd8fa03 |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 708.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed63556a4be58712a81d66279ae7c68909a6a864e15a54c98e369bab461590f8 |
|
MD5 | 1dc507a3f4a2c72ce7dab41af84ccbf7 |
|
BLAKE2b-256 | a55a964aec4294f72ed8e4663987a65d0b03cfb7b20123601bae27436ff967da |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 779.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abaffb0ef2d6e86c17995650a426fc027557ab3e30956634cf6fa59c9ca2aaec |
|
MD5 | 46f2102dddc7d8adc4b92cef0b90770d |
|
BLAKE2b-256 | 5ce208ddd8ddb498ae3f91216c75c87590b5a265f6a6661c382b17d4af3d6ea3 |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 601.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7af8d7e73b3a635de011050a81c32667c1969db6e85e5c3f7e5f43d27aced981 |
|
MD5 | 5e683ff8e0d2b224565210c10664fc06 |
|
BLAKE2b-256 | 7d05fbcdbc201453547c0c65adfbf21f5fe18622fe16ce674483d6c6266f1e5f |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 595.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d66333db5576c1198208074a77072372bd9b5219b15bd88fe2b104bb2808e757 |
|
MD5 | c9e740cb0d5f534d59745e5e5aed9a8e |
|
BLAKE2b-256 | 053d5676048a62b66436dc7cebedc748adac3b5d770181139176b902969dd690 |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 653.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e7317273e3aece3cecb9646bc4d8d1d83c722e36ff82aeadd1edbd7e62296ad |
|
MD5 | 3e338c42876786ee57de7ce29bad463f |
|
BLAKE2b-256 | abb8991c49fecdd49c2bdd5f2feb3170ff7cbb1edf4c8741d36b76f73a8e6067 |
File details
Details for the file rsjwt-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 685.2 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ad2a24761dad80f5a290beeb6269ec7c4dc933ceea215670f908a985638858f |
|
MD5 | 3eee95bc103426bfc11de037e022ff06 |
|
BLAKE2b-256 | a5853004c7c4e6c86b472e7bfd8c3a2b7dd6f72f82f649b9b8cb473bef4ba167 |
File details
Details for the file rsjwt-0.0.1-cp311-none-win_amd64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-none-win_amd64.whl
- Upload date:
- Size: 551.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76df8d3a70844e21ea23fa5e4d80ae95142ad7fc7c90d71c50577b01da412368 |
|
MD5 | e37720ef82fcef6ed7f478ee347f3f52 |
|
BLAKE2b-256 | 2e6e3e7af069ccb79f35b7a9c3ccc8143f252f8724384b9cc4f4e0fbdad34eba |
File details
Details for the file rsjwt-0.0.1-cp311-none-win32.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-none-win32.whl
- Upload date:
- Size: 334.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1660fb0b7af169374c47d1d16585701767c481b85ccb53ce0fc6069680b0eeeb |
|
MD5 | 8378eb845d09762b268ad0731f589568 |
|
BLAKE2b-256 | be3e124dbe6960dfd8daabe18c975af68e11871b172ca046eccfad6f3a22f1f5 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 902.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b8e81fbf251d770fad335728771e561629e8d844930967f2ece15ef890d040 |
|
MD5 | 36438d841412056728544ac67f80b7fe |
|
BLAKE2b-256 | c2fcfcb43a72483d1efebf48a8e7afd5312fa0663d661160cfda3fdd811e2799 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 750.9 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab41339d467682083931af0f4aa9c44d8af73abc3534840673ea4298c26fd89e |
|
MD5 | d390abcdd26902b6bc8cb8ae7ea27381 |
|
BLAKE2b-256 | 15e054a8794d8c15884bea883554b32ff4ba8917b14ca8e6c97fe8c050dc71f0 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 831.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33b2ead1ea237c27435aeba22816b1874c44638248f3e8a35376ad6c78f23abf |
|
MD5 | d702a13313908cf62f81891d08b1bd5e |
|
BLAKE2b-256 | 4cf67b582aa470043ce2e30218bf76fc3543ce90759d6d96137e8bc442c9b333 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 926.4 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ebceeb0c27a8072a36c3620f185cca3d1554c7b83a339e37919b4a642a0ecb |
|
MD5 | 52a0ccbd56d9629c6588ee8276ebeb02 |
|
BLAKE2b-256 | 94746c8fcb931a466f3d9457713ce45552edeaa470d0d41b96c7f69b730d7e8f |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 734.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0574390aa3e0388de8d306724b85cb01695d145e069f78aa820c47916e738716 |
|
MD5 | f00680eba1d8364f092abf374fa4def2 |
|
BLAKE2b-256 | 33116790872d70f0273519f3b87d3ed1ba6a2bccf25204e72bddba2e378d5409 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 712.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cbc6faeca821aff9cc4488d21a3ba5fe54e4599d9d8d487d62f9699783ecd56 |
|
MD5 | 4bde15978402b47270eef38364768d3b |
|
BLAKE2b-256 | 3790b901576a73d7f8130b28e3dd968392baace679037c22989d112ae628f3d6 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 780.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4bfddd961aeb6beef769c532d8246f05b3eb2fb05a3feebde18c1e6d453d3fa |
|
MD5 | 864d435efbebb272682066ef7ca74358 |
|
BLAKE2b-256 | 5fa0b6dc8f377698a0b51d646cbe4934ccae82b50514cd484574a5ba6c041623 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 599.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 067de562895e7c91a6eec7e3197d12ae0a67dbfd06560ec4e7860208ea2b679f |
|
MD5 | f6f2fd949dc932ea7698f1412bdc77aa |
|
BLAKE2b-256 | 174bfbaba0e43e129f2e349ae87dbdb9740e383d0422f0479a93b63086fb8531 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 596.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 664261b4d3bf58f14c9119e79b50e7c64b67c1a305f31403ba4f0116b6c3b33b |
|
MD5 | eb2944e549f068c0ee8ce229969f53fc |
|
BLAKE2b-256 | 04b96b47da1f4c53f3296cf6545ea1f83a39cb7e4e1638ba965a86db723bd2b0 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 653.5 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8469290ea8cb5ace5d15d43fcb75dab4fe581de41ce522e79d8bce5e71ed8cb1 |
|
MD5 | d474fe001c08eeb0f03398c07bbbfc16 |
|
BLAKE2b-256 | 0018c59c20e40d34cfc2fd873127714e4a7f06aa2bd517ff3654bce91dd40211 |
File details
Details for the file rsjwt-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 685.4 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8574267095bd2ed7270ebd8a5b8abb824b1fa31b6da2a5b2cfb6bb50002a96ca |
|
MD5 | 74696b65c8051c9ab3bf4e96dd4b47ec |
|
BLAKE2b-256 | c1ef28e8c9ea01d812b34a0994c3bb1c0f29dc9543af8373536945589f0fbe14 |
File details
Details for the file rsjwt-0.0.1-cp310-none-win_amd64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-none-win_amd64.whl
- Upload date:
- Size: 551.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba63bf1a8055a7f73a5a449909cfc5649a1ee45d4a1d24fed03273b5ddbdbe4f |
|
MD5 | 704bd8419dd17e2a61d9dfc982a2bd0a |
|
BLAKE2b-256 | 55f5a3150442f622fe94370a923d0b73abdcdde8a9cc89978b840a9e0f8abd86 |
File details
Details for the file rsjwt-0.0.1-cp310-none-win32.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-none-win32.whl
- Upload date:
- Size: 333.8 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e82d4f453500ff8f87ffd0e88797618b45fb00edcab5153707445560a1d7ff20 |
|
MD5 | b302e05a12c9f62577ecb02343c9d3b8 |
|
BLAKE2b-256 | 06b0fa022279c5b735df75ba8c7c2ad71cddacecb35290d7c8ace6943f341c1f |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 903.1 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9ba28dea8722993eb27a4ed1cd99b35400a8331e2264f9a61c9eab8b390ce4e |
|
MD5 | 4d37b4033d52a224fd4b1864c2a0dd48 |
|
BLAKE2b-256 | d70c30498816faae0715b5a2ab666e9a885f3a28e48233307593dfafd6a5c597 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 751.1 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 167c19c50d6eaa2995ff4bd5009e90d26067fe6ebf3c036c81a9211d1e2dd77c |
|
MD5 | 0f0449b114d66747b952a2677e303b5c |
|
BLAKE2b-256 | 792238995e73b034b65aeb2c3f41f8fb7c5100bbd5672aaf66065241c5c225a7 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 832.2 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ca8d0aedea22791eaee73648d9db7e0be999d79d0aae47a28215fdfb49b7c9 |
|
MD5 | bca5f06709bcba92b5ea9a32c4cceae6 |
|
BLAKE2b-256 | c4e662ed9b01733b5aa706b484732f8efddb81e0c27fc150407c6fc308014cf5 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 926.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 404b13aeb52db6e6b2c33cc6f6e2472526d7fd60e29e184a52d2c63300f35c00 |
|
MD5 | c7ab6b50829eb578d9637713f4b3a1e9 |
|
BLAKE2b-256 | 0e74ffdf97b47035825a19cf273cdc9dd53a17f6737e22acbce39ac651eaa20f |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 734.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7e4ed98f4a2a08731f1d5d5a93a9cdf03c0fc4ff5ea5de66a1c624866d6fb75 |
|
MD5 | e9dcf4e13b2e13065f03d7ce8ce1ee7a |
|
BLAKE2b-256 | d31e00faeadb05860f2110d29eb208849797255459761b5ac9562bc4a2d865cf |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 710.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 427798368df527d40f469a0f447fb59a2a0437c0444af858893b922a48857362 |
|
MD5 | dd2fe04b4b2af7ba79008c3ef1378a16 |
|
BLAKE2b-256 | 428902cd808f37996b8e47b6266f4b4399c178c9d7e1daee773a3d1670dbd327 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 780.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b9c68b6cbb24e4f33cdbceaf46aab8b3fabc63723de8e09f28c1f44dd56916b |
|
MD5 | a97fe25300fdf8bffbf0c316c7ef1c52 |
|
BLAKE2b-256 | b648c5762d88334b3ee0a9c48f179dba28a65a9a79aaae6dc0d13e7f3a9f85e4 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 599.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f5798f2e11ff11f9fe3a385b87d5d23837d4bb392855bcc036ac55e36986e33 |
|
MD5 | c7da93ef575b59fad147bfe19fe75e47 |
|
BLAKE2b-256 | c10df3bf696e9a28065a067d3368a194c6b697cab8d1315fc5e490fbb18f7c5b |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 596.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 659f7ecaa15ee257c3606b2af93334d1425ab028302310e6c8a88669c2868fad |
|
MD5 | 195b39f2d698ddec760ead647c0acbbd |
|
BLAKE2b-256 | 31b0c4bd920adc5d7c40fc36b2a220736ae034e49de254efc7fe569540493317 |
File details
Details for the file rsjwt-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 652.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19436c1c31d5e27bf3554f021a1825b7984cb747e1e154d634270e9b707a32ad |
|
MD5 | ec3b9efba96a720645e55dec7dfc31d3 |
|
BLAKE2b-256 | bda12ccfe91a4f6e9c5ec35ec30cbff690ae15b250cbb8d539439f07aa0acc47 |
File details
Details for the file rsjwt-0.0.1-cp39-none-win_amd64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-none-win_amd64.whl
- Upload date:
- Size: 551.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b2b2370d791d84d12d565fcbae309bf5cdcbaabe110dfb791657cfe6784604 |
|
MD5 | 05fa94f79d4fe811c7d38c49aaadb32c |
|
BLAKE2b-256 | bcd6f4895a8725cac518a200c13f0ed9d9e218fcbc8deebace21d47b1bb7ea0e |
File details
Details for the file rsjwt-0.0.1-cp39-none-win32.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-none-win32.whl
- Upload date:
- Size: 334.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed87870ca822892e64ca4539b1794e2744d4fb799cad896e19b9314f740cdc1b |
|
MD5 | 9d6b7a044fc87148490de4a29b697f17 |
|
BLAKE2b-256 | 43a76e66d631a60001bc18e070fee4d458542a9e0ca0c17d6bbb62a59692aa64 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 903.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f1bb25e0ba2f7631c0937dd9f4ca76052083bd04488d044ac062d3222079780 |
|
MD5 | b5d226041f293f24186259a6b3b135be |
|
BLAKE2b-256 | b918146c80f4b7ff23ac918200c928ca658132846b89d6bfebbc02146794699b |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 751.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a3aa78c97da5c6176d1dbeec5270265a3af381528252ebc1ff14da2bfe0a3c3 |
|
MD5 | 34b301dce0c2842d27bbcb31ce38a87b |
|
BLAKE2b-256 | 43429ea231b2c70494b0577e7ef2961db3256fb78dc438b8ce7beb6f4656ba36 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 832.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52808385e11e269caf6d214ba4ee20d2c704e6eb945a7f78fc66b04b622a4ed1 |
|
MD5 | 9270b008548fc3cf8e64e53035671129 |
|
BLAKE2b-256 | aafc94ecb488da8e07be997c70d682ae123e8e0451738a2128952014e0a7f189 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 926.7 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8d240e206bcc936507a91f0bd42b45fe5cccf9bd24007a618b32d378ae4f880 |
|
MD5 | 9e54dab67503b5a7e7ad86791a53ac61 |
|
BLAKE2b-256 | 8ed36317c88f8bf2c780e75282ff83e00ca68833371ee50ab5b37c3e4a625aaf |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 735.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90607455f307bb4370ce2b9d1a8b618851ef60feeef0b7aff2f305d366ec1720 |
|
MD5 | 4be2530f15fdf91997936daca71a6f19 |
|
BLAKE2b-256 | 4c9356d51552414f9911864433aeaf32ed5744ca06e887af17cedc7449958ff1 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 712.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ffc0d2c4591d3253d4b29278300aa4b59a08859155fa191999cad875a787b68 |
|
MD5 | c2a1f2c5340dad4257f52b7a751da5b3 |
|
BLAKE2b-256 | bdeda6b8df4b9fc08cde301bf7bc2aeb184fec0497f74c2bccbb10f0e6915119 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 781.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4f22c39c9de2b0656504c74751ff2ccb4dd2d7160417eab117550f029662ee4 |
|
MD5 | 6d22e90d0bc4cc942108034318c9108b |
|
BLAKE2b-256 | 0c1700dc579cfd99c4b76b947633efc75f63cf1de18de153e363d2b441ae3107 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 600.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b432a5271efb48cbc1ed37b158364b49ef2324a6dbe664d380b9d953c4909b19 |
|
MD5 | 6cdd5ae39d798697135e14a3164dad3c |
|
BLAKE2b-256 | d5fcb74065e9d8d9356625dc869e151f19e0d56ff273d92cbac21d3440a3a372 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 596.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae403e9367dd585a0943c9c7d0dd046185848b306b833f541ea5bd36a973d466 |
|
MD5 | 30201335f802f6318a517506efd0e00a |
|
BLAKE2b-256 | 38167c15d6f26ef3c82db56af996a3f7ad812eee5a04e374f369594ac6be2489 |
File details
Details for the file rsjwt-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 653.8 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 629f5a445fb187cb35efe661d51380f7b8eb3ab8da9951d936828e740c91517d |
|
MD5 | 52f94f69473db7c7db0947fc2706e137 |
|
BLAKE2b-256 | 5b5a69d564d4a99641b06441aeb3ebcd896860592c1d8e7b03874261d5aa35f6 |
File details
Details for the file rsjwt-0.0.1-cp38-none-win_amd64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-none-win_amd64.whl
- Upload date:
- Size: 551.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe5ff39b5e16e79e5022dc9b007aaef3308f7da102c1a80e98a961559a02ad92 |
|
MD5 | c78eb4863e5f6216402e6cc3bea032c7 |
|
BLAKE2b-256 | 2738ab76e487cfa809abdacacf668e8d6b61998c685b72f7996ab5a23c0949af |
File details
Details for the file rsjwt-0.0.1-cp38-none-win32.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-none-win32.whl
- Upload date:
- Size: 334.2 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b9999ba563fe96021b580699ff7c7344e18d683a2b5a69a1dd765e94b73ff8c |
|
MD5 | 0bffc12ad69ec58c190caf1a3b5cbd40 |
|
BLAKE2b-256 | 6493b3b647614dfa3c7a8abfbf98dfeb4d3b0d37fbdc9050dfead625994e3d5b |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 904.4 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a398f60d64438b2f34a386abb05cc3b0b462e9cda1a3c593c1c9c84c1547b03 |
|
MD5 | b152506cef653b416676724fc34916a1 |
|
BLAKE2b-256 | 6bac36deb1b41de4b59ea05bb400f0d7a353347087716b13db6856f99b08b599 |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 752.2 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f31e7462172681fdcd419bc64e9f9f78e34f3f520fce3194c78f4fe5f46410b2 |
|
MD5 | 71c96ec56ed30037e897552b21b16f2b |
|
BLAKE2b-256 | 09f6b3050f8e28dc0faf625caeb80fabf1b60320247afded661fa9d667ad7c1a |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 832.5 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2942cd161ce51aa4ec41fbf57d9b86c06de24c82f6801ad93d04d750bc85b3f |
|
MD5 | f77b3efd266b90ffd55ae172cb0480e3 |
|
BLAKE2b-256 | 32ca6809ebaec06fe1f090444e56c0e7c14fd46c5a150984606a47bcce38a787 |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 927.1 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51c53562306a72315268419faa3767902f6504c6684af41313ae20a8b0b3601 |
|
MD5 | 6fadf1eed379e6cd6f710c333fd94e46 |
|
BLAKE2b-256 | 33d8aca548697518d5345780f8fdf6c191f918a21fb2e2e31b3ad6bda7ea039e |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 736.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7f838fced9b26487de3c64f4d3f3acebf17d31aa78c9967d14585c099a479ff |
|
MD5 | 703c000a71703cd28403cc5295faa474 |
|
BLAKE2b-256 | 6ba4bef59edcdca9fad0eeb01db467b0de1140b6ba2a00acf363a2a00aef52bb |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 711.9 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc13b92dce9956143fac8843ab9d1c25cef5b8e2c35e661da55fbf3bb65c5412 |
|
MD5 | 9c844715cad21b6cd44c0c3759db0262 |
|
BLAKE2b-256 | cebadf11f57750ebba2d2b322b01cd71a00e51d6d58dba095435abdb1517c4a2 |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 781.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae5da2c1528aa8a8c9ded406b2968ba2ef18c992d919ad9214cd14a19fc6cb7 |
|
MD5 | 515fcf1be65bc11679189530e5b5a80b |
|
BLAKE2b-256 | 333715b4366826a32ce6178d841bcf9b41a8594b6246091552a6e7479069dbb2 |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 600.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0799888d5c6769d2bb02e87bc45797d5e0e1c787458c1d6b236fb600caa70cff |
|
MD5 | 3063e8a674709bc53817e6bfc427021a |
|
BLAKE2b-256 | 5d66aa299e629bf6d5e08f8250fd9bc37fe1317efa15f26effaffab39c46e0f6 |
File details
Details for the file rsjwt-0.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: rsjwt-0.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 596.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ef5e295fbf5129853b58e4891f26d798678ea078127c78f0a1741c71fe9b02b |
|
MD5 | 0b2d73b4b54c3e16d125b09f28eebd35 |
|
BLAKE2b-256 | e355b8b4d07677a66c7e9293d9e7b03c60ad3ad13f41028280084a6885aa4fc6 |