Metadata-Version: 1.1
Name: django-fastsitemaps
Version: 0.2
Summary: Fast, streaming sitemaps for Django
Home-page: http://github.com/litchfield/django-fastsitemaps
Author: Simon Litchfield
Author-email: simon@s29.com.au
License: MIT License
Description: Drop-in replacement for django.contrib.sitemaps that gives you fast, streaming sitemaps that consume minimal memory (O^1 instead of O^n) and minimal server response time on huge data sets.
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
