Metadata-Version: 1.1
Name: django-autocomplete-light
Version: 0.5
Summary: Simple alternative to django-ajax-selects
Home-page: http://django-autocomplete-light.rtfd.org
Author: James Pic
Author-email: jamespic@gmail.com
License: MIT
Description: .. image:: https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master
        
        This is a simple alternative to django-ajax-selects.
        
        Requirements
        ------------
        
        - Python 2.7
        - jQuery 1.7+
        - Django 1.4+ (at least for autocomplete_light.forms helpers)
        - django.contrib.staticfiles or you're on your own
        
        Resources
        ---------
        
        Documentation graciously hosted by RTFD:
        http://django-autocomplete-light.rtfd.org
        
        Continuous integration graciously hosted by Travis:
        http://travis-ci.org/yourlabs/django-autocomplete-light
        
        Git graciously hosted by GitHub:
        https://github.com/yourlabs/django-autocomplete-light/
        
        Package graciously hosted by PyPi:
        http://pypi.python.org/pypi/django-autocomplete-light/
        
        Support
        -------
        
        Mailing list graciously hosted by librelist:
        yourlabs @ librelist.com
        
        Demo
        ----
        
        See test_project/README
        
Keywords: django autocomplete
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
