File: control

package info (click to toggle)
joserfc 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: python: 8,023; makefile: 18
file content (35 lines) | stat: -rw-r--r-- 1,404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: joserfc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-cryptography <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/authlib/joserfc
Vcs-Browser: https://salsa.debian.org/python-team/packages/joserfc
Vcs-Git: https://salsa.debian.org/python-team/packages/joserfc.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-joserfc
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for JSON Object Signing and Encryption (JOSE)
 The library provides a comprehensive implementation of several essential JSON
 Object Signing and Encryption (JOSE) standards. It includes implementations of
 JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), JSON
 Web Algorithms (JWA), and JSON Web Token (JWT). The module follows various
 Request for Comments (RFCs) standards such as RFC7515, RFC7516, RFC7517,
 RFC7518, RFC7519, and others. Additionally, it supports draft RFC
 implementations like C20P, XC20P, and the Elliptic Curve Diffie-Hellman One-
 Pass Unified Model. The extensible API allows for advanced cryptographic
 operations and secure data transmission.