[sqlalchemy] Re: SQLAlchemy based syndication feed framework?

2009-03-11 Thread Noah Gift
On Thu, Mar 12, 2009 at 11:25 AM, Noah Gift noah.g...@gmail.com wrote:

 Does anyone on this list know of a simple WSGI compatible, SQLAlchemy based
 feed framework, like the one offered with Django:
 http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=olddocs

 To answer my own question, I found this:

http://www.dalkescientific.com/Python/PyRSS2Gen.html

Which looks fairly easy to combine with SQLAlchemy + something like this:
http://pypi.python.org/pypi/urlrelay/0.6

Hmm, maybe I will make this into a library.



 --
 Cheers,

 Noah




-- 
Cheers,

Noah

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SQLAlchemy based syndication feed framework?

2009-03-11 Thread Walter Cruz
webhelpers, from Pylons, has a handy rss generator.

I use it with SQLAlchemy, works fine.

On Wed, Mar 11, 2009 at 8:00 PM, Noah Gift noah.g...@gmail.com wrote:



 On Thu, Mar 12, 2009 at 11:25 AM, Noah Gift noah.g...@gmail.com wrote:

 Does anyone on this list know of a simple WSGI compatible, SQLAlchemy
 based feed framework, like the one offered with Django:
 http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=olddocs

 To answer my own question, I found this:

 http://www.dalkescientific.com/Python/PyRSS2Gen.html

 Which looks fairly easy to combine with SQLAlchemy + something like this:
 http://pypi.python.org/pypi/urlrelay/0.6

 Hmm, maybe I will make this into a library.



 --
 Cheers,

 Noah




 --
 Cheers,

 Noah

 



-- 
[]'
- Walter
waltercruz.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: SQLAlchemy based syndication feed framework?

2009-03-11 Thread Noah Gift
-- Forwarded message --
From: Walter Cruz walter@gmail.com
Date: Thu, Mar 12, 2009 at 12:19 PM
Subject: [sqlalchemy] Re: SQLAlchemy based syndication feed framework?
To: sqlalchemy@googlegroups.com


webhelpers, from Pylons, has a handy rss generator.

I use it with SQLAlchemy, works fine.


Hmm, this app will talk to a few other Pylons apps at some point, so I will
have a look, thanks for the tip!




On Wed, Mar 11, 2009 at 8:00 PM, Noah Gift noah.g...@gmail.com wrote:



 On Thu, Mar 12, 2009 at 11:25 AM, Noah Gift noah.g...@gmail.com wrote:

 Does anyone on this list know of a simple WSGI compatible, SQLAlchemy
 based feed framework, like the one offered with Django:
 http://docs.djangoproject.com/en/dev/ref/contrib/syndication/?from=olddocs

 To answer my own question, I found this:

 http://www.dalkescientific.com/Python/PyRSS2Gen.html

 Which looks fairly easy to combine with SQLAlchemy + something like this:
 http://pypi.python.org/pypi/urlrelay/0.6

 Hmm, maybe I will make this into a library.



 --
 Cheers,

 Noah




 --
 Cheers,

 Noah





-- 
[]'
- Walter
waltercruz.com





-- 
Cheers,

Noah

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---