{"id":18907195,"url":"https://github.com/zzampax/pyide","last_synced_at":"2026-01-28T22:34:27.239Z","repository":{"id":261495351,"uuid":"884345077","full_name":"zzampax/pyide","owner":"zzampax","description":"A Simple binary that automates and simplifies the creation of a python work environment","archived":false,"fork":false,"pushed_at":"2025-10-01T08:02:24.000Z","size":211,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T09:37:02.803Z","etag":null,"topics":["automation","python","python-projects","python3","rust","templater","workspace"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zzampax.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-11-06T15:28:06.000Z","updated_at":"2025-10-01T07:58:26.000Z","dependencies_parsed_at":"2024-11-06T21:43:15.069Z","dependency_job_id":"d6a09ccb-4b90-4209-b96a-b50906b69d82","html_url":"https://github.com/zzampax/pyide","commit_stats":null,"previous_names":["zzampax/pyide"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zzampax/pyide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fpyide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fpyide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fpyide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fpyide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zzampax","download_url":"https://codeload.github.com/zzampax/pyide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zzampax%2Fpyide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":["automation","python","python-projects","python3","rust","templater","workspace"],"created_at":"2024-11-08T09:20:02.790Z","updated_at":"2026-01-28T22:34:27.233Z","avatar_url":"https://github.com/zzampax.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyIDE Python Project Templater\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\n![Language](https://img.shields.io/github/languages/top/zzampax/PyIDE.svg?style=for-the-badge\u0026labelColor=black\u0026logo=rust\u0026logoColor=red\u0026label=Rust)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n![Github](https://img.shields.io/badge/GitHub-000000?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![WAM](https://img.shields.io/badge/AUTOMATE-EVERYTHING-CD3713?style=for-the-badge\u0026labelColor=black)\n\n\u003cimg src=\".github/logo.jpg\" alt=\"RU:PYTHON\" height=\"300px\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\nThis is a simple Python project templater that creates a basic project structure for a Python project:\n```bash\n.\n├── .git/\n├── .venv/\n├── .gitignore\n└── main.py\n\n2 directories, 2 files\n```\nThe newly created project will have version control (`git`), a virtual environment, a `.gitignore` file in which the `.venv` directory is flagged, and a `main.py` file.\n## Usage\n```bash\n$ ./pyide \u003cproject_name\u003e -m \u003cmodules\u003e\n```\nFor more specific information:\n```bash\n$ ./pyide --help\n```\nOptionally you can specify the Python package and project manager you want to use:\n### `uv-python`\n```bash\n$ ./pyide \u003cproject_name\u003e -m \u003cmodules\u003e -u\n```\n### `pip`\n```bash\n$ ./pyide \u003cproject_name\u003e -m \u003cmodules\u003e -p\n```\nIt's also possible to specify the editor you'd like to use:\n```bash\n$ ./pyide \u003cproject_name\u003e -m \u003cmodules\u003e -i \u003ceditor\u003e\n```\nWhere `\u003ceditor\u003e` can be one of the following:\n- `vscode`\n- `pycharm`\n- `zed`\n## Compilation\n```bash\n$ cargo build --release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzampax%2Fpyide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzzampax%2Fpyide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzzampax%2Fpyide/lists"}