Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kalessin/json-pipeline

Tool for defining dict lists or jsonlines batch processing pipelines
https://github.com/kalessin/json-pipeline

Last synced: about 1 month ago
JSON representation

Tool for defining dict lists or jsonlines batch processing pipelines

Awesome Lists containing this project

README

        

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
```