Deploy stuff by diff-ing the state you want against the remote server.
Project description
pyinfra manages the state of one or more servers. It can be used for app/service deployment, config management and ad-hoc command execution. Deploys are asynchronous, highly performant and can target thousands of hosts in parallel. The inventory of servers and deploy state are written in Python, allowing for near-infinite extendability. pyinfra is available via the command line and as a Python API.
Design Features
pyinfra was designed to enable us to deploy things in a consistent, debuggable and maintainable manner. Notable design decisions:
- properly agentless - even Python isn’t required on the remote side (just a shell!)
- always print raw stderr on operation failure for instant debugging
- -v means print out remote stdout & stderr in realtime
- outputs shell commands and files to upload
- two-step deploy that enables dry-runs
- fail fast where possible (eg touching a directory)
- uses pure, 100% Python for the inventory and deploy scripts
- with operations/hooks to safely use Python mid-deploy
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
pyinfra-0.7.1.tar.gz
(93.7 kB
view hashes)
Built Distribution
pyinfra-0.7.1-py2.py3-none-any.whl
(116.6 kB
view hashes)
Close
Hashes for pyinfra-0.7.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2e0b4f74fadaab24162a1c4f232927e9e7f70782c2ae62c0046acf062e7b3eb |
|
MD5 | def7145821d47cc52612bc4ec67a82b4 |
|
BLAKE2-256 | 4c295639bbbdf423b59aed193d80292ed11c6ecf26a8d133b5c43143fbcfa3a5 |