# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name pyinfra version 3.1 revision 0 homepage https://pyinfra.com description pyinfra automates infrastructure super fast at massive \ scale. long_description {*}${description} It can be used for ad-hoc command \ execution, service deployment, configuration management \ and more. Core design features include super fast \ execution over thousands of hosts with predictable \ performance, agentless execution against \ SSH/Docker/subprocess/winrm hosts, extendable with any \ Python package as configured & written in standard \ Python, and integrated with Docker, Vagrant/Mech & \ Ansible out of the box. categories sysutils python license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer supported_archs noarch platforms {darwin any} checksums rmd160 c9984d70a7a005d05c7177dc547f9fa32f39bbfd \ sha256 96fca7c54201ffe00e452b165662423f27cd2a3ae6c9f0272fb04c61c078dc06 \ size 197902 python.default_version 312 depends_run-append port:py${python.version}-click \ port:py${python.version}-configparser \ port:py${python.version}-dateutil \ port:py${python.version}-distro \ port:py${python.version}-gevent \ port:py${python.version}-jinja2 \ port:py${python.version}-packaging \ port:py${python.version}-paramiko \ port:py${python.version}-pywinrm \ port:py${python.version}-typeguard \ port:py${python.version}-yaml test.run yes python.test_framework test.cmd ${python.bin} test.pre_args -m ${name} test.args --help