Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalessin/json-pipeline
- Owner: kalessin
- License: bsd-3-clause
- Created: 2019-01-29T15:25:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T16:14:36.000Z (almost 6 years ago)
- Last Synced: 2024-04-20T15:00:27.767Z (9 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```