Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ambitioninc/kmatch

A language for filtering, matching, and validating Python dictionaries
https://github.com/ambitioninc/kmatch

Last synced: about 2 months ago
JSON representation

A language for filtering, matching, and validating Python dictionaries

Awesome Lists containing this project

README

        

.. 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)