Skip to content

trubachoff/python-deployer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployer

Build Status Build Status

Framework for remote execution on Posix systems.

Important key features are:

  • Powerful interactive command line with autocompletion;
  • Interactive and fast parallel execution;
  • Reusability of your code (through inheritance);
  • Normally using SSH for remote execution, but pluggable for other execution methods.

It's more powerful than Fabric, but different from Saltstack. It's not meant to replace anything, it's another tool for your toolbox.

Documentation and tutorial

Documentation on readthedocs:

Authors

  • Jonathan Slenders (VikingCo, Mobile Vikings)
  • Jan Fabry (VikingCo, Mobile Vikings)

History

During the summer of 2011, when I was unsatisfied with some of the capabilities of Fabric, I (Jonathan) started the development of a new, interactive deployment system from scratch. The first successful deployments (of a Django project) were done only a few months later, but since then, all the code has been refactored quite a few times.

About

Library for automation of deployments through SSH.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Makefile 1.5%
  • Shell 1.5%