Metadata-Version: 1.1
Name: wishbone-flow-jsonvalidate
Version: 1.0.0
Summary: A Wishbone flow module to validate JSON data against JSON-schema.
Home-page: https://github.com/smetj/wishbone-flow-jsonvalidate
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-flow-jsonvalidate/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            ==========================
            wishbone.flow.jsonvalidate
            ==========================
        
            Version: 1.0.0
        
            Validates JSON data against JSON-schema.
            ----------------------------------------
        
        
                Validates the a Python dictionary (converted from a JSON string) against a
                predefined JSONschema. http://json-schema.org/
        
                The defined schema has to be valid JSON data.
        
                Events which do not pass validation are send to the default <failed> queue.
        
                Parameters:
        
                    - schema(str)(None)
                       |  The filename of the JSON validation schema to load.  When no
                       |  schema is defined no validation is done.
        
        
                Queues:
        
                    - inbox
                       |  Incoming messages
        
                    - outbox
                       |  Outgoing messges
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
