File: control

package info (click to toggle)
sphinxcontrib-httpdomain 1.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: python: 1,274; makefile: 241
file content (29 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (3)
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
Source: sphinxcontrib-httpdomain
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/sphinxcontrib-httpdomain
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/sphinxcontrib-httpdomain.git
Homepage: http://pythonhosted.org/sphinxcontrib-httpdomain/

Package: python3-sphinxcontrib.httpdomain
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Sphinx domain for HTTP APIs - Python 3.x
 This contrib extension, sphinxcontrib.httpdomain provides a Sphinx domain for
 describing RESTful HTTP APIs. It generates RESTful HTTP API reference
 documentation from a Flask application’s routing table, similar to
 sphinx.ext.autodoc.
 .
 This package provides the Python 3.x module.