{"id":50937885,"url":"https://github.com/bcorfman/pydevenv","last_synced_at":"2026-06-17T11:03:11.016Z","repository":{"id":64942818,"uuid":"579248015","full_name":"bcorfman/pydevenv","owner":"bcorfman","description":"Sets up an opinionated Python development environment on OS X or Linux, with VSCode, git, and Poetry support","archived":false,"fork":false,"pushed_at":"2023-08-17T12:50:26.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-08-17T14:29:11.887Z","etag":null,"topics":["bash","development","environment","git","github-cli","iac","linux","osx","poetry","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/bcorfman.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":"2022-12-17T03:48:32.000Z","updated_at":"2023-08-17T14:29:11.888Z","dependencies_parsed_at":"2023-01-31T20:32:06.922Z","dependency_job_id":null,"html_url":"https://github.com/bcorfman/pydevenv","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/bcorfman/pydevenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2Fpydevenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2Fpydevenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2Fpydevenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2Fpydevenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcorfman","download_url":"https://codeload.github.com/bcorfman/pydevenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcorfman%2Fpydevenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","development","environment","git","github-cli","iac","linux","osx","poetry","python"],"created_at":"2026-06-17T11:03:03.751Z","updated_at":"2026-06-17T11:03:11.011Z","avatar_url":"https://github.com/bcorfman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pydevenv\nSets up a Python project in a Mac OS X- or Linux-based environment with VSCode, git, and Poetry support. Once the project is configured, the script then creates a Git repo and pushing the resulting project files up to GitHub with an initial commit. It's basic project-level Infrastructure-as-Code (IaC) for how I do things with Python. Maybe you'll find it useful too.\n\n## Prerequisites\n* Python 3.7 or higher\n* Install [Poetry](https://python-poetry.org). \n* Install [GitHub CLI](https://cli.github.com). \n\n## Setup\n* Clone the `pydevenv` repo. \n* Create a $PYDEVENV environment variable with a path to your local copy of the `pydevenv` repo.\n* Create a `pat.txt` file in the pydevenv folder. The `pat.txt` should contain your GitHub Personal Access Token. This PAT must have ability to create a repo, commit files and push them to GitHub. (To create the PAT initially, go to your GitHub profile and select \"Settings\": \"Developer Settings\": \"Personal Access Tokens\": \"Tokens (classic)\" along the left-hand menu.)\n* Finally, add the `pydevenv` folder to your PATH.\n\n## Run \n* From a command prompt inside your development folder, type `pydevenv [project_name]`, e.g., `pydevenv helloworld`.\n  - NOTE: `pydevenv` will use the Python executable that it finds first on your PATH when setting up the virtual environment for your project. I use [`pyenv`](https://github.com/pyenv/pyenv) to choose the specific Python version I want before calling `pydevenv`. \n* Once the script finishes, you will have a Python project named project_name under Git source control, and a copy of your new project on GitHub as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcorfman%2Fpydevenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcorfman%2Fpydevenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcorfman%2Fpydevenv/lists"}