Metadata-Version: 1.1
Name: django-autocomplete-light
Version: 0.1
Summary: Simple alternative to django-ajax-selects
Home-page: https://github.com/yourlabs/django-autocomplete-light
Author: James Pic (based on concepts and some code of django-ajax-selects)
Author-email: jamespic@gmail.com
License: MIT
Description: This is a simple alternative to django-ajax-selects.
        
        Read the documentation on http://readthedocs.org/docs/django-autocomplete-light/en/latest/
        
        Status
        ------
        
        The API is pretty stable, and it does everything we want. It has nice
        documentation and design.
        
        So, it is time for 0.1 release.
        
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
Requires: django
