{"id":16724307,"url":"https://github.com/badboy/xshell-venv","last_synced_at":"2025-06-15T09:34:14.115Z","repository":{"id":36994544,"uuid":"485941456","full_name":"badboy/xshell-venv","owner":"badboy","description":"xshell-venv manages your Python virtual environments in code.","archived":false,"fork":false,"pushed_at":"2024-05-13T12:04:27.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T06:09:08.075Z","etag":null,"topics":[],"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/badboy.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":"2022-04-26T20:42:05.000Z","updated_at":"2024-05-13T12:04:30.000Z","dependencies_parsed_at":"2024-10-28T11:34:27.422Z","dependency_job_id":"743017eb-6f93-45c1-a99a-34ee15e648e7","html_url":"https://github.com/badboy/xshell-venv","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"02add11afae797d92e3d45b7437fcdc85bce60f2"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/badboy/xshell-venv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fxshell-venv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fxshell-venv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fxshell-venv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fxshell-venv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badboy","download_url":"https://codeload.github.com/badboy/xshell-venv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fxshell-venv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259952385,"owners_count":22936950,"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":[],"created_at":"2024-10-12T22:44:45.419Z","updated_at":"2025-06-15T09:34:14.082Z","avatar_url":"https://github.com/badboy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `xshell-venv`\n\n[![crates.io](https://img.shields.io/crates/v/xshell-venv.svg?style=flat-square)](https://crates.io/crates/xshell-venv)\n[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/xshell-venv)\n[![License: MIT](https://img.shields.io/github/license/badboy/xshell-venv?style=flat-square)](LICENSE)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/badboy/xshell-venv/test.yml?style=flat-square)](https://github.com/badboy/xshell-venv/actions/workflows/test.yml)\n\n`xshell-venv` manages your Python virtual environments in code.\n\n`xshell-venv` is an extension to [xshell], the swiss-army knife for writing cross-platform “bash” scripts in Rust.\n\n[xshell]: https://docs.rs/xshell/\n\n## Example\n\n```rust\nuse xshell_venv::{Shell, VirtualEnv};\n\nlet sh = Shell::new()?;\nlet venv = VirtualEnv::new(\u0026sh, \"py3\")?;\n\nvenv.run(\"print('Hello World!')\")?; // \"Hello World!\"\n```\n\n## Requirements\n\n* Python 3\n  * On Windows we look for `python3.exe` or `python.exe`\n  * Otherwise we look for `python3` or `python`\n* The `venv` package\n  * This might be available as `python3-venv` or under a similar name.\n    Double check your packages. E.g. on Ubuntu Python 3.8 is available as `python3.8`\n    and the corresponding `venv` package is named `python3.8-venv`.\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fxshell-venv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadboy%2Fxshell-venv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fxshell-venv/lists"}