{"id":2727524,"name":"execnet","ecosystem":"pypi","description":"execnet: rapid multi-Python deployment","homepage":"https://execnet.readthedocs.io/en/latest/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pytest-dev/execnet","keywords_array":[],"namespace":null,"versions_count":34,"first_release_published_at":"2009-10-01T18:28:04.000Z","latest_release_published_at":"2025-11-12T09:56:36.000Z","latest_release_number":"2.1.2","last_synced_at":"2026-06-01T11:21:32.466Z","created_at":"2022-04-10T10:56:02.491Z","updated_at":"2026-06-01T12:50:04.668Z","registry_url":"https://pypi.org/project/execnet/","install_command":"pip install execnet --index-url https://pypi.org/simple","documentation_url":"https://execnet.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: MacOS :: MacOS X","Operating System :: Microsoft :: Windows","Operating System :: POSIX","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Software Development :: Libraries","Topic :: System :: Distributed Computing","Topic :: System :: Networking"],"normalized_name":"execnet","project_status":null},"repo_metadata":{"id":23146247,"uuid":"97933450","full_name":"pytest-dev/execnet","owner":"pytest-dev","description":"distributed Python deployment and communication","archived":false,"fork":false,"pushed_at":"2026-05-26T13:09:51.000Z","size":1565,"stargazers_count":99,"open_issues_count":36,"forks_count":46,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-05-27T00:26:16.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://execnet.readthedocs.io","language":"Python","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/pytest-dev.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-21T09:57:44.000Z","updated_at":"2026-05-26T13:10:21.000Z","dependencies_parsed_at":"2026-03-03T22:01:06.938Z","dependency_job_id":null,"html_url":"https://github.com/pytest-dev/execnet","commit_stats":{"total_commits":887,"total_committers":48,"mean_commits":"18.479166666666668","dds":0.5479143179255919,"last_synced_commit":"5f18464e771d8eeb5b011c7890f431a7af0a8217"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/pytest-dev/execnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytest-dev","download_url":"https://codeload.github.com/pytest-dev/execnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet/sbom","scorecard":{"id":420564,"data":{"date":"2025-08-11","repo":{"name":"github.com/pytest-dev/execnet","commit":"3d459e5e1c0145affac5cd67bd498b90aabee792"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 27 changesets","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":"Maintained","score":10,"reason":"14 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/deploy.yml:30","Warn: no topLevel permission defined: .github/workflows/deploy.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1"],"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/pytest-dev/execnet/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:57","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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 30 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"}}]},"last_synced_at":"2025-08-19T01:06:05.641Z","repository_id":23146247,"created_at":"2025-08-19T01:06:05.641Z","updated_at":"2025-08-19T01:06:05.641Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33546386,"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":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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"},"owner_record":{"login":"pytest-dev","name":"pytest-dev","uuid":"8897583","kind":"organization","description":"","email":"pytest-dev@python.org","website":"https://pytest.org","location":"Everywhere","twitter":"pytestdotorg","company":null,"icon_url":"https://avatars.githubusercontent.com/u/8897583?v=4","repositories_count":78,"last_synced_at":"2026-05-27T00:20:54.380Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/pytest-dev","funding_links":["https://github.com/sponsors/pytest-dev"],"total_stars":37323,"followers":769,"following":0,"created_at":"2022-11-02T16:22:53.846Z","updated_at":"2026-05-27T00:20:54.380Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytest-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytest-dev/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-06-01T12:50:04.646Z","dependent_packages_count":43,"downloads":113772592,"downloads_period":"last-month","dependent_repos_count":8303,"rankings":{"downloads":0.05777622077486166,"dependent_repos_count":0.0977610338825437,"dependent_packages_count":0.3576623190824769,"stargazers_count":9.768033059003278,"forks_count":7.719453345243182,"docker_downloads_count":0.2723736122243478,"average":3.0455099317017815},"purl":"pkg:pypi/execnet","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/execnet","docker_dependents_count":1618,"docker_downloads_count":762834106,"usage_url":"https://repos.ecosyste.ms/usage/pypi/execnet","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/execnet/dependencies","status":null,"funding_links":["https://github.com/sponsors/pytest-dev"],"critical":true,"issue_metadata":{"last_synced_at":"2026-04-28T12:44:10.560Z","issues_count":54,"pull_requests_count":335,"avg_time_to_close_issue":70138033.71794872,"avg_time_to_close_pull_request":984901.3266666667,"issues_closed_count":39,"pull_requests_closed_count":300,"pull_request_authors_count":20,"issue_authors_count":35,"avg_comments_per_issue":2.8703703703703702,"avg_comments_per_pull_request":0.4835820895522388,"merged_pull_requests_count":289,"bot_issues_count":1,"bot_pull_requests_count":242,"past_year_issues_count":1,"past_year_pull_requests_count":58,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":135819.97872340426,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":47,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":3.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":57,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytest-dev%2Fexecnet/issues","maintainers":[{"login":"bluetech","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bluetech"},{"login":"RonnyPfannschmidt","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RonnyPfannschmidt"},{"login":"nicoddemus","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicoddemus"},{"login":"graingert","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/graingert"},{"login":"webknjaz","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/webknjaz"},{"login":"The-Compiler","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"Zac-HD","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zac-HD"},{"login":"ionelmc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ionelmc"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/execnet/codemeta","maintainers":[{"uuid":"nicoddemus","login":"nicoddemus","name":null,"email":null,"url":null,"packages_count":52,"html_url":"https://pypi.org/user/nicoddemus/","role":null,"created_at":"2023-02-20T11:13:16.739Z","updated_at":"2023-02-20T11:13:16.739Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/nicoddemus/packages"},{"uuid":"ronny","login":"ronny","name":null,"email":null,"url":null,"packages_count":59,"html_url":"https://pypi.org/user/ronny/","role":null,"created_at":"2023-02-20T11:13:16.919Z","updated_at":"2023-02-20T11:13:16.919Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ronny/packages"},{"uuid":"hpk","login":"hpk","name":null,"email":null,"url":null,"packages_count":54,"html_url":"https://pypi.org/user/hpk/","role":null,"created_at":"2023-02-20T11:13:16.423Z","updated_at":"2023-02-20T11:13:16.423Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/hpk/packages"}]}