Skip to main content

A Python wrapper around jwt-cpp

Project description

py_jwt_cpp

A Python wrapper around jwt-cpp.

Installation

pip install py_jwt_cpp

Usage

import py_jwt_cpp

jwt = py_jwt_cpp.encode(data, private_key)

where:

  • data is a dict with string key and string value.
  • RS256 algorithm will be used.

Development

  • To install deployment dependencies, run poetry install.
  • To test the change locally, run poetry run python setup.py build_ext --inplace

Local Build

poetry install
poetry build

CI Build

  1. tag the ref with a name staring with cibuildwheel
  2. Push the tag onto Github. It will trigger cibuildwheel workflow building wheels for:
  • OS
    • latest-ubuntu
    • macos-13
    • macos-latest
  • Python:
    • ubuntu: >= 3.8
    • macos: >= 3.9

Release

  1. Tag your branch with a name staring with cibuildwheel.
  2. Push it onto Github to trigger the wheel build.
  3. Build sdist by poetry build.
  4. Download the wheels from Github and put them into the dist folder.
  5. Commit the change, tag a version such as 0.1.0, and push the tag back to Github.

TODO

  • decode function.
  • allowing headers
  • allowing algorithms other than RS256

LICENSE

MIT

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

py_jwt_cpp-0.1.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distributions

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

py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp313-cp313-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

py_jwt_cpp-0.1.0-cp313-cp313-macosx_13_0_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp312-cp312-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

py_jwt_cpp-0.1.0-cp312-cp312-macosx_13_0_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp311-cp311-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

py_jwt_cpp-0.1.0-cp311-cp311-macosx_13_0_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp310-cp310-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

py_jwt_cpp-0.1.0-cp310-cp310-macosx_13_0_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp39-cp39-macosx_14_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

py_jwt_cpp-0.1.0-cp39-cp39-macosx_13_0_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

py_jwt_cpp-0.1.0-cp38-cp38-macosx_14_0_arm64.whl (197.3 kB view details)

Uploaded CPython 3.8macOS 14.0+ ARM64

File details

Details for the file py_jwt_cpp-0.1.0.tar.gz.

File metadata

  • Download URL: py_jwt_cpp-0.1.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for py_jwt_cpp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9210dc6c5ea3761966c1bf7e9b6f93b5a69a240b501e9c162b5bed5ea7188e51
MD5 816f10d7cb647e8ea65c97033d068dd5
BLAKE2b-256 4c870a70e61d34193133ef570fb0027c4f814c51c0cf178705646a86a34d2c94

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f369552ba9c2740de3d8fce82bdbfd7f9d2fa8e44d426a88536d7bd5d9d4c58
MD5 a11c24d37457164c8677c629d88e4660
BLAKE2b-256 fcfbcb7bd63c1cbda9d89118ce484328f0d2bbba6ed2de83d56031f8459bcf4e

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd717c8987e119c525e7d395447560b87547d5f38f0eb6e5a0794a3f1ea87698
MD5 8c00a795b2f2b4ff200787c2a43bf4f0
BLAKE2b-256 e2a06a93a86947af006975545fbeeedbe76c0c0f1a072ae9ea693bde80df90a8

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fd42b3a981232a17ae82291beb2c356a6eab7efccdfbab57e72d48572643acb
MD5 503555af2ae89ed150ef39b504503d00
BLAKE2b-256 6ff14623ee44f90bf47f4c932d1870e124dc02b7ae33ddb805dfc57330185e49

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81148204c6e60ca2236796dd53f5b13a075443d14e106e2af3890d29de0265bc
MD5 5baac754cb3361709d7d8a33462ac573
BLAKE2b-256 eadd99291750ceb8a86ef6955b4d71afbcbe22ff5eb98cdb54b24d8e67f11d52

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 371aaf44bc44e8369569b42c0d8b64fb40fbea02e265af6b567b0a98c97a90d2
MD5 e01a8c49e4d5e097d8af2262cd76b7f5
BLAKE2b-256 65f23aca78bead7a317df54f9054a2db42b4ca25e8888ff54200f231fc264ba9

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe63fb222219b55e2987b926eaa9e6fad328bd6d1b4c76cf8feec6905d7b56c4
MD5 83bf7b638cd19adcbee855ad7382bf9b
BLAKE2b-256 7e158ffda0da735289e25ab8214301ef9331545f21ca0745c54d859138aa8d57

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a02977d8707b282712c597ffcfcfc73c938e3d1c75250aa199119a706b492d81
MD5 7a8cac9e49b3b2a4d77dd662fda3f9ee
BLAKE2b-256 bbeb2570e563afa243a73c792ef8fed983ae6ffebc348387a611ce51beedbba6

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 568421d65d8cc2fc64aca99847218814c487a69cdd3a56f40cf98eddf0bf2728
MD5 a0540d0da36de4f734202b5f502bdb43
BLAKE2b-256 40e7e0b1cb55cf85f4dd4f12a5cf073350581731158f4c831f16ba872ccb1242

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cb3f9e16452d40241fc55c350909020b945bf183eaf6ccbaf721c4855581de7
MD5 13c4b2c289df8f720ff7d4869d81df48
BLAKE2b-256 43939f9b671121dfbcbf0e7afeec5abfec0c87e33ffd2ef0f1f6b36036b097e7

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9593669a7f4a40e26d5c7de7d09820f949b850a484859e63951b41cffd16daa7
MD5 79d9a1979f3a23b3f2bff2c533f27078
BLAKE2b-256 ab914714449e5975f75d07d5d05ad2854223bae9ac71b1fbdeb47bd780366e14

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d7b480e8da0d6df99bf9b2f3d253f0daeabcfa4ebed37bac0b2e3e26906308e
MD5 b82295d4977dbce29adef10e9070e9b4
BLAKE2b-256 00f2ac0f8b45883f5978d48003ccde2abee6ad9fab6072385e5da0ca5ec1f4fd

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df9a72f1b97b8e9dee683c7ebeefe156bf2f476145a111994001819dfa4f33fe
MD5 7818cc688229eb8d90ccc749113fc373
BLAKE2b-256 a0df0cb69a9ba4b7edfd683cb1d154a86925dfae24ff7d002ff9b3bb1be82502

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac2c4decdc97263b810645389ef3d9c1429b81a2a5ddab69d8bb71f2db562d07
MD5 fd6064f1cc1a583542ad8ff3616252b9
BLAKE2b-256 dbe21f53c43ca1031439830d224506ff9e393278af67ce2f4fee83ca2e23d42b

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f6a1ec3f3753870937b27d927fd7a580ea9e2f6f6353cabd71150df73e89871
MD5 b3e4de1f3cddb3adb67f86191b67d535
BLAKE2b-256 1aad18b5b39d8478f45168c530b5cd517774af165b779a7d92bf409252043e41

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0dc7fbc0cf1becd09867d08015a74a0e9ec55dde150a401c77bea7ab3b4b2eb1
MD5 32b61d2fe56577a360dfaa9961206f09
BLAKE2b-256 3adda10c0c0b7794e735fc998a7ad94c4103ed55cbc60172845bdeac8b295816

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 42faeb13a9079d39bcad29c9adeb71567b9f86acdea91c16085db6a9b3beab83
MD5 b5292df05597a742c20d505753545dbc
BLAKE2b-256 963422277ba1d0e4c9e2b3383e4618d20b15a750ff4fe259903bb25b1f270f61

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f5948b40fb79d25a56039d69d729af2d2dc5ee989900924a5baa4ec11ea1d05
MD5 82e02f1dcdc4d66e4dd34f8d133b580e
BLAKE2b-256 250bb95d86c36d116db9c6c7e8b26d4af20d139c3d5dcce6dac4ed82aca2f7b4

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1c055f5ffbead8426c56cd485c4260b8a85b4138c425c8c67495fe50c7a33bb
MD5 bcb621921db9e877cd3ed3ba099b58f5
BLAKE2b-256 e79d4f39b9865520ba325d4342176bdd1a25dbde5a55d4600209129216ce6a17

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 52c63ad220bef94229cf4af972cd53ab371bd6b31ddab6657e98894e333e755b
MD5 9461bf375b3e1c3824c717ef975f7fb6
BLAKE2b-256 efa6f971a4f899575d76fb8afcafe443f4af7be05fd8ecce25bb0c3fbb511af3

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd13f0e0a78b57b955e7fff0a341be8ae467d819dce09a5608d6f1753d0cf2b2
MD5 8aa054de205b50301360dd0100aaf2c8
BLAKE2b-256 e2b311d6abff2979469a724be2e7ac65899df53413c753b79f6bd989bc63e100

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72c6c0c76af93daff7d40c29cbdadd951cf361fb6ae67978800ae450d8b62c3d
MD5 fcf7db7b34bc4adccda7efcb1cad0eac
BLAKE2b-256 f082cd46fa6e076459a6bad76ddc6c254e7e360301740f7550b3dae45e535935

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d03208aeb09975b06130d4de4de2dc0ab70c79537bba23d197b7eb4c316001ab
MD5 384581e52ee167a5732647dc4349eb8b
BLAKE2b-256 0ec0220f0c3b38e57d1fd2705566b9247e00dd61c7bb25ab7a44f6c35123359d

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bd5ab953de643a38f8d0e1f4616ee4e57c9811dbaf93d66c2a898067d6e4ddc7
MD5 49743c788b42707d707b8bcc0b9fc2f3
BLAKE2b-256 11e20be0af1456fd81f307f88f3578367e4ae731b5a4fcfb22c0f63e600e855d

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57c1f4131c306a90af3bd701dd0c7c3b55cab26b8105fff8e9448e8d8e167700
MD5 c54a30c5ebc574ddf375f386aa1a175a
BLAKE2b-256 4ee7246057b5936be2328869afa9d5035b592820189e4121d7f29c88be1c3baa

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6469e492cf0b913fd4a618399097fe55e4c1ae72daab9567934cbbc78b2b952a
MD5 5198fbc2f293be8953f510c29cc6ea44
BLAKE2b-256 cb43a08d528f2817711df0af66da6ca7fb5dde6dc7d74c5898de96f8ab7645cc

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bfdfc652c238611f99170c58801d9218b618b65b73d56db1941c36165fe4a864
MD5 d6612808d38a7ebbdd0919cb0b7da3e3
BLAKE2b-256 18ffb3731e197250855811107d7fbdb52e929f76390cd189c88bb58550676465

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5fd0864f2a1018bdcb65d427f91059e6301dd0b1f32625c68da6860f1fe61dcd
MD5 23ea7ef4be2ed0f4a7194899ad33cc34
BLAKE2b-256 35493baecd977ad2e6da68e0cf744e2fe027ed10aa9e0ffd5398957cf624ea7c

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afc071ce34e60fa2f1441a4b6bb4f11ad8ae07bdf4986607379d82f9ba494ecb
MD5 133c8da3bf685b0f8a97eae6aa78ba17
BLAKE2b-256 c918a66b14c7de655ccad70b8dc078feff54d52fcf9832d6d0bac41fbd177d15

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 208503ce8e2e7866f8666931ffb54392f9b2d20bb6307e323b419966400eedcd
MD5 6ac69180de3be1d18d61c7fc6013382e
BLAKE2b-256 f38f2c4b615e70ebce93e92858bd6c578c6b37641d0b4eaf25bf49221b02c496

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5cfbfe892e77aa99bf55d8f11ef3cf188b68c821ab805a70728086ab73b5d0b2
MD5 627681309940c4ef4596604c26dcb7e8
BLAKE2b-256 6bcba1798eb94f542bc33f38c1e5f560790d2554f7f57599a36a16aaf0dfabba

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e32a60cc0c7661139f52cac49abf5541ff901421e59c73fde6df9752e0774ae6
MD5 d6a19c1fa0a9971d44d86505d4fc2dc0
BLAKE2b-256 adbb220daea4ce2584519c7acd06d6b3382abf4173fd55e848d898a08bb6710c

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e8530cc5f0fa2aa0dd712bca691548f9d9675c09036ee1320f3ce5e1feb2c2c1
MD5 661c0c783bb9cab65f26994ccbb0b741
BLAKE2b-256 e990193003932a06040eed4bfe29e117c2325a6c8755175379af509f17fe39b2

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 493adb8bad3a2e90d0f1f0db7b1e04efb1064ffc405e7b12110566e92a188d1a
MD5 7c5b3ad440f0ab205d44f90b2d59f265
BLAKE2b-256 e53538218ec65616e4632ae4cf3239eae89b9721f96bb91eb856b62ff8d4f748

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 88be6a31c3fd56901fa5ed4181c24b62d4a79aa0fcab580047109cd0512ff139
MD5 a9dab42ed240b39cf49136e850130a01
BLAKE2b-256 e65a20d2e296926330c82f5a9483d366765e0e966bbefee8af21f9febd01cb5f

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dadd43e3153931e89d6ef16c48ed1175da756b8d1a56a48796e12af8382bcda4
MD5 e81d7397d413e9a99c3f205bc2099c63
BLAKE2b-256 e7171d384a2616e37df5f069cf0668bc5bd1bbd6890056a9541e66976af4c676

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b2226b2c4f9c9155d08934dfb03e8af5c43fb436ece07a08036bd8cef60a7c4
MD5 da0e09ef92f53b516d60fc033f9209ab
BLAKE2b-256 ea204e617924d02fe3f66e1c32984ec101abf4c1ed83e79ba29cd6935dda478f

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b427acad904fb269e331d70a8427b61548aa639ffdce135b0ed648ad90443f8e
MD5 908b9a7ad870f4dfc15bc29a222e35a5
BLAKE2b-256 3ff4a7a130e1a6d63cd0bd4ef17449f73dd8feae1a628fcbc90a3f512ce80703

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4b3b2caeec438521127cee1d5d6ff015bff51d37ca69691d68fe0e65189be89
MD5 416b76bf331d02fae15c8a112a09a6ac
BLAKE2b-256 c7565b4da05c1ce777dbdf1920b52f762f10dec0b33ab36c32369d97b97f6c5f

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 22991278e7358f40e399a294c877d1fad7b9537d7a5ed59c0fc3620c8dc28e8c
MD5 2855cf273577bc4108b64ddd9ee19467
BLAKE2b-256 65eec2eb33fc39047e03cc051149fdadf8ae0f92d0149ad3fa7d8b6e66191a89

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a0b2b008ec709971f16d81008894f370218fb52b6dd55d42d03e298a7ac5d856
MD5 dd6c543536980ac2654759cb2c53e533
BLAKE2b-256 3f3e525670bcb3301a956db543a28b878a0a904ee52372d2f3ff9eef0ad9c118

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3aa942d09ac8db0d290cb2c3fc5f135ffef113744aceddb4d0a9b0e6e0759a6
MD5 b8e6231f1a19c4e25035c6cdc1d4f8d6
BLAKE2b-256 0108c8c997c3b9872c4427c7af01fffbfd1aa41f971c489807292f672801b6be

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 059bcb9b382c2141ed78311c99f07fb854ea631ecbb0f7dc3b8ecc2fbb1349af
MD5 30b887e4fd9626ec854588a921921f24
BLAKE2b-256 3882aed04ee553c047237f5ab481156e948679298cb3d02a3504102d76025a11

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e98a2c8f18cf249c5108200d83b751f28e3803cb791d7399cd9742513242b76a
MD5 c639d6b7a40ba59dc4d5646f12783b58
BLAKE2b-256 d74cdb9b3c62592ae3019ca41ea713a893db58454476cf61071cc2634b0f4552

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06db4181748bbba00f0dbc6eb1c43ab94f7f00bfc0d49e4a378d2ea5d2103bce
MD5 c1797d82f96594af43e18940120c3d35
BLAKE2b-256 65d661b89cfdcb76230a7460ba63f29077f264d23494e4eac532e9b4f8fad8fa

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 32932e53edc058dafaddfc7dd8dcfdf22178302554ee385dbfff96e3e0f63afa
MD5 ce85f74fc94f1f53243517b3337c22b0
BLAKE2b-256 aefe39bc307707494b0fac6479b93d7f869c7a6f21ab13a4916545b3a34b7d19

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 997fca175f0ee5a47580edab1b5c7eacc2197721a268303e799deb447d45b7a9
MD5 6a4ef58741a53070f9c3c9d051ae7b13
BLAKE2b-256 34b0cbb474d82d66c2d78042a0d180b33ef81c700329600dce3b7c3387872bf2

See more details on using hashes here.

File details

Details for the file py_jwt_cpp-0.1.0-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for py_jwt_cpp-0.1.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62bf7bc8dd11826c8b77e84a041c91427b5645eb8adda500bf11f3b2f134b957
MD5 19e9d3809acd6566762dfaf11dffd84a
BLAKE2b-256 dafa39c8bbe1a6a45d6098786fabc9d1958f7b4bdcf03a759579a6b2cd29f6f8

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