File: control

package info (click to toggle)
python-redfish 3.2.7-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 404 kB
  • sloc: python: 2,883; sh: 17; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,684 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
Source: python-redfish
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-jsonpatch <!nocheck>,
 python3-jsonpath-rw <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-unixsocket <!nocheck>,
 python3-requests-toolbelt <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/DMTF/python-redfish-library
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-redfish
Vcs-Git: https://salsa.debian.org/python-team/packages/python-redfish.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-redfish
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Conflicts:
 python3-ilorest,
Recommends:
 ${python3:Recommends},
Suggests:
 ${python3:Suggests},
Description: Redfish Python Library (Python 3)
 The Python Redfish library is the platform on which the Redfish tool
 was built on. It's main purpose is to simplify the communication
 to any RESTful API.
 .
 REST (Representational State Transfer) is a web based software
 architectural style consisting a set of constraints that focus
 on a system's resource. Redfish library performs the basic HTTP
 operations GET, POST, PUT, PATCH and DELETE on resources using the
 HATEOS (Hypermedia as the Engine of Application) REST architecture.
 Most API's allow the clients to manage and interact with a fixed URL
 and several URIs. Go to the API overview section for more details.