https://github.com/deepfield/builder
A framework for building batch processing pipelines
https://github.com/deepfield/builder
Last synced: 6 months ago
JSON representation
A framework for building batch processing pipelines
- Host: GitHub
- URL: https://github.com/deepfield/builder
- Owner: deepfield
- License: other
- Created: 2015-05-27T18:38:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-29T20:52:27.000Z (almost 11 years ago)
- Last Synced: 2026-01-04T06:18:08.839Z (6 months ago)
- Language: Python
- Size: 1.17 MB
- Stars: 2
- Watchers: 63
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# builder
A framework for building batch processing pipelines
___builder is presently an alpha version! It is not yet ready for widespread production use.___
# Getting builder
builder can be installed both via pip and conda:
```
pip install builder
```
```
conda install builder
```