Metadata-Version: 1.0
Name: django-groove
Version: 0.1.1
Summary: Various utilities for Django projects.
Home-page: https://github.com/funkbit/django-groove
Author: Funkbit AS
Author-email: post@funkbit.no
License: BSD
Description: # Django Groove
        
        django-groove is a Django app shipping with various utilities, such as a 
        template context processor that adds the current Django Site object and a 
        utility method for sending HTML mail.
        
        This is an early draft and work in progress.
        
        
        ## Installation
        
        Install `django-groove` (available on PyPi):
        
        	pip install django-groove
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
