Metadata-Version: 1.1
Name: django-autocomplete-light
Version: 1.0.0
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
        ---------
        
        You could subscribe to the mailing list ask questions or just be informed of
        package updates.
        
        - `Video demo graciously hosted
          <http://www.youtube.com/watch?v=60-3NoEDHNY>`_ by `Youtube
          <http://youtube.com>`_,
        - `Mailing list graciously hosted
          <http://groups.google.com/group/yourlabs>`_ by `Google
          <http://groups.google.com>`_
        - `Git graciously hosted
          <https://github.com/yourlabs/django-autocomplete-light/>`_ by `GitHub
          <http://github.com>`_,
        - `Documentation graciously hosted
          <http://django-autocomplete-light.rtfd.org>`_ by `RTFD
          <http://rtfd.org>`_,
        - `Package graciously hosted
          <http://pypi.python.org/pypi/django-autocomplete-light/>`_ by `PyPi
          <http://pypi.python.org/pypi>`_,
        - `Continuous integration graciously hosted
          <http://travis-ci.org/yourlabs/django-autocomplete-light>`_ by `Travis-ci
          <http://travis-ci.org>`_
        
        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
