File: control

package info (click to toggle)
python-openqa-client 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: python: 619; sh: 22; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-openqa-client
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all
Standards-Version: 4.6.1.0
Homepage: https://github.com/os-autoinst/openQA-python-client
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-openqa-client
Vcs-Git: https://salsa.debian.org/python-team/packages/python-openqa-client.git
Rules-Requires-Root: no

Package: python3-openqa-client
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python API to access openQA server
 This is a client for the openQA API, based on requests.
 The API always returns JSON responses; this client's
 request functions parse the response before returning it.