Metadata-Version: 2.4
Name: kmatch
Version: 0.5.0
Summary: A language for matching/validating/filtering Python dictionaries
Home-page: https://github.com/ambitioninc/kmatch
Author: Wes Kendall
Author-email: opensource@ambition.com
License: MIT
Keywords: matching,dictionaries,filtering,validation
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

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

.. image:: https://coveralls.io/repos/ambitioninc/kmatch/badge.png?branch=develop
    :target: https://coveralls.io/r/ambitioninc/kmatch?branch=develop

.. image:: https://pypip.in/v/kmatch/badge.png
    :target: https://crate.io/packages/kmatch/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/kmatch/badge.png
    :target: https://crate.io/packages/kmatch/
    :alt: Number of PyPI downloads


kmatch
======

A language for matching/validating/filtering Python dictionaries

Installation
------------
To install the latest release, type::

    pip install kmatch

To install the latest code directly from source, type::

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

Documentation
-------------

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

License
-------
MIT License (see LICENSE)
