I am looking for good python tool to automate several recurring tasks on localhost (Fabric doesn’t fit this requirement since it aims to automate deployment and tasks on remote machines).
E.g. I have to make some preparations (create directories, check access rights and so on) and after that I can run application server which I develop. Or I want to create a script which will create new virtual environment, install several packages (from specific requirements.txt file) and run few commands to produce ready to use env.
I’ve found great tool which fits my need. It is Paver