Maven for ubuntu & python?

Asked by wensveen

I read about this project on the Ubuntu 9.10 technical overview. This looks very promising.

Just for my understanding, is quickly for ubuntu / python like what maven is for java?
Except maybe the dependency management, but the templating (archetypes in mvn) does look alike. Also in common: simple commands to build and distribute, plugins to integrate other languages.

Best regards,
Mattthijs

Question information

Language:
English Edit question
Status:
Solved
For:
Quickly Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Roche-Tolomelli
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Roche-Tolomelli (didrocks) said :
#1

Hey Matthijs,

You're both right and wrong :)
Quickly is not binded to a specific project or language.
Quickly have a core that can use templates. The only existing template as of today is ubuntu-project template which is devoted to build application on Ubuntu using python with Ubuntu advised development tools.

But you can create template for everything, like for java application, shell, LaTeX document, and so on...

I guess you can be interested in some added explanation in this blog post suit: http://blog.didrocks.fr/index.php/post/Build-your-application-quickly-with-Quickly%3A-part1

Revision history for this message
wensveen (wensveen) said :
#2

Thanks! Also for the interesting blog articles.
BTW, maven is not entirely bound to java per se. There are plugins for compiling C, C# and other languages as well, but it is most commonly used for java.