Metadata-Version: 1.1
Name: django-simple-menu
Version: 1.0.8
Summary: Simple, yet powerful, code-based menus for Django applications
Home-page: https://github.com/fatbox/django-simple-menu
Author: Evan Borgstrom
Author-email: evan@fatbox.ca
License: UNKNOWN
Description: Simple Django Menus
        ===================
        
        .. image:: https://travis-ci.org/fatbox/django-simple-menu.png?branch=master
                   :target: https://travis-ci.org/fatbox/django-simple-menu
        
        .. image:: https://coveralls.io/repos/fatbox/django-simple-menu/badge.png
                   :target: https://coveralls.io/r/fatbox/django-simple-menu
        
        .. image:: https://pypip.in/v/django-simple-menu/badge.png
                   :target: https://crate.io/packages/django-simple-menu/
                   :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/django-simple-menu/badge.png
                   :target: https://crate.io/packages/django-simple-menu/
                   :alt: Number of PyPI downloads
        
        django-simple-menu is an entirely code based menu system, because, who
        really wants to define their menus in the django admin...
        
        It's simple to use yet provides enough flexibility to provide unlimited
        children menus, per-request generation and checking of menu items, badges,
        and more.
        
        It was built from scratch over the past 3 years as part of an internal
        system after we were not satisifed by all of the existing menu apps.
        
        Documentation
        -------------
        The documentation is located in the docs directory and can be viewed at:
        
        https://django-simple-menu.readthedocs.org
        
        Requirements
        ------------
        Django 1.3+
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
