File: control

package info (click to toggle)
python-x3dh 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: python: 1,303; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 1,266 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
36
37
38
Source: python-x3dh
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
	dh-python,
	pybuild-plugin-pyproject,
	python3-all,
	python3-cryptography,
	python3-nacl,
	python3-pydantic (>= 2~),
	python3-pytest,
	python3-pytest-asyncio,
	python3-setuptools,
	python3-typing-extensions,
	python3-xeddsa (>= 1~),
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/Syndace/python-x3dh
Vcs-Git: https://salsa.debian.org/python-team/packages/python-x3dh.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-x3dh
Testsuite: autopkgtest-pkg-pybuild

Package: python3-x3dh
Architecture: all
Depends: python3-nacl,
	${misc:Depends},
	${python3:Depends},
Description: Python 3 implementation of the X3DH key agreement protocol
 This Python library offers an implementation of the Extended Triple
 Diffie-Hellman key agreement protocol (X3DH) as specified here.
 .
 The goal is to provide a configurable and independent implementation of
 the protocol, while keeping the structure close to the specification.
 .
 This library was developed as part of python-omemo, a pretty cool
 end-to-end encryption protocol.