{"id":23121118,"url":"https://github.com/jepemo/basic-pipeline","last_synced_at":"2025-10-05T00:34:26.177Z","repository":{"id":57421631,"uuid":"109510323","full_name":"jepemo/basic-pipeline","owner":"jepemo","description":"Minimal \u0026 Simple Pipeline Engine for Python","archived":false,"fork":false,"pushed_at":"2018-04-24T16:27:51.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T14:48:44.849Z","etag":null,"topics":["pipeline","python","python3","stream-processing","utility-function"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jepemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-04T16:18:07.000Z","updated_at":"2018-04-24T16:27:52.000Z","dependencies_parsed_at":"2022-09-07T08:10:24.199Z","dependency_job_id":null,"html_url":"https://github.com/jepemo/basic-pipeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jepemo%2Fbasic-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jepemo%2Fbasic-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jepemo%2Fbasic-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jepemo%2Fbasic-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jepemo","download_url":"https://codeload.github.com/jepemo/basic-pipeline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112763,"owners_count":20885606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pipeline","python","python3","stream-processing","utility-function"],"created_at":"2024-12-17T06:15:34.636Z","updated_at":"2025-10-05T00:34:21.150Z","avatar_url":"https://github.com/jepemo.png","language":"Python","readme":"# basic-pipeline\nbasic-pipeline (or *bpipe*) is a minimal \u0026amp; simple pipeline engine for Python\n\n[![Build Status](https://travis-ci.org/jepemo/basic-pipeline.svg?branch=master)](https://travis-ci.org/jepemo/basic-pipeline)\n\n- [Getting Started](#getting-started)\n  - [Examples](#examples)\n  - [Installation](#installation)\n  - [Tests](#tests)\n- [Tutorial](#tutorial)\n- [Reference](#reference)\n\n## Getting Started\n\n## Examples\n```python\nfrom bpipe import *\n\nfor r in echo(\"Hello World\") | map_to(lambda x: x.upper()):\n    print(r)\n\n# HELLO WORLD\n```\n\n### Installation\n\nJust install it with the pip client:\n\n```bash\npip install bpipe\n```\n\nOr from source code:\n\n```python\ngit clone https://github.com/jepemo/basic-pipeline\ncd basic-pipeline\npython3 -m venv venv\nsource venv/bin/activate\npip install -e .\n```\n\n### Tests\n```python\npython setup.py test\n```\n\n## [Tutorial](docs/tutorial.md)\n## [Reference](docs/reference.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjepemo%2Fbasic-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjepemo%2Fbasic-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjepemo%2Fbasic-pipeline/lists"}