Quickstart ========== Architecture ------------ Your working directory is structured according to the following structure : .. sourcecode:: bash root/ -- src/ -- conf/ -- lib/ -- plugin/ *src* source code. *conf* configuration files. *lib* libraries. *plugin* all the plugins. Started Application --------------------- .. _minimal-configuration_file: Minimal configuration file ------------------------- .. sourcecode:: python [project] name = Awesome Application author = alex url = http://google.fr description = A simple application