Source: fabric Section: net Priority: optional Maintainer: Debian Python Team Uploaders: Andrew Starr-Bochicchio Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, python3, python3-alabaster, python3-decorator , python3-invoke (>= 1.3.0~) , python3-nose , python3-paramiko, python3-setuptools, python3-sphinx, Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/python-team/packages/fabric.git Vcs-Browser: https://salsa.debian.org/python-team/packages/fabric Homepage: https://fabfile.org/ Package: fabric Architecture: all Depends: python3-fabric (>= ${source:Version}), python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Description: Simple Pythonic remote deployment tool Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' . It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications. . This package contains the binary executable and the documentation. Package: python3-fabric Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends}, python3-decorator, Description: Simple Pythonic remote deployment tool - standalone module Fabric is designed to upload files and run shell commands on a number of servers in parallel or serially. These commands are grouped in tasks (which are regular Python functions) and specified in a 'fabfile.' . It is similar to Capistrano, except it's implemented in Python and doesn't expect you to be deploying Rails applications. . This package contains the Python 3 modules.