File: control

package info (click to toggle)
aiocoap 0.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,756 kB
  • sloc: python: 16,846; makefile: 23; sh: 9
file content (54 lines) | stat: -rw-r--r-- 1,699 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: aiocoap
Section: python
Priority: optional
Maintainer: Mazen Neifer <mazen@debian.org>
Build-Depends: debhelper (>= 11),
 dh-python,
 openssl,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-argparse,
 help2man,
Standards-Version: 4.7.2
Homepage: https://github.com/chrysn/aiocoap
Vcs-Git: https://salsa.debian.org/debian/aiocoap.git
Vcs-Browser: https://salsa.debian.org/debian/aiocoap

Package: python3-aiocoap
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends:
 python3-cryptography,
 python3-cbor2,
 python3-filelock,
 python3-pygments,
 python3-websockets (>= 13),
Suggests:
 python-aiocoap-doc,
 tinydtls,
Description: Python implementation of CoAP
 The aiocoap package is a Python implementation of CoAP, the Constrained
 Application Protocol (RFC 7252, more info at http://coap.technology/).
 .
 It uses the asyncio module introduced in Python 3.4 to facilitate concurrent
 operations while maintaining a simple to use interface and not depending on
 anything outside the standard library.

Package: python-aiocoap-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python3-aiocoap
Description: Python implementation of CoAP (doc)
 The aiocoap package is a Python implementation of CoAP, the Constrained
 Application Protocol (RFC 7252, more info at http://coap.technology/).
 .
 It uses the asyncio module introduced in Python 3.4 to facilitate concurrent
 operations while maintaining a simple to use interface and not depending on
 anything outside the standard library.
 .
 This package contains API documentation and examples.