Metadata-Version: 1.1
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
Description: .. 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)
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
