python-ilorest 2.5.1+ds-1ubuntu1 source package in Ubuntu

Changelog

python-ilorest (2.5.1+ds-1ubuntu1) eoan; urgency=medium

  * d/control, d/rules: Drop Python 2 support.

 -- Corey Bryant <email address hidden>  Tue, 17 Sep 2019 16:27:42 +0200

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Eoan
Original maintainer:
tijuca
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ilorest_2.5.1+ds.orig.tar.gz 1.2 MiB b630a111ff75b13a1884eca18db820797ded17896c05978cabcb1886d2d43160
python-ilorest_2.5.1+ds-1ubuntu1.debian.tar.xz 3.0 KiB 8bf5468609e91b79477692c53bc4110e9dd0db6920833efa3b23595556756db7
python-ilorest_2.5.1+ds-1ubuntu1.dsc 2.3 KiB 741af01c1abd787aeb0c8996d1c0d9eb121332be861c03118719461a4f2c844f

View changes file

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.