Metadata-Version: 1.0
Name: django-kit
Version: 0.0.1
Summary: A set of useful helpers for my needs. Like django-annoying
Home-page: http://github.com/uruz/django-kit
Author: Alexey Boriskin
Author-email: sun.void@gmail.com
License: MIT
Description: ==========
        django-kit
        ==========
        :Info:A set of helpers for my own developer needs
        :Version: 0.0.1
        :Author: Alexey Boriskin (http://github.com/uruz)
        
        Features
        ========
        
        Installation
        ============
        Install from github: 
        	pip install -e git://github.com/uruz/django-kit.git#egg=django_kit
        	
        Then add an app to the list of installed app in your settings.py:
        	INSTALLED_APPS = (
        	...
        	'django_kit',
        	...
        	)
        	
        
Keywords: django
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
