Skip to content

Commit

Permalink
add python build tools section to similar.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
foobacca committed Sep 26, 2013
1 parent 6d30f21 commit d1c383e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/similar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,48 @@ https://github.com/winhamwr/neckbeard

AWS based deploy, including using local chef scripts to set up the server in the first place.

Python Build Tools
==================

Invoke
------

http://pyinvoke.org/

Being `split out of fabric`_ - looks promising.

Read more at http://thechangelog.com/pynt-versus-invoke/

And there is the start of a library of reusable tasks at https://github.com/pyinvoke/invocations

.. _`split out of fabric`: http://docs.fabfile.org/en/1.7/roadmap.html

Pynt
----

https://github.com/rags/pynt

Quite young, but showing promise.

python-doit
-----------

http://pydoit.org/

scons
-----

http://www.scons.org/

Focussed on building software

paver
-----

http://paver.github.io/

Tied to distutils

Other deployment frameworks
===========================

Expand Down

0 comments on commit d1c383e

Please sign in to comment.