django-kmatch

Django utilities for the kmatch library


Keywords
Django, kmatch, match, dictionary
License
MIT
Install
pip install django-kmatch==0.5.0

Documentation

https://travis-ci.org/ambitioninc/django-kmatch.png

django-kmatch - Django utilities for kmatch

The django-kmatch app provides various utilities around the Python kmatch library.

This app currently provides the following:

  1. A KField model field that allows the user to store a kmatch pattern and access it as a K object.

Installation

To install the latest release, type:

pip install django-kmatch

To install the latest code directly from source, type:

pip install git+git://github.com/ambitioninc/django-kmatch.git

Documentation

Full documentation is available at http://django-kmatch.readthedocs.org

License

MIT License (see LICENSE)