Deploy stuff by diff-ing the state you want against the remote server.
Project description
pyinfra automates service deployment. It does this by diff-ing the state of the server with the state defined in the deploy script. Deploys are asyncronous and highly performant. The inventory & deploy are managed with pure Python, allowing for near-infinite extendability.
Design Features
pyinfra was designed from day one to enable ops to deploy things in a consistent, debuggable and maintainable manner. Notable design decisions:
outputs shell commands and files to upload
two-step deploy that enables dry-runs
fail fast where possible (eg touching a directory)
-v means print out remote stdout & stderr in realtime
always print raw stderr on operation failure for instant debugging
uses pure, 100% Python for the inventory and deploy scripts
with operations/hooks to safely use Python mid-deploy
properly agentless - even Python isn’t required on the remote side (just a shell!)
Development
pyinfra is still under heavy development, and while the CLI/API should be considered fairly stable there’s no guarantee of no breaking changes until v1. There are a number of critical specifications to be properly fleshed out before the v1 release:
spec/docs for roles/sub-deploys
spec/docs for extension modules/facts
spec/docs for extension deploys
To develop pyinfra itself:
# Create a virtualenv
venv create pyinfra
# Install pyinfra in dev mode, with dev requirements
pip install -e .[dev]
Use nosetests or the bundled helper script to run tests. This helper script also counts coverage:
# Test everything (API, modules & facts)
scripts/test.sh
# Set individual bits
scripts/test.sh [api|modules|facts]
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
Built Distribution
File details
Details for the file pyinfra-0.3.dev1.tar.gz
.
File metadata
- Download URL: pyinfra-0.3.dev1.tar.gz
- Upload date:
- Size: 65.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 587f139b2c7c515c82a75d2ab657a567f9c47ff2bfdd8233d069dc4574e536e2 |
|
MD5 | 8826d642321910660e845df217932709 |
|
BLAKE2b-256 | 9b7727c8afba0c7cb44fc7b468ef0a52d947c459afcbd6013109287392d83f8a |
File details
Details for the file pyinfra-0.3.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: pyinfra-0.3.dev1-py2.py3-none-any.whl
- Upload date:
- Size: 93.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1b36956f6a2378a4cf4f8afe1360e6c31af62b82489f95e4e28f852da93eea2 |
|
MD5 | 1eaca19da5181b9b96bba9af7f3ce46d |
|
BLAKE2b-256 | fd65ceefe502955bae3180e5b8729ff1bfe680270520e727b78ecb78826e771f |