Pypro is a simple tool for running python code organized in classes called recipes. It can be used to automate tedious tasks, provisioning systems and everything you want to automate.
It was designed as a simple tool to help easily provision new Vagrant machines for a web projects. After machine is ready you logon and run your recipes. The recipes installs all dependencies on your machine. Each project is checked out and configured in matter of minutes and you can start working on your tasks.
Warning
This project is not mature enough to be used in production environments. Please test it before using your important data with it.
Important
If you want to rewrite this documentation in better English please clone the dev branch https://github.com/avladev/pypro/tree/dev and post a pull request. For bug reports, feature requests and so on https://github.com/avladev/pypro/issues
Pypro comes as standard pypi package, so you can install it as any other package trough easy_install or pip. You also can download the latest version from the git repo at https://github.com/avladev/pypro and install it from the setup.py file provided.
Pypro is a simple tool but it relies on a couple of conventions that are better explained trough examples. There is an examples folder in the package which contains all required files and folders for the tutorials.