Source: python-cryptography
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jérémy Lal <kapouer@melix.org>,
 Andrey Rakhmatullin <wrar@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-cargo,
 dh-cargo-tools,
 dh-sequence-python3,
 cargo,
 libssl-dev,
 pkgconf,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-bcrypt <!nocheck>,
 python3-certifi (>= 2024) <!nocheck>,
 python3-cffi,
 python3-cryptography-vectors (<< 49.0.1~) <!nocheck>,
 python3-cryptography-vectors (>= 49.0.0~) <!nocheck>,
 python3-maturin (>= 1.9.4),
 python3-pretend <!nocheck>,
 python3-pytest (>= 7.4.0) <!nocheck>,
 python3-pytest-benchmark (>= 4.0) <!nocheck>,
 python3-setuptools,
Build-Depends-Indep:
 dh-sequence-sphinxdoc <!nodoc>,
 python3-doc <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinx-inline-tabs <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cryptography
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cryptography.git
Homepage: https://cryptography.io/
Testsuite: autopkgtest-pkg-pybuild
X-Style: black
XS-Vendored-Sources-Rust: asn1@0.24.1, asn1_derive@0.24.1, base64@0.22.1, bitflags@2.13.0, cc@1.2.64, cfg-if@1.0.4, find-msvc-tools@0.1.9, foreign-types-shared@0.1.1, foreign-types@0.3.2, heck@0.5.0, itoa@1.0.18, libc@0.2.186, once_cell@1.21.4, openssl-macros@0.1.1, openssl-sys@0.9.117, openssl@0.10.81, pem@3.0.6, pkg-config@0.3.33, portable-atomic@1.13.1, proc-macro2@1.0.106, pyo3-build-config@0.29.0, pyo3-ffi@0.29.0, pyo3-macros-backend@0.29.0, pyo3-macros@0.29.0, pyo3@0.29.0, quote@1.0.45, self_cell@1.2.2, shlex@2.0.1, syn@2.0.117, target-lexicon@0.13.5, unicode-ident@1.0.24

Package: python3-cryptography
Architecture: any
Depends:
 python3-bcrypt,
Suggests:
 python-cryptography-doc,
 python3-cryptography-vectors,
Description: Python library exposing cryptographic recipes and primitives
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.

Package: python-cryptography-doc
Architecture: all
Section: doc
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Python library exposing cryptographic recipes and primitives (documentation)
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the documentation for cryptography.
Build-Profiles: <!nodoc>
Multi-Arch: foreign
