Metadata-Version: 2.1
Name: django-redis-autocompleter
Version: 1.0.2
Summary: A redis-backed autocompleter for Django projects.
Author-email: Ara Anjargolian <ara818@gmail.com>, Kevin Fox <kevin_fox@me.com>
Project-URL: Homepage, https://github.com/ycharts/django-autocompleter
Project-URL: Bug Tracker, https://github.com/ycharts/django-autocompleter/issues
Keywords: autocompleter,django
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Python: >=3.7
Description-Content-Type: text/markdown

&nbsp;
![PyPI](https://img.shields.io/pypi/v/django-redis-autocompleter)
[![Test Suite](https://github.com/ycharts/django-autocompleter/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/ycharts/django-autocompleter/actions/workflows/main.yml)
[![Coverage Status](https://coveralls.io/repos/github/ycharts/django-autocompleter/badge.svg?branch=master)](https://coveralls.io/github/ycharts/django-autocompleter?branch=master)

django-redis-autocompleter is a redis-backed autocompleter for Django. It provides, fast, seamless autocompletion for
Django models with a minimum of effort.

## Contributors ✨

Thanks goes to these wonderful people.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
    <td align="center"><img src="https://avatars.githubusercontent.com/u/83293?v=4" width="100px;" alt="Ara Anjargolian"/><br /><sub><b>Ara Anjargolian</b></sub></td>
    <td align="center"><img src="https://avatars.githubusercontent.com/u/2000316?v=4" width="100px;" alt="Kevin Fox"/><br /><sub><b>Kevin Fox</b></sub></td>
    <td align="center"><img src="https://avatars.githubusercontent.com/u/3022071?v=4" width="100px;" alt="Tom Jakeway"/><br /><sub><b>Tom Jakeway</b></sub></td>
  </tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
