1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/py-mitogen/pkg-descr
Dave Cottlehuber b6502b88e8 sysutils/py-mitogen: new port for accelerating ansible
Reviewed by:	matthew, bcr
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D20434
2019-05-28 08:08:11 +00:00

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/