{"id":19175000,"url":"https://github.com/losttech/whichpython","last_synced_at":"2026-02-13T20:06:43.381Z","repository":{"id":65413153,"uuid":"160770671","full_name":"losttech/WhichPython","owner":"losttech","description":"Cross-platform .NET library, that helps to list available Python installations","archived":false,"fork":false,"pushed_at":"2024-06-08T18:09:00.000Z","size":76,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-20T21:54:15.752Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"C#","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/losttech.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":"2018-12-07T04:28:12.000Z","updated_at":"2024-06-08T18:09:04.000Z","dependencies_parsed_at":"2024-11-09T10:20:56.635Z","dependency_job_id":"b0b6a9b8-b9fe-4414-b9cc-a3ba65f3a420","html_url":"https://github.com/losttech/WhichPython","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/losttech/WhichPython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FWhichPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FWhichPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FWhichPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FWhichPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/losttech","download_url":"https://codeload.github.com/losttech/WhichPython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FWhichPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276164321,"owners_count":25596021,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["hacktoberfest"],"created_at":"2024-11-09T10:20:18.523Z","updated_at":"2025-09-20T21:54:16.236Z","avatar_url":"https://github.com/losttech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WhichPython\nCross-platform library, that lists available Python environments\n\n[![WhichPython on NuGet](https://img.shields.io/nuget/v/WhichPython)](https://www.nuget.org/packages/WhichPython/)\n\n## Sample (see app folder)\n\n```csharp\nforeach (var environment in PythonEnvironment.EnumerateEnvironments()\n                                    .Concat(CondaEnvironment.EnumerateCondaEnvironments())) {\n    Console.WriteLine(this.HomeOnly\n        ? environment.Home?.FullName\n        : $\"{environment.LanguageVersion?.ToString(2) ?? \"??\"}-{environment.Architecture?.ToString() ?? \"???\"} @ {environment.Home}\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosttech%2Fwhichpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flosttech%2Fwhichpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosttech%2Fwhichpython/lists"}