Hi.

I'm using Pyramid in my development process about 1.5 years. I've started 
from the ground and now my site (it's network of sites actually) become 
relatively 
big. Pyramid was my first python web framework, my first serious python 
project and as documentation promised, Pyramid grown with me:
from one file app to views across multiple modules. What can I say? I like 
Pyramid.

But now I started to notice that for many small tasks I need to look for 
solution across internet or write my own solution. Last example: 
Pagination. Pyramid doesn't have a module for this.
Next example: I have to implement sitemap and ended up with writing my own 
solution. RSS/Atom feed generation? Managing uploaded files? I miss all of 
this in Pyramid.

I understand that core of the framework should be small - it's by spirit of 
the Pyramid, because it can be used not only for general-purpose web sites 
like my site. But in the same time I think
it would be great to have organized list of extensions, batteries for 
pyramid. I saw some of them in github repo but they are very uncoordinated. 
Take a look
at the Flask extensions: http://flask.pocoo.org/extensions/ - I want to see 
something like this for Pyramid. I want to open the page and find the 
solution for pagination. If there is no such module,
I can contribute my module. At now there is no such page and I'm not sure 
where can I put my code and even if I put it somewhere, how people will 
know about it?

What do you think, community? Once again: I suggest to create central 
extensions hub and contribution rules.

-- 
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.

Reply via email to