Automate deployment of Python application from multiple VCS repositories

Damien Wyart damien.wyart at free.fr
Wed Apr 8 06:10:16 EDT 2015


* Ben Finney <ben+python at benfinney.id.au> in comp.lang.python:
> What tools are available to automate deployment of a Python
> application comprising many discrete modules, spread across different
> code bases in different VCS repositories?

Fabric might help but is more "low-level" than what you seem to look
for.
http://docs.fabfile.org/en/latest/tutorial.html

-- 
DW



More information about the Python-list mailing list