mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b6502b88e8
Reviewed by: matthew, bcr Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20434
13 lines
580 B
Plaintext
13 lines
580 B
Plaintext
Python library for writing distributed, self-replicating programs. Its
|
|
main feature is a pythonic "remote fork", enabling your program to
|
|
bootstrap and communicate with remote copies of itself, requiring only
|
|
an existing installed python, and a suitable ssh client.
|
|
|
|
Mitogen also includes a highly efficient re-implementation of Ansible's
|
|
RPC layer, providing a staggering and massive speed-up compared to stock
|
|
ansible. Installation is trivial, and the results are impressive.
|
|
|
|
https://mitogen.networkgenomics.com/ansible_detailed.html
|
|
|
|
WWW: https://mitogen.networkgenomics.com/
|