Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ambitioninc/kmatch
A language for filtering, matching, and validating Python dictionaries
https://github.com/ambitioninc/kmatch
Last synced: 13 days ago
JSON representation
A language for filtering, matching, and validating Python dictionaries
- Host: GitHub
- URL: https://github.com/ambitioninc/kmatch
- Owner: ambitioninc
- License: mit
- Created: 2014-06-30T20:52:47.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-28T19:51:31.000Z (about 1 year ago)
- Last Synced: 2024-10-14T03:37:55.363Z (about 1 month ago)
- Language: Python
- Size: 77.1 KB
- Stars: 48
- Watchers: 16
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE
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 downloadskmatch
======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)