Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is no direct match. However, the closest you can get:</p> <ul> <li><a href="https://pypi.python.org/pypi/zc.buildout" rel="nofollow noreferrer">zc.buildout</a>: It can setup closed environments, download/handle dependencies, initialize scripts, etc. It also builds on plugins (or "recipes", as they call them). I used it a few years ago when it was in beta stages, probably it has evolved since then. There is learning curve, as with Maven, but it's also the most powerful.</li> </ul> <p>Other offerings are subsets of Maven/zc.buildout:</p> <ul> <li><a href="https://pypi.python.org/pypi/setuptools" rel="nofollow noreferrer">Setuptools</a>: package creation / installation</li> <li><a href="https://pypi.python.org/pypi/pip" rel="nofollow noreferrer">Pip</a>: dependency management</li> <li><a href="https://pypi.python.org/pypi/virtualenv" rel="nofollow noreferrer">Virtualenv</a> + <a href="http://pypi.python.org/pypi/virtualenvwrapper" rel="nofollow noreferrer">virtualenvwrapper</a>: Managing separate python environments (something you don't need with Java)</li> </ul> <p>You probably know Ant and shell scripting, so you could check also these Python tools:</p> <ul> <li><a href="http://docs.fabfile.org/" rel="nofollow noreferrer">Fabric</a> or <a href="http://paver.github.com/paver/" rel="nofollow noreferrer">Paver</a>: command-line task runners with added flavors. They wrap your traditional command-line execution in python, and allow to manage various tasks in a more powerful way (task dependencies, interpreting output, running commands in remote server, etc.). Basically nothing you couldn't do with shell scripting, but in python, it's much less cryptic.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload