File: control

package info (click to toggle)
python-ilorest 5.3.0.0a%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,236 kB
  • sloc: python: 10,670; makefile: 375; sh: 3
file content (59 lines) | stat: -rw-r--r-- 2,057 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
55
56
57
58
59
Source: python-ilorest
Section: python
Priority: optional
Maintainer: Carsten Schoenert <c.schoenert@t-online.de>
Uploaders:
 Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
# python3-certifi <!nocheck>,
 python3-jsonpatch <!nodoc>,
 python3-jsonpath-rw <!nodoc>,
 python3-setuptools,
# python3-urllib3 <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-sphinxcontrib.restbuilder <!nodoc>,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/tijuca/python-ilorest.git
Vcs-Browser: https://salsa.debian.org/tijuca/python-ilorest
Standards-Version: 4.7.0
Homepage: https://github.com/HewlettPackard/python-ilorest-library

Package: python-ilorest-doc
Section: doc
Architecture: all
Depends:
 python3-sphinx-rtd-theme,
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Documentation of RESTful API for HPE iLO and HPE Chassis Manager
 This package contains the Sphinx based documentation for the library
 python-ilorest.
 .
 It contains also the examples from upstream that explain the usage of the
 library with dedicated examples.

Package: python3-ilorest
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Conflicts:
 python3-redfish,
Description: RESTful API for HPE iLO and iLO Chassis Manager based HPE servers (Python3)
 HPE RESTful API for iLO is a RESTful application programming interface for the
 management of iLO and iLO Chassis Manager based HPE servers.
 .
 REST (Representational State Transfer) is a web based software architectural
 style consisting of a set of constraints that focuses on a system's resources.
 iLO REST library performs the basic HTTP operations GET, POST, PUT, PATCH and
 DELETE on resources using the HATEOAS (Hypermedia as the Engine of Application
 State) REST architecture. The API allows the clients to manage and interact
 with iLO through a fixed URL and several URIs.
 .
 This package contains the Python 3 version.