Metadata-Version: 1.1
Name: kmatch
Version: 0.4.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
Description: .. 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)
        
Keywords: matching,dictionaries,filtering,validation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
