Metadata-Version: 1.1
Name: django-simple-menu2
Version: 2.0.7
Summary: Simple, yet powerful, code-based menus for Django applications
Home-page: https://github.com/trbs/django-simple-menu
Author: Evan Borgstrom
Author-email: evan@fatbox.ca
License: UNKNOWN
Description: Simple Django Menus 2
        =====================
        
        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.
        
        Fork
        ----
        
        This is the fork of the original project. Mainly because the original
        project is broken for pip requirements.txt using projects. Hopefully
        we can put this fork to rest as soon as possible ;-)
        
        Patches from:
        
         - boekooi https://github.com/fatbox/django-simple-menu/pull/14
         - diegotoral https://github.com/fatbox/django-simple-menu/pull/13
         - tomleo https://github.com/fatbox/django-simple-menu/pull/12
        
        
        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
