Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

feedformatter is a Python (2 & 3) library for generating news feeds in RSS and Atom formats.

License

Notifications You must be signed in to change notification settings

marianoguerra/feedformatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USAGE

See http://code.google.com/p/feedformatter/w/list for instructions.

REQUIREMENTS

Feedformatter requires some version of ElementTree.

There are two versions of ElementTree - the Python version and the C version. T he C version is faster, but feedformatter will happily work with either version. It chooses the fastes version available on your system.

Modern versions of Python have ElementTree in the standard library so feedformat ter should "just work".

If you have an older version of Python, you'll need to make sure ElementTree is installed in your site-libs directory. It's in PyPI so you can just use easy_in stall.

About

feedformatter is a Python (2 & 3) library for generating news feeds in RSS and Atom formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%