Metadata-Version: 2.1
Name: wagtailmenus
Version: 3.0.2
Summary: An app to help you manage menus in your Wagtail projects more consistently.
Home-page: https://github.com/rkhleics/wagtailmenus/tree/stable/3.0.x
Author: Andy Babic
Author-email: ababic@rkh.co.uk
License: MIT
Download-URL: https://github.com/rkhleics/wagtailmenus/tarball/v3.0.2
Description: .. image:: https://travis-ci.org/rkhleics/wagtailmenus.svg?branch=master
            :alt: Build Status
            :target: https://travis-ci.org/rkhleics/wagtailmenus
        
        .. image:: https://img.shields.io/pypi/v/wagtailmenus.svg
            :alt: PyPi Version
            :target: https://pypi.python.org/pypi/wagtailmenus
        
        .. image:: https://codecov.io/gh/rkhleics/wagtailmenus/branch/master/graph/badge.svg
            :alt: Code coverage
            :target: https://codecov.io/gh/rkhleics/wagtailmenus
        
        .. image:: https://readthedocs.org/projects/wagtailmenus/badge/?version=stable
            :alt: Documentation Status
            :target: http://wagtailmenus.readthedocs.io/en/stable/?badge=stable
        
        
        ============
        wagtailmenus
        ============
        
        wagtailmenus is an extension for Torchbox's `Wagtail CMS <https://github.com/torchbox/wagtail>`_ to help you manage and render multi-level navigation and simple flat menus in a consistent, flexible way.
        
        The current version is tested for compatiblily with the following:
        
        - Wagtail versions 2.0 to 2.8
        - Django versions 1.11, 2.0, 2.2 and 3.0
        - Python versions 3.4 to 3.8
        
        .. image:: https://raw.githubusercontent.com/rkhleics/wagtailmenus/master/docs/source/_static/images/repeating-item.png
        
        What does it do?
        ================
        
        To find out more about what wagtailmenus does and why, check out the `Overview and key concepts <http://wagtailmenus.readthedocs.io/en/stable/overview.html>`_ section of the documentation.
        
        
        How do I use it?
        ================
        
        For everything you need to get up and running with wagtailmenus, `view the official documentation <http://wagtailmenus.readthedocs.io/>`_.
        
        
        How do I contribute?
        ====================
        
        Want to contribute to wagtailmenus? We'd be happy to have you! You should start by taking a look at our `Contributor guidelines <http://wagtailmenus.readthedocs.io/en/stable/contributing/index.html>`_
        
        We also welcome translations. Translations should be submitted through `Transifex <https://www.transifex.com/rkhleics/wagtailmenus/>`_.
        
Keywords: wagtail cms model utility
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Wagtail :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.4
Provides-Extra: deployment
Provides-Extra: docs
Provides-Extra: development
Provides-Extra: testing
