Metadata-Version: 1.0
Name: django-utils2
Version: 1.5.1
Summary: Django Utils is a module with some convenient utilities not included with the standard Django install
Home-page: https://github.com/WoLpH/django-utils
Author: Rick van Hattem
Author-email: Rick.van.Hattem@Fawo.nl
License: BSD
Description: Introduction
        ============
        
        Travis status:
        
        .. image:: https://travis-ci.org/WoLpH/django-utils.png?branch=master
          :target: https://travis-ci.org/WoLpH/django-utils
        
        Coverage:
        
        .. image:: https://coveralls.io/repos/WoLpH/django-utils/badge.png?branch=master
          :target: https://coveralls.io/r/WoLpH/django-utils?branch=master
        
        Django Utils is a collection of small Django helper functions and
        classes which make common patterns shorter and easier. It is by no means a
        complete collection but it has served me quite a bit in the past and I will
        keep extending it.
        
        The library depends on the Python Utils library.
        
        Documentation is available at: http://django-utils2.readthedocs.org/en/latest/
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
