Metadata-Version: 2.0
Name: django-kmatch
Version: 0.2
Summary: Django utilities for the kmatch library
Home-page: https://github.com/ambitioninc/django-kmatch
Author: Wes Kendall
Author-email: opensource@ambition.com
License: MIT
Keywords: Django,kmatch,match,dictionary
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Dist: jsonfield (>=0.9.20)
Requires-Dist: Django (>=1.6)
Requires-Dist: kmatch (>=0.1.1)

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


django-kmatch - Django utilities for kmatch
===========================================

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

.. _Python kmatch library: https://github.com/ambitioninc/kmatch

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)

