Confirmed users
927
edits
Tarek.ziade (talk | contribs) |
Tarek.ziade (talk | contribs) No edit summary |
||
| Line 14: | Line 14: | ||
=== Phase 1 === | === Phase 1 === | ||
The first | The first phase consists of building Cornice, a framework on the top of Pylons geared towards writing web services. | ||
The generated app will be based on | Features: | ||
- simple declaration of web services | |||
- documentation of the APIs for free | |||
- XXX to be completed | |||
=== Phase 2 === | |||
In a second phase, Service Builder will be a simple command-line tool to generate a standard Python app via a wizard. | |||
The generated app will be based on Cornice and will provide the boiler plate code and files that we need to build, release, deploy the application. | |||
For the continuous integration aspect + DVCS, there will be no automated steps but what needs to be done after the app is generated, will be explained in detail: | For the continuous integration aspect + DVCS, there will be no automated steps but what needs to be done after the app is generated, will be explained in detail: | ||
| Line 29: | Line 40: | ||
* The tool generates a report with explanations for the next steps | * The tool generates a report with explanations for the next steps | ||
The expected result is a directory containing a Cornice-based app. | |||
The expected result is a directory containing | |||