I'm wondering if it would make sense to have the p commands (pcreate, pserve, proutes, etc) be shipped outside of pyramid. I think it would be nice to improve these commands on shorter development cycles than Pyramid itself and benefit all previous releases.
I recently did a small cleanup of proutes that will be going out in 1.6 and ever since then I have been wanting to use it in my current projects (Pyramid 1.4 and Pyramid 1.5 depending on the project). I started tinkering with porting the current cli commands to a third part project, the example is here: https://github.com/sontek/pyramid_cli This allows you to do things like: pyramid <config uri> routes pyramid <config uri> tweens here are examples of Pyramid 1.5, Pyramid 1.6, and my current clean up in pyramid_cli: https://gist.github.com/sontek/304e0a3675cefcc52960 What do you people think of separating them out into a third party project? - sontek -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
