Library for automating system deployments
Project description
The deployer is a Python framework for automatic application deployment on Posix systems, usually through SSH. When set up, it can be called as a library, but usually, people use it through an interactive command line.
Some key features are:
Interactive execution of remote commands, locally, they will appear in a pseudo terminal (created with openpty), so that even editors like Vim or Emacs works fine when you run them on the remote end.
Reusability of all deployment code is a key point. It’s as declarative as possible, but without loosing Python’s power to express everything as dynamic as you’d like to. Deployment code is hierarchically structured, with inheritance where possible.
Parallel execution is easy when enabled, while keeping interaction with these remote processes possible through pseudoterminals. Every process gets his own terminal, either a new xterm or gnome-terminal window, a tmux pane, or whatever you’d like to.
Logging of your deployments. New loggers are easily pluggable into the system.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file deployer-0.3.10.tar.gz
.
File metadata
- Download URL: deployer-0.3.10.tar.gz
- Upload date:
- Size: 103.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea481dda688424d67c0c03c7b1d05c88cd6be448a61db285b17ac6d81e0346ff |
|
MD5 | eff0aa7d833fab7f2793b8feb16667de |
|
BLAKE2b-256 | 6b7896e321825ea962b580ce2145474b4f10cc59faa45a1648a1f4f471daed67 |