# -*- 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.5.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 05863bb1eb5475f2d5a5d01e458d2ba93614f134 \ sha256 9d8e928ae7fe43cd7d6d07a09654266ec1e4e15c3d0fd8411ae85d055eff6a0b \ size 455977 python.default_version 313 python.pep517_backend hatch 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 \ port:py${python.version}-uv-dynamic-versioning test.run yes python.test_framework test.cmd ${python.bin} test.pre_args -m ${name} test.args --help