{ "info": { "author": "hellysmile", "author_email": "hellysmile@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "================\ndjango-activeurl\n================\n\nEasy-to-use active URL highlighting for Django\n\n.. image:: https://img.shields.io/travis/hellysmile/django-activeurl.svg\n :target: https://travis-ci.org/hellysmile/django-activeurl\n\n.. image:: https://img.shields.io/codecov/c/github/hellysmile/django-activeurl.svg\n :target: https://codecov.io/gh/hellysmile/django-activeurl\n\n.. image:: https://img.shields.io/pypi/v/django_activeurl.svg\n :target: https://pypi.python.org/pypi/django-activeurl\n\nFeatures\n========\n\n* automatic highlighting of currently active ```` tags via CSS class\n* automatic highlighting of parent ```` tags for menus\n* removes boring / hardcoded stuff from your life!\n\n* href=\"#\" never causes highlighting for compatibility with techniques such as\n bootstrap nav.\n\nUsage\n=====\n\nAfter loading the template library via\n\n.. code-block:: html+django\n\n {% load activeurl %}\n\nthe following code snippet will be rendered like this if `request.full_path()` starts with `/some_page/`:\n\n.. code-block:: html+django\n\n {% activeurl %}\n \n {% endactiveurl %}\n\n**Note:**\nThe content of ``{% activeurl %}\u2026{% endactiveurl %}`` must have valid root tag (i.e.\n``