File: control

package info (click to toggle)
python-h2 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 924 kB
  • ctags: 895
  • sloc: python: 7,853; makefile: 156
file content (32 lines) | stat: -rw-r--r-- 1,469 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
Source: python-h2
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools,
 python-pytest, python-hyperframe, python-hpack, python-enum34,
 python-hypothesis, python3-all, python3-setuptools, python3-pytest,
 python3-hypothesis, python3-hyperframe, python3-hpack
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/h2
Vcs-Git: git://anonscm.debian.org/collab-maint/python-h2.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/python-h2.git

Package: python-h2
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Pure-Python HTTP/2 State-Machine based protocol implementation in python
 This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
 stack. It’s written from the ground up to be embeddable in whatever
 program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.

Package: python3-h2
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Pure-Python3 HTTP/2 State-Machine based protocol implementation in python
 This module contains a pure-Python HTTP/2 of a HTTP/2 protocol
 stack. It’s written from the ground up to be embeddable in whatever
 program you choose to use, ensuring that you can speak HTTP/2
 regardless of your programming paradigm.
 .
 This is the Python 3 version of the package.