Package python3-module-mitogen: Information

    Source package: python3-module-mitogen
    Version: 0.2.9-alt1
    Build time:  Apr 3, 2020, 08:38 PM
    Report package bug
    License: BSD-3-Clause
    Summary: Distributed self-replicating programs in Python
    Description: 
    Mitogen 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.

    List of RPM packages built from this SRPM:
    python3-module-mitogen (noarch)

    Maintainer: Grigory Ustinov

    List of contributors:
    Grigory Ustinov

      1. python3-dev
      2. rpm-build-python3
      3. python3-module-setuptools
      4. python3-module-setuptools

    Last changed


    Nov. 13, 2019 Grigory Ustinov 0.2.9-alt1
    - Build new version 0.2.9.
    Aug. 29, 2019 Grigory Ustinov 0.2.8-alt1
    - Initial build for Sisyphus.