Metadata-Version: 1.0
Name: langacore.kit.django
Version: 0.2.2
Summary: Various common Django-related routines.
Home-page: http://packages.python.org/langacore.kit.django/
Author: LangaCore, Lukasz Langa
Author-email: support@langacore.org, lukasz@langa.pl
License: GPL v3
Description: --------------------
        langacore.kit.django
        --------------------
        
        This library consists of various Django-related routines that extend or modify the behaviour of the framework. The notion of having a single kit of all things Django-related is that the authors believe these routines could successfully be a part of the actual Django distribution. To date the library is too early in the development state to seriously consider that as an option, hence it's available separately. Just as with `langacore.kit.common <http://packages.python.org/langacore.kit.common/>`_, each function, decorator or module herein is on its own too simple to dedicate an entire PyPI package for it. Together however, this tiny library represents a Swiss army knife for everyday Django needs (YMMV).
        
        The latest version can be installed via `PyPI <http://pypi.python.org/pypi/langacore.kit.django/>`_::
        
          $ pip install langacore.kit.django
          
        or::
        
          $ easy_install langacore.kit.django
        
        
        The `source code repository <http://github.com/LangaCore/kitdjango>`_ and `issue tracker <http://github.com/LangaCore/kitdjango/issues>`_ 
        are maintained on `GitHub <http://github.com/LangaCore/kitdjango>`_.
        
        **Note:**  Since 0.2.0 ``langacore.kit.django`` does require **Python 
        2.7** because one of the virtues in the creation of this library is to 
        make the code beautiful.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
