Metadata-Version: 2.1
Name: django_auto_url
Version: 0.0.3
Summary: Automagic urls for Django
Home-page: https://gitlab.com/thht_django/django_auto_url
Author: Thomas Hartmann
Author-email: thomas.hartmann@th-ht.de
License: GPLv3
Keywords: Django URL
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE

# django_auto_url
django_auto_url is a library for [Django](https://www.djangoproject.com/)
that:

1. automatically generates URLs / URLPatterns for views
2. provides functions and a templatetag to resolve views to URLs.

For detailed information, head to the [documentation](http://django-auto-url.readthedocs.io/). 
