Fri, 28 Jun 2024 01:10:54 UTC | login

Information for build python-mitogen-0.2.6-2.fc31

ID92476
Package Namepython-mitogen
Version0.2.6
Release2.fc31
Epoch
SummaryDistributed self-replicating programs in Python
DescriptionMitogen is a Python library for writing distributed self-replicating programs. There is no requirement for installing packages, copying files around, writing shell snippets, upfront configuration, or providing any secondary link to a remote machine aside from an SSH connection. Due to its origins for use in managing potentially damaged infrastructure, the remote machine need not even have free disk space or a writeable filesystem. It is not intended as a generic RPC framework; the goal is to provide a robust and efficient low-level API on which tools like Salt, Ansible, or Fabric can be built, and while the API is quite friendly and comparable to Fabric, ultimately it is not intended for direct use by consumer software. The focus is to centralize and perfect the intricate dance required to run Python code safely and efficiently on a remote machine, while avoiding temporary files or large chunks of error-prone shell scripts, and supporting common privilege escalation techniques like sudo, potentially in combination with exotic connection methods such as WMI, telnet, or console-over-IPMI.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 03:18:47 UTC
CompletedWed, 24 Jul 2019 03:18:47 UTC
Tags
f31
RPMs
src
python-mitogen-0.2.6-2.fc31.src.rpm (info) (download)
noarch
python3-mitogen-0.2.6-2.fc31.noarch.rpm (info) (download)
Changelog * Thu May 02 2019 Carl George <carl@george.computer> - 0.2.6-2 - Improve patch0 * Tue Apr 16 2019 Carl George <carl@george.computer> - 0.2.6-1 - Latest upstream * Thu Feb 14 2019 Carl George <carl@george.computer> - 0.2.5-1 - Latest upstream * Tue Feb 12 2019 Carl George <carl@george.computer> - 0.2.4-1 - Initial package