Metadata-Version: 1.1
Name: django-breadcrumbs
Version: 1.1.3
Summary: Easy to use generic breadcrumbs system for Django framework.
Home-page: http://github.com/chronossc/django-breadcrumbs
Author: Felipe 'chronos' Prenholato
Author-email: philipe.rp@gmail.com
License: NEW BSD LICENSE: http://www.opensource.org/licenses/bsd-license.php
Description: *django-breadcrumbs* is a breadcrumb system to Django framework that allow you to add custom breadcrumbs for simple views, generic views and support Django FlatPages app. It works as a pluggable middleware that add a breadcrumbs callable/iterable in your request object, allowing you to set  breadcrumbs (one or more) in each view accepting objects, lists or tuples added from request.breadcrumbs and is iterable, easy to use in templates providing a object with name and url attributes.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
