Metadata-Version: 1.0
Name: django-fancy-autocomplete
Version: 0.1a1
Summary: A simple AJAX autocomplete helper app for Django projects
Home-page: https://github.com/jeffkistler/django-fancy-autocomplete
Author: Jeff Kistler
Author-email: jeff@jeffkistler.com
License: BSD
Description: =========================
        Django Fancy Autocomplete
        =========================
        
        Django Fancy Autocomplete is a reusable app to add simple AJAX autocomplete
        views to Django_ projects. It allows users to define views in a simple
        declarative style similar to the default Django_ ``admin`` app.
        
        .. _Django: http://www.djangoproject.com/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
