{"id":21206517,"url":"https://github.com/fluentci-io/rye-plugin","last_synced_at":"2026-01-08T16:31:46.732Z","repository":{"id":235227452,"uuid":"785780867","full_name":"fluentci-io/rye-plugin","owner":"fluentci-io","description":"Set up your CI/CD Pipeline with a specific version of rye","archived":false,"fork":false,"pushed_at":"2024-07-25T17:07:39.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T01:02:46.928Z","etag":null,"topics":["continuous-delivery","continuous-integration","plugin","python","rust","rye","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentci-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-12T15:57:52.000Z","updated_at":"2024-10-13T16:33:09.000Z","dependencies_parsed_at":"2025-01-21T15:42:31.571Z","dependency_job_id":null,"html_url":"https://github.com/fluentci-io/rye-plugin","commit_stats":null,"previous_names":["fluentci-io/rye-plugin"],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Frye-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Frye-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Frye-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Frye-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/rye-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379371,"owners_count":20767696,"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":["continuous-delivery","continuous-integration","plugin","python","rust","rye","wasm","webassembly"],"created_at":"2024-11-20T20:55:58.704Z","updated_at":"2026-01-08T16:31:41.712Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Rye Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/rye)](https://pkg.fluentci.io/rye)\n[![ci](https://github.com/fluentci-io/rye-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/rye-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [rye](https://github.com/astral-sh/rye).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm rye setup\n```\n\n## Functions\n\n| Name   | Description                                |\n| ------ | ------------------------------------------ |\n| setup  | Installs a specific version of rye.       |\n| fmt    | Run the code formatter on the project     |\n| build  | Builds a package for distribution         |\n| fetch  | Fetches a Python interpreter for the local machine |\n| init   | Initialize a new or existing Python project with Rye |\n| install | Installs a package as global tool |\n| lint    | Run the linter on the project |\n| publish | Publish packages to a package repository |\n| run     | Runs a command installed into this package |\n| toolchain | Helper utility to manage Python toolchains |\n| tools |  Helper utility to manage global tools |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.1.9\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/rye@v0.1.1?wasm=1\", \"setup\", vec![])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: rye\n    args: |\n      setup\n- name: Show rye version\n  run: |\n    type rye\n    rye --version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Frye-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Frye-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Frye-plugin/lists"}