python-ipmi 0.4.2-3 source package in Ubuntu

Changelog

python-ipmi (0.4.2-3) unstable; urgency=medium

  * Update standards version to 4.5.1, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:50:39 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ipmi_0.4.2-3.dsc 2.1 KiB c969c8f7812a91d640731f9eb3ffcadc6e674a8a0b2b67f111b165bee441aec1
python-ipmi_0.4.2.orig.tar.gz 75.2 KiB 36de6e2fd31056cc3ab9ecfa68b50d744674ca3bba6b6aa6fded31e10c73d406
python-ipmi_0.4.2-3.debian.tar.xz 7.4 KiB 6bba0d66529dbd10b5d75b10b817d969586326fed82ff3e46135834853621301

Available diffs

No changes file available.

Binary packages built by this source

python3-pyipmi: Pure Python IPMI library

 The Intelligent Platform Management Interface (IPMI) is a set of computer
 interface specifications for an autonomous computer subsystem that provides
 management and monitoring capabilities independently of the host system’s CPU,
 firmware (BIOS or UEFI) and operating system. The python-ipmi library provides
 an application programming interface (API) for using IPMI protocol within the
 Python environment. This library supports IPMI version 2.0 as described in the
 IPMI standard.
 .
 There are two ways to communicate with a server using IPMI interface:
  1. IPMI over Local Area Network (LAN) using Remote Management Control
     Protocol (RMCP) packet datagrams
  2. Intelligent Platform Management Bus (IPMB) is an I2C-based bus
 .
 Features:
 .
  * native RMCP interface (using Python libraries only)
  * legacy RMCP interface (requires ipmitool to be installed)
  * IPMB interface (using the Total Phase Aardvark)