django-kmatch - Django utilities for kmatch
The django-kmatch app provides various utilities around the Python kmatch library.
This app currently provides the following:
- A
KField
model field that allows the user to store a kmatch pattern and access it as aK
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)