python-ilorest 5.0.0.0+ds-1 source package in Ubuntu

Changelog

python-ilorest (5.0.0.0+ds-1) unstable; urgency=medium

  * [28fb1d0] New upstream version 5.0.0.0+ds
  * [1a0b54b] d/control: Bump Standards-Version to 4.7.0
    + No further changes needed.

 -- Carsten Schoenert <email address hidden>  Sun, 21 Apr 2024 08:29:06 +0200

Upload details

Uploaded by:
tijuca
Uploaded to:
Sid
Original maintainer:
tijuca
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_5.0.0.0+ds-1.dsc 2.3 KiB c1726c127e8294aa4737d08984d9c8c6808e07214579bf868909bcf79cfd9465
python-ilorest_5.0.0.0+ds.orig.tar.gz 1.3 MiB d33da46c6243b9495917c686511d8174b30a6528b5d39144f0fb5da75bcfefc1
python-ilorest_5.0.0.0+ds-1.debian.tar.xz 11.0 KiB b0c705fccc62ffdf13099ec245c81fba4d95291ef2498fb80a0d706dd9fa444c

Available diffs

No changes file available.

Binary packages built by this source

python-ilorest-doc: 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.

python3-ilorest: 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.