Metadata-Version: 1.1
Name: json-pipeline
Version: 0.1.4
Summary: Json processing pipeline tools
Home-page: https://github.com/kalessin/json-pipeline
Author: Martin Olveyra
Author-email: molveyra@gmail.com
License: BSD
Description: Tool for defining dict lists or jsonlines batch processing pipelines.
        
        See tests for usage on the first case. You can also process a jsonlines batch file using the command line tool.
        
        For running tests:
        
            > nosetest3 tests/test_transform.py
        
        Usage:
        
        ```
        python -m json_pipeline.transform
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
