Codebase list fabric / 0cfee79
De-duplicate short description in d/control Luca Boccassi 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4242 Depends: ${misc:Depends},
4343 ${python3:Depends},
4444 python3-decorator,
45 Description: Simple Pythonic remote deployment tool
45 Description: Simple Pythonic remote deployment tool - standalone module
4646 Fabric is designed to upload files and run shell commands on a number of
4747 servers in parallel or serially. These commands are grouped in tasks (which
4848 are regular Python functions) and specified in a 'fabfile.'