pyjwt 1.0.0-0ubuntu1 source package in Ubuntu

Changelog

pyjwt (1.0.0-0ubuntu1) vivid; urgency=medium

  * New upstream version.
 -- Matthias Klose <email address hidden>   Wed, 01 Apr 2015 22:20:57 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Vivid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyjwt_1.0.0.orig.tar.gz 22.4 KiB a3f7cc265b83e592b4cd3fcd0a64252b3ce6a521f0e50ccfe9df5be76e52417f
pyjwt_1.0.0-0ubuntu1.debian.tar.xz 2.8 KiB 5b76437a6f2539a44b8ebf683407a8f7f6df0bceeab93081810efefcd8e5d443
pyjwt_1.0.0-0ubuntu1.dsc 2.1 KiB 8abfe5c095487985b6e8cb2895a85cccfe383f6feb03625d21a3ec3a3c9b3e49

Available diffs

View changes file

Binary packages built by this source

python-jwt: No summary available for python-jwt in ubuntu wily.

No description available for python-jwt in ubuntu wily.

python3-jwt: Python 3 implementation of JSON Web Token

 PyJWT implements the JSON Web Token draft 01, a way of representing
 signed content using JSON data structures.
 .
 Supported algorithms for cryptographic signing:
 .
   * HS256 - HMAC using SHA-256 hash algorithm (default)
   * HS384 - HMAC using SHA-384 hash algorithm
   * HS512 - HMAC using SHA-512 hash algorithm
   * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
     algorithm
   * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
     algorithm
   * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
     algorithm
 .
 Supported reserved claim names:
   - "exp" (Expiration Time) Claim
 .
 This package contains the Python 3 version of the library.