{"id":5799886,"name":"syphar/restore-virtualenv","ecosystem":"actions","description":"1-liner to restore and activate a cached virtualenv, or create a new one.","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/syphar/restore-virtualenv","keywords_array":[],"namespace":"syphar","versions_count":4,"first_release_published_at":"2021-01-12T13:02:23.000Z","latest_release_published_at":"2022-10-17T07:48:31.000Z","latest_release_number":"v1.3","last_synced_at":"2026-08-25T23:37:46.960Z","created_at":"2023-01-04T11:42:55.580Z","updated_at":"2026-09-12T22:59:44.087Z","registry_url":"https://github.com/syphar/restore-virtualenv","install_command":null,"documentation_url":null,"metadata":{"name":"restore or create a python virtualenv","description":"1-liner to restore and activate a cached virtualenv, or create a new one.","author":"syphar","runs":{"using":"node16","main":"dist/restore/index.js","post":"dist/save/index.js","post-if":"success()"},"inputs":{"custom_cache_key_element":{"required":false,"description":"custom element that will be used when constructing the cache key","default":"v1"},"requirement_files":{"required":false,"description":"requirements-files to use for building the cache key","default":"**/requirements*.txt\n**/requirements/*.txt\n**/Pipfile.lock\n**/poetry.lock\n"},"custom_virtualenv_dir":{"required":false,"description":"custom directory for the virtual environment","default":".venv"}},"outputs":{"cache-hit":{"description":"A boolean value to indicate if a cache was restored"},"virtualenv-directory":{"description":"the path to the restored or created virtualenv"}},"default_branch":"main","path":null},"repo_metadata":{"id":37804789,"uuid":"315990473","full_name":"syphar/restore-virtualenv","owner":"syphar","description":null,"archived":true,"fork":false,"pushed_at":"2023-05-02T08:58:52.000Z","size":9275,"stargazers_count":37,"open_issues_count":9,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-09-05T05:39:07.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/syphar.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":"2020-11-25T16:09:56.000Z","updated_at":"2025-04-22T12:59:31.000Z","dependencies_parsed_at":"2024-08-13T14:30:18.925Z","dependency_job_id":"51c1ec37-2252-4d10-85a0-e7d9978fcb4a","html_url":"https://github.com/syphar/restore-virtualenv","commit_stats":{"total_commits":615,"total_committers":6,"mean_commits":102.5,"dds":0.09918699186991875,"last_synced_commit":"527695eccfb22634054ce3f3c2b5761da3dd041d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/syphar/restore-virtualenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syphar","download_url":"https://codeload.github.com/syphar/restore-virtualenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/sbom","scorecard":{"id":863728,"data":{"date":"2025-08-11","repo":{"name":"github.com/syphar/restore-virtualenv","commit":"da5a5872fada41b88f25adb96bcafea729bab8cb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.6,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":0,"reason":"Found 0/4 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:128: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:145: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:247: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:262: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:268: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:178: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:204: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:210: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:299: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:302: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:314: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:320: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:329: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:335: update your workflow using https://app.stepsecurity.io/secureworkflow/syphar/restore-virtualenv/ci.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:286","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  21 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned","Info:   3 out of   3 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"12 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-776f-qx25-q3cc"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T02:06:22.282Z","repository_id":37804789,"created_at":"2025-08-24T02:06:22.282Z","updated_at":"2025-08-24T02:06:22.282Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37231138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-12T02:00:07.213Z","response_time":57,"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"},"owner_record":{"login":"syphar","name":"Denis Cornehl","uuid":"540890","kind":"user","description":"professional software person since 2000, \r\npassionate about backend, data, Heroku, python, rust. \r\n\r\nDiscord: syphar#8455 \r\nMatrix: @syphar:beeper.com","email":"","website":null,"location":"Berlin, Germany","twitter":null,"company":"@thermondo ","icon_url":"https://avatars.githubusercontent.com/u/540890?v=4","repositories_count":100,"last_synced_at":"2024-04-16T02:55:23.245Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/syphar","funding_links":[],"total_stars":85,"followers":104,"following":125,"created_at":"2022-11-03T11:50:45.535Z","updated_at":"2024-04-16T02:55:45.981Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syphar","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syphar/repositories"},"tags":[{"name":"v1.3","sha":"e536692e76315a068b4905f792e25febfe6d4391","kind":"commit","published_at":"2022-10-17T07:48:31.000Z","download_url":"https://codeload.github.com/syphar/restore-virtualenv/tar.gz/v1.3","html_url":"https://github.com/syphar/restore-virtualenv/releases/tag/v1.3","dependencies_parsed_at":"2023-05-31T19:56:11.965Z","dependency_job_id":null,"purl":"pkg:github/syphar/restore-virtualenv@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.3/manifests"},{"name":"v1.2","sha":"c23446cde59e2779e6bf8f4dc27aa5c0d6b9ec97","kind":"commit","published_at":"2021-08-09T20:04:42.000Z","download_url":"https://codeload.github.com/syphar/restore-virtualenv/tar.gz/v1.2","html_url":"https://github.com/syphar/restore-virtualenv/releases/tag/v1.2","dependencies_parsed_at":"2023-05-30T22:08:44.495Z","dependency_job_id":null,"purl":"pkg:github/syphar/restore-virtualenv@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.2/manifests"},{"name":"v1","sha":"c23446cde59e2779e6bf8f4dc27aa5c0d6b9ec97","kind":"commit","published_at":"2021-08-09T20:04:42.000Z","download_url":"https://codeload.github.com/syphar/restore-virtualenv/tar.gz/v1","html_url":"https://github.com/syphar/restore-virtualenv/releases/tag/v1","dependencies_parsed_at":"2023-05-30T22:08:44.987Z","dependency_job_id":null,"purl":"pkg:github/syphar/restore-virtualenv@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1/manifests"},{"name":"v1.1","sha":"d0a933d92488e0505e012c3367e3f987a6276f5a","kind":"commit","published_at":"2021-01-12T13:02:23.000Z","download_url":"https://codeload.github.com/syphar/restore-virtualenv/tar.gz/v1.1","html_url":"https://github.com/syphar/restore-virtualenv/releases/tag/v1.1","dependencies_parsed_at":"2023-05-30T22:08:45.595Z","dependency_job_id":null,"purl":"pkg:github/syphar/restore-virtualenv@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/tags/v1.1/manifests"}]},"repo_metadata_updated_at":"2026-09-12T22:59:44.087Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":173,"rankings":{"downloads":null,"dependent_repos_count":3.419426398352084,"dependent_packages_count":0.0,"stargazers_count":4.984946918079544,"forks_count":8.26176517192204,"docker_downloads_count":0.1267627951196324,"average":3.3585802566946596},"purl":"pkg:githubactions/syphar/restore-virtualenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/syphar/restore-virtualenv","docker_dependents_count":1,"docker_downloads_count":693260743,"usage_url":"https://repos.ecosyste.ms/usage/actions/syphar/restore-virtualenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/syphar/restore-virtualenv/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-12T05:42:33.800Z","issues_count":3,"pull_requests_count":96,"avg_time_to_close_issue":403075.0,"avg_time_to_close_pull_request":447354.06315789477,"issues_closed_count":1,"pull_requests_closed_count":95,"pull_request_authors_count":1,"issue_authors_count":1,"avg_comments_per_issue":1.6666666666666667,"avg_comments_per_pull_request":0.3020833333333333,"merged_pull_requests_count":78,"bot_issues_count":0,"bot_pull_requests_count":96,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/syphar%2Frestore-virtualenv/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/syphar%2Frestore-virtualenv/codemeta","maintainers":[]}