Metadata-Version: 1.1
Name: django-congo
Version: 2.1.1
Summary: Congo contains many useful tools for faster and more efficient Django application developing.
Home-page: https://github.com/integree/django-congo
Author: Integree Bussines Solutions
Author-email: dev@integree.eu
License: MIT License
Download-URL: https://pypi.python.org/packages/source/d/django-congo/django-congo-2.1.1.zip
Description: Congo
        =====
        
        .. image:: https://img.shields.io/pypi/pyversions/django-congo.svg
            :target: https://pypi.python.org/pypi/django-congo/
        
        .. image:: http://img.shields.io/pypi/v/django-congo.svg
            :target: https://pypi.python.org/pypi/django-congo/
        
        .. image:: https://img.shields.io/badge/django-1.7%20or%20newer-green.svg
            :target: https://pypi.python.org/pypi/django-congo/
        
        .. image:: https://img.shields.io/pypi/l/django-congo.svg
            :target: https://pypi.python.org/pypi/django-congo/
        
        .. image:: https://img.shields.io/pypi/dm/django-congo.svg
            :target: https://pypi.python.org/pypi/django-congo/
        
        Congo is a package for use with Django. It contains many useful tools for faster and more efficient Django application developing. The code is hosted on `Github <https://github.com/integree/django-congo>`_. 
        
        Requirements
        ------------
        
        django-congo requires Python 2.7 or Python 3.3 or newer and Django 1.7.
        
        Installation
        ------------
        
        To install django-congo, run the following command inside this directory::
        
            python setup.py install
            
        You can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on your system::
        
            python setup.py develop
        
        If you have the Python **easy_install** utility available, you can also type 
        the following to download and install in one step::
        
            easy_install django-congo
        
        Or if you're using **pip**::
        
            pip install django-congo
        
        To install django-congo from SVN directly::
        
            pip install -e svn+http://example.com/svn/congo/trunk#egg=congo
            
        or, if you need install from branch::
            
            pip install -e svn+http://example.com/svn/congo/branches/dev_0_2#egg=congo
        
        Or if you'd prefer you can simply place the included "congo" directory 
        somewhere on your python path or symlink to it from somewhere on your Python path.
        
        Authors
        -------
        
        The project implemented by `Integree Bussines Solutions <http://www.integree.eu>`_ from Warsaw, Poland
Keywords: django-congo congo django utils integree
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django :: 1.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
