mirror of
https://opendev.org/x/pyghmi
synced 2026-06-20 10:30:52 +00:00
d4a4689f0ecd8465154393378b358c0060655fee
python interpreter exit is very chaotic with a daemon thread. Address this by making the worker thread non daemon, and hooking join() to do the exit instead. Do a particular dance to accomodate a caller that may replace python's library after we are imported by defining the class at the same time the threading library was originally referenced. Change-Id: I8ebd2d4e89b4e11e352e440775fd236599c024a0
This is a pure python implementation of IPMI protocol. pyghmicons and pyghmiutil are example scripts to show how one may incorporate this library into python code
Description
Languages
Python
99.7%
Go Template
0.2%
Shell
0.1%