{"id":15628976,"url":"https://github.com/pwwang/pipen-cli-init","last_synced_at":"2026-04-02T14:49:31.298Z","repository":{"id":60032811,"uuid":"407992034","full_name":"pwwang/pipen-cli-init","owner":"pwwang","description":"A pipen CLI plugin to create a pipen project (pipeline)","archived":false,"fork":false,"pushed_at":"2026-03-27T04:28:17.000Z","size":350,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T16:53:26.943Z","etag":null,"topics":["cli","pipeline"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwwang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-18T23:52:59.000Z","updated_at":"2026-03-27T04:27:11.000Z","dependencies_parsed_at":"2024-10-20T06:30:23.072Z","dependency_job_id":"592bcbb6-5821-4302-9377-343407427dc7","html_url":"https://github.com/pwwang/pipen-cli-init","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/pwwang/pipen-cli-init","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpipen-cli-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpipen-cli-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpipen-cli-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpipen-cli-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwwang","download_url":"https://codeload.github.com/pwwang/pipen-cli-init/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwwang%2Fpipen-cli-init/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","pipeline"],"created_at":"2024-10-03T10:25:10.977Z","updated_at":"2026-04-02T14:49:31.280Z","avatar_url":"https://github.com/pwwang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipen-cli-init\n\nA [`pipen`][1] cli plugin to create a pipen project (pipeline)\n\n## Installation\n\n```shell\npip install -U pipen-cli-init\n```\n\n## Enablig/Disabling the plugin\n\nInstalling this plugin will enable it, and uninstalling will disable it.\n\n## Usage\n\n```shell\n❯ pipen init --help\nUsage: pipen init [-h] [dir]\n\nInitialize a pipen project (pipeline)\n\nOptional Arguments:\n  -h, --help  show help message and exit\n\nPositional Arguments:\n  dir         The directory to create the project in [default: ./]\n```\n\n## Example\n\n```shell\n\u003e cd example-pipeline/\n\u003e pipen init\n\u003e # answer the questions\n\u003e # after the project is created, install the dependencies\n\u003e poetry install\n\u003e # run the pipeline\n\u003e poetry run python -m \u003cpipeline_name\u003e\n\u003e # or if you choose console_script to be True\n\u003e poetry run \u003cpipeline_name\u003e\n```\n\nIf you want to publish the pipeline:\n\n```shell\npoetry publish --build\n```\n\nThen you can install it and run the pipeline globally:\n\n```shell\n\u003e python -m \u003cpipeline_name\u003e\n\u003e # or if you choose console_script to be True\n\u003e \u003cpipeline_name\u003e\n```\n\n[1]: https://github.com/pwwang/pipen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwwang%2Fpipen-cli-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwwang%2Fpipen-cli-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwwang%2Fpipen-cli-init/lists"}