Metadata-Version: 1.0
Name: langacore.kit.django
Version: 0.3.0
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:
        
         * extensions for ``settings.py`` (current directory resolution, namespace
           package support, settings profile support)
        
         * ``Choices``: an enum implementation for Django forms and models (with
           predefined classes for languages, countries, etc.)
        
         * typical filters, template tags, models, form fields, etc.
        
        Complete documentation for the package can be found here:
        
         http://packages.python.org/langacore.kit.django/
        
        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`` requires **Python 2.7** because
        it's using the ``absolute_imports``, ``division``, ``print_function`` and
        ``unicode_literals`` futures. One of the virtues in the creation of this library
        is to make the code beautiful. These switches give us a useful transitional
        state between the old Python 2.x and the new Python 3.x. You should use them as
        well.
        
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
