Metadata-Version: 1.1
Name: django-navigation
Version: 0.7.1
Summary: Extensible breadcrumbs navigation for Django.
Home-page: http://bitbucket.org/neithere/django-navigation/
Author: Andy Mikhailenko
Author-email: andy@neithere.net
License: GNU Lesser General Public License (LGPL), Version 3
Download-URL: http://bitbucket.org/neithere/django-navigation/src/
Description: Django Navigation is a breadcrumbs navigation application for Django Web
        Framework. Initially written by Andy Mikhailenko in 2008.
        See the file AUTHORS for a complete authors list of this application.
        
        Documentation:
        
            http://packages.python.org/django-navigation/
        
        Please feel free to submit patches, report bugs or request features:
        
            http://bitbucket.org/neithere/django-navigation/
        
        Django Navigation is free software; you can redistribute it and/or
        modify it under the terms of the GNU Lesser General Public License as
        published by the Free Software Foundation; either version 3 of the
        License, or (at your option) any later version.
        
        Django Navigation is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
        Lesser General Public License for more details.
        
        You should have received a copy of the GNU Lesser General Public
        License along with this program; see the file COPYING.LESSER. If not,
        see <http://www.gnu.org/licenses/>.
        
Keywords: django breadcrumbs navigation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Widget Sets
Requires: django (>= 1.0)
Provides: navigation
