File: control

package info (click to toggle)
python-ipmi 0.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,132 kB
  • sloc: python: 12,645; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,674 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
Source: python-ipmi
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-markdown,
               python3-pytest,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/kontron/python-ipmi
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ipmi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ipmi.git

Package: python3-pyipmi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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)