Metadata-Version: 2.1
Name: django-awl
Version: 1.8.0
Summary: Miscellaneous django tools
Home-page: https://github.com/cltrudeau/django-awl
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Keywords: django,state machine
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

django-awl
**********

Yet another catch-all of tools for django.  Includes utilities for admin,
context processors, CSS colours, view and model mixins, template tags and
unit testing.


Installation
============

.. code-block:: bash

    $ pip install django-awl

Supports
========

django-awl has been tested with:

* Django 3.2 using Python 3.7, 3.8, 3.9, 3.10
* Django 4.0 using Python 3.8, 3.9, 3.10
* Django 4.1 using Python 3.8, 3.9, 3.10, 3.11


Docs & Source
=============

Docs: http://django-awl.readthedocs.io/en/latest/

Source: https://github.com/cltrudeau/django-awl
