Over the past few months, I've created about a dozen packages for use
with pyramid and decided that I might as well start cobbling together
a reference micro-application for them
So far, I've begin integrating these 8 into an example application :
* gaq_hub - centrally manages google analytics
* htmlmeta_hub - centrally manages metadata for documents
* opengraph_writer - centrally manages facebook open graph metadata,
provides some simple validation and debugging
* facebook_utils - simplifies authenticated logins with facebook
* pyramid_subscribers_cookiexfer - helps manage setcookie on
redirects
* pyramid_formencode_classic - provides some formhandling routines
that I found useful under pyramid
* pyramid_subscribers_beaker_https_session - supports an ancillary
https only cookie/session
* insecure_but_secure_enough - cryptography that is good enough for
non-sensitive information , like an autologin
The application ExampleApp is available on this github
https://github.com/jvanasco/pyramid_packages_demo
It's incredibly rough , and lots of stuff has been duplicated. I
figured it would be better to just let this out sooner than in a
'perfect' state.
If you're stuck on handling forms or logging-in/registering via
facebook, this should help immensely.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.