python-sitemap icon indicating copy to clipboard operation
python-sitemap copied to clipboard

Python library for parsing & generating sitemaps

Results 3 python-sitemap issues
Sort by recently updated
recently updated
newest added

add the generate_sitemapindex function which takes a list of dicts containing a 'loc' key and optionall a lastmod key (containing a datetime.date or datetime.datetime object) and creates a sitemapindex file.

This patch replaces the **init** of FixedOffset with a set method instead. This is so we can unpickle datetime objects using this tzinfo based class as a tzinfo= argument. you...

I am working on a project in witch i am willing to use this parser i have a problem runing some code you can see the picture ![capture](https://cloud.githubusercontent.com/assets/10587030/22859895/abe13eee-f0e4-11e6-93e4-971750e9a261.PNG)