Metadata-Version: 1.1
Name: django-urlographer
Version: 0.1
Summary: URL mapper for django
Home-page: https://github.com/ConsumerAffairs/django-urlographer
Author: Josh Mize
Author-email: jmize@consumeraffairs.com
License: Apache License 2.0
Description: django-urlographer
        ==================
        
        A URL mapper for the django web framework
        
        Features:
        
        * supplements the django url resolution
        * database + cache driven
        * automatic caching and cache invalidation on save
        * permanent and temporary redirects
        * map url to arbitrary status code
        * url canonicalization
            * lowercase
            * ascii
            * eliminate relative paths
            * extra slashes
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
