{"id":371909,"url":"https://github.com/PyCQA/pydocstyle","last_synced_at":"2026-08-26T14:41:54.781Z","repository":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":188,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-08-23T15:43:31.588Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36921180,"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-08-26T02:00:06.703Z","response_time":94,"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":{"login":"PyCQA","name":"Python Code Quality Authority","uuid":"8749848","kind":"organization","description":"Organization for code quality tools (and plugins) for the Python programming language","email":"code-quality@python.org","website":"http://meta.pycqa.org","location":"Everywhere","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8749848?v=4","repositories_count":28,"last_synced_at":"2026-08-26T01:22:08.505Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":1026,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2026-08-26T01:22:09.292Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA/repositories"},"packages":[{"id":2869735,"name":"pydocstyle","ecosystem":"pypi","description":"Python docstring style checker","homepage":"https://www.pydocstyle.org/en/stable/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":[],"namespace":null,"versions_count":23,"first_release_published_at":"2016-01-30T18:53:47.000Z","latest_release_published_at":"2023-01-17T20:29:18.000Z","latest_release_number":"6.3.0","last_synced_at":"2026-08-24T13:47:15.414Z","created_at":"2022-04-10T12:11:56.065Z","updated_at":"2026-08-24T13:47:15.414Z","registry_url":"https://pypi.org/project/pydocstyle/","install_command":"pip install pydocstyle --index-url https://pypi.org/simple","documentation_url":"https://www.pydocstyle.org/en/stable/","metadata":{"funding":null,"documentation":"https://www.pydocstyle.org/en/stable/","classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"pydocstyle","project_status":null},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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":"PyCQA","name":"Python Code Quality Authority","uuid":"8749848","kind":"organization","description":"Organization for code quality tools (and plugins) for the Python programming language","email":"code-quality@python.org","website":"http://meta.pycqa.org","location":"Everywhere","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8749848?v=4","repositories_count":28,"last_synced_at":"2026-08-22T00:11:43.584Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":1026,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2026-08-22T00:11:43.610Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA/repositories"},"tags":[{"name":"6.3.0","sha":"07f6707e2c5612960347f7c00125620457f490a7","kind":"commit","published_at":"2023-01-17T20:27:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0/manifests"},{"name":"6.2.3","sha":"f6bee54a157a77425db47d87bc2e65c584e5b45d","kind":"commit","published_at":"2023-01-08T18:02:33.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3/manifests"},{"name":"6.2.2","sha":"bd294bbf6c80c578716e8817b5de79220ac9f089","kind":"commit","published_at":"2023-01-03T19:15:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2/manifests"},{"name":"6.2.1","sha":"45fbcc1541ba572e36373d285521f93374a5a7f7","kind":"commit","published_at":"2023-01-03T09:32:25.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1/manifests"},{"name":"6.2.0","sha":"05b92ba991f0b59649036efc4ea8f55b3c8b56bc","kind":"commit","published_at":"2023-01-02T22:58:34.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0/manifests"},{"name":"6.1.1","sha":"faeaa735d5c9387ab2f02c5bf9d4f07d0e7b6841","kind":"tag","published_at":"2021-05-17T20:35:35.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1/manifests"},{"name":"6.1.0","sha":"2a58918bcecc1c530f4043de04984676fe67ad2a","kind":"tag","published_at":"2021-05-17T18:39:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"5f59f6eba0d8f0168c6ab45ee97485569b861b77","kind":"tag","published_at":"2021-03-18T22:59:49.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0/manifests"},{"name":"5.1.1","sha":"3324459514ddb048fc919ab2ed1f52471b801ab0","kind":"tag","published_at":"2020-08-29T20:52:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"d30ceea7b834b7d18cdac56af98c04e9923e68c2","kind":"tag","published_at":"2020-08-22T21:04:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0/manifests"},{"name":"5.0.2","sha":"59396eb50d1d1a59fdccdd71cf4031577c02ab54","kind":"tag","published_at":"2020-01-08T12:37:01.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2/manifests"},{"name":"5.0.1","sha":"05e6205630569452fa13799783641153ea6cb7c6","kind":"tag","published_at":"2019-12-09T20:02:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1/manifests"},{"name":"5.0.0","sha":"49766c82a0e0db0dfaa28d7132d2a51221ff98ae","kind":"commit","published_at":"2019-12-09T08:10:42.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0/manifests"},{"name":"4.0.1","sha":"32d551988fbefd1e8d250df5dcafa20aec0f53e2","kind":"commit","published_at":"2019-08-15T18:39:27.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"1409149eff7b78ecaaacabcfbd63488c0a4cdb57","kind":"commit","published_at":"2019-07-06T15:59:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0/manifests"},{"name":"3.0.0","sha":"37c00d8fa8e43119e038d7309a784b094bd482ad","kind":"commit","published_at":"2018-10-14T10:54:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/3.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0/manifests"},{"name":"2.1.1","sha":"d2bc5d2ae10d2f52c24608643bdbee71eb4ddf7a","kind":"commit","published_at":"2017-10-09T16:42:15.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"a9873d94e569933117ecf10cdea4772e3eeccd47","kind":"commit","published_at":"2017-10-08T09:23:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"d9a2baf09610502becf8965da8bcfc48d9f08687","kind":"tag","published_at":"2017-04-27T17:45:31.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0/manifests"},{"name":"1.1.1","sha":"49675d39e8fe44db5976d303548a5b25b7ecf211","kind":"commit","published_at":"2016-10-04T10:56:05.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"1b9275a2ff03e4e292d30809b6cd3a40014f233e","kind":"commit","published_at":"2016-09-29T09:42:03.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"607f7db66ff1c50f4d41af4cfaa0cd53a9b7f3ff","kind":"commit","published_at":"2016-01-30T18:49:54.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0/manifests"},{"name":"0.7.0","sha":"d7d21b1008556df728be3993ebdd62abe17f1fcb","kind":"commit","published_at":"2015-10-09T13:14:28.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.7.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0/manifests"},{"name":"0.6.0","sha":"138939d78aa77068041359b54deab554ca92dad2","kind":"commit","published_at":"2015-07-20T18:45:30.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.6.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"9b7a2a6502e9a8bde6facfaa72dbec02f6db84c2","kind":"commit","published_at":"2015-03-14T15:48:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.5.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0/manifests"},{"name":"0.4.1","sha":"4d45708122bade2c0db3f712113f38837cd67bcc","kind":"tag","published_at":"2015-01-30T18:06:57.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.4.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1/manifests"},{"name":"0.3.2","sha":"0d449ebb4cd57667358d33574d97f2ef69548390","kind":"commit","published_at":"2014-03-11T10:48:41.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"183686258e5ba2a31a188a4b104793a9c6ee4b20","kind":"commit","published_at":"2014-03-10T09:54:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"012e042a21b58e83e1a48e7e4d08b2f27846fd0b","kind":"commit","published_at":"2014-02-06T12:12:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0/manifests"},{"name":"0.2.4","sha":"1ad2962f8ac1cb6dbba0a3a1442c919e54c23506","kind":"commit","published_at":"2013-08-14T10:25:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.4","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"02c55dc507654a3affb718be4fe343c8965775a4","kind":"commit","published_at":"2013-06-22T10:59:06.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"2728380dae89893f0e201548a26647df10bfeed9","kind":"tag","published_at":"2013-04-30T13:08:52.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"b8a47a0336cbccad801f9b990c8fbdf000eeb34d","kind":"tag","published_at":"2013-04-25T07:37:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"e856fe85f70b5cacf24c7d870d19c56355fc2def","kind":"tag","published_at":"2012-08-13T16:45:12.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"b97ed5f22f3fe1c0655da2e52fe1c8fdf1398b4c","kind":"tag","published_at":"2012-07-28T16:00:39.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-22T13:13:50.039Z","dependent_packages_count":679,"downloads":5170481,"downloads_period":"last-month","dependent_repos_count":17607,"rankings":{"downloads":0.16650982388232255,"dependent_repos_count":0.06414583407347757,"dependent_packages_count":0.03552692348684912,"stargazers_count":1.9310666064030726,"forks_count":3.696181645212352,"docker_downloads_count":0.37303269661191574,"average":1.0444105882783317},"purl":"pkg:pypi/pydocstyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pydocstyle","docker_dependents_count":600,"docker_downloads_count":198462799,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T12:09:48.204Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pydocstyle/codemeta","maintainers":[{"uuid":"Amir.Rachum","login":"Amir.Rachum","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/Amir.Rachum/","role":null,"created_at":"2023-01-04T21:17:07.038Z","updated_at":"2023-01-04T21:17:07.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Amir.Rachum/packages"},{"uuid":"sambhav_kothari","login":"sambhav_kothari","name":null,"email":null,"url":null,"packages_count":24,"html_url":"https://pypi.org/user/sambhav_kothari/","role":null,"created_at":"2023-01-04T21:17:07.073Z","updated_at":"2023-01-04T21:17:07.073Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/sambhav_kothari/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930641,"maintainers_count":399816,"namespaces_count":0,"keywords_count":311995,"github":"pypi","metadata":{"funded_packages_count":58611,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-25T05:06:24.344Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":13087896,"name":"python312Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:08:41.404Z","latest_release_published_at":"2026-02-01T18:08:41.404Z","latest_release_number":"6.3.0","last_synced_at":"2026-03-08T07:17:04.175Z","created_at":"2026-02-01T18:08:41.170Z","updated_at":"2026-08-06T19:33:48.413Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python312Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/pydocstyle/default.nix#L54","metadata":{"nix_attribute":"python3.12-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:54","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.413Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.pydocstyle?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-08T07:17:04.407Z","updated_at":"2026-03-08T07:17:04.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3380},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-25T05:04:34.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13305852,"name":"python311Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T07:03:52.778Z","latest_release_published_at":"2026-02-02T07:03:52.778Z","latest_release_number":"6.3.0","last_synced_at":"2026-03-07T11:33:00.084Z","created_at":"2026-02-02T07:03:42.147Z","updated_at":"2026-08-06T19:33:48.417Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python311Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/pydocstyle/default.nix#L53","metadata":{"nix_attribute":"python3.11-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:53","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.417Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.pydocstyle?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-07T11:33:00.300Z","updated_at":"2026-03-07T11:33:00.300Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3095},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-25T05:04:39.690Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13079045,"name":"python311Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:41:15.426Z","latest_release_published_at":"2026-02-01T17:41:15.426Z","latest_release_number":"6.3.0","last_synced_at":"2026-08-03T00:01:24.060Z","created_at":"2026-02-01T17:41:11.690Z","updated_at":"2026-08-06T19:33:48.417Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python311Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/pydocstyle/default.nix#L54","metadata":{"nix_attribute":"python3.11-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:54","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.416Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.pydocstyle?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-06T02:30:36.735Z","updated_at":"2026-03-06T02:30:36.735Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":3380},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-25T05:04:34.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":14527623,"name":"devel/py-docstyle","ecosystem":"pkgsrc","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["devel","python"],"namespace":"devel","versions_count":1,"first_release_published_at":"2026-03-06T20:41:27.000Z","latest_release_published_at":"2026-03-06T20:41:27.000Z","latest_release_number":"6.3.0nb2","last_synced_at":"2026-05-27T06:37:43.647Z","created_at":"2026-05-27T06:37:43.266Z","updated_at":"2026-08-06T19:33:48.434Z","registry_url":"https://pkgsrc.se/devel/py-docstyle","install_command":"pkg_add py313-docstyle","documentation_url":"https://pkgsrc.se/devel/py-docstyle","metadata":{"pkg_slug":"py-docstyle","pkgbase":"py311-docstyle","machine_arch":"x86_64","opsys":"NetBSD","pkgname_latest":"py311-docstyle-6.3.0nb2"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.433Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:pkgsrc/devel/py-docstyle?arch=x86_64\u0026os=NetBSD","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pkgsrc/devel/py-docstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pkgsrc/devel/py-docstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pkgsrc/devel/py-docstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages/devel%2Fpy-docstyle/codemeta","maintainers":[],"registry":{"name":"pkgsrc-netbsd-x86_64-10.1-all","url":"https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/10.1/All","ecosystem":"pkgsrc","default":true,"packages_count":19690,"maintainers_count":0,"namespaces_count":43,"keywords_count":368,"github":"pkgsrc","metadata":{"funded_packages_count":480},"icon_url":"https://github.com/pkgsrc.png","created_at":"2026-05-26T08:59:24.518Z","updated_at":"2026-08-25T05:00:19.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pkgsrc-netbsd-x86_64-10.1-all/namespaces"}},{"id":12818828,"name":"python310Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T17:43:12.643Z","latest_release_published_at":"2026-01-26T17:43:12.643Z","latest_release_number":"6.3.0","last_synced_at":"2026-04-09T22:01:16.293Z","created_at":"2026-01-26T17:43:12.479Z","updated_at":"2026-08-06T19:33:48.444Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python310Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/pydocstyle/default.nix#L53","metadata":{"nix_attribute":"python3.10-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:53","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.443Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python310Packages.pydocstyle?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-03T19:39:09.974Z","updated_at":"2026-03-03T19:39:09.974Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2166},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-25T05:04:32.337Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":12896508,"name":"python314Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T09:16:11.857Z","latest_release_published_at":"2026-01-27T09:16:11.857Z","latest_release_number":"6.3.0","last_synced_at":"2026-04-14T16:11:35.353Z","created_at":"2026-01-27T09:16:11.598Z","updated_at":"2026-08-06T19:33:48.447Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python314Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/pydocstyle/default.nix#L51","metadata":{"nix_attribute":"python3.14-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:51","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.446Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python314Packages.pydocstyle?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-04T09:01:04.414Z","updated_at":"2026-03-04T09:01:04.414Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6032},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-25T05:00:24.061Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13298190,"name":"python310Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:32:48.373Z","latest_release_published_at":"2026-02-02T06:32:48.373Z","latest_release_number":"6.3.0","last_synced_at":"2026-03-07T07:41:14.783Z","created_at":"2026-02-02T06:32:46.411Z","updated_at":"2026-08-06T19:33:48.448Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python310Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/pydocstyle/default.nix#L53","metadata":{"nix_attribute":"python3.10-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:53","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.448Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python310Packages.pydocstyle?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-07T07:41:14.955Z","updated_at":"2026-03-07T07:41:14.955Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":3095},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-25T05:04:39.690Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":12872627,"name":"python313Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T03:56:41.861Z","latest_release_published_at":"2026-01-27T03:56:41.861Z","latest_release_number":"6.3.0","last_synced_at":"2026-03-08T00:26:20.806Z","created_at":"2026-01-27T03:56:41.427Z","updated_at":"2026-08-06T19:33:48.453Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python313Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/pydocstyle/default.nix#L51","metadata":{"nix_attribute":"python3.13-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:51","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.453Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python313Packages.pydocstyle?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-08T00:26:21.021Z","updated_at":"2026-03-08T00:26:21.021Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":153806,"maintainers_count":4905,"namespaces_count":0,"keywords_count":3244,"github":"NixOS","metadata":{"funded_packages_count":6032},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-25T05:00:24.061Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13951937,"name":"python-pydocstyle","ecosystem":"guix","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle/","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T19:26:07.237Z","latest_release_published_at":"2026-03-02T19:26:07.237Z","latest_release_number":"6.3.0","last_synced_at":"2026-04-27T16:26:07.511Z","created_at":"2026-03-02T19:26:06.743Z","updated_at":"2026-08-06T19:33:48.452Z","registry_url":"https://packages.guix.gnu.org/packages/python-pydocstyle/6.3.0/","install_command":"guix install python-pydocstyle","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-xyz.scm#n10795","metadata":{"location":"gnu/packages/python-xyz.scm:10795","variable_name":"python-pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.452Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/python-pydocstyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/python-pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/python-pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/python-pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-pydocstyle/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32342,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1231},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-25T05:05:02.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13197931,"name":"python311Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:35:45.554Z","latest_release_published_at":"2026-02-02T00:35:45.554Z","latest_release_number":"6.3.0","last_synced_at":"2026-05-11T17:11:48.379Z","created_at":"2026-02-02T00:35:38.879Z","updated_at":"2026-08-06T19:33:48.470Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python311Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/pydocstyle/default.nix#L54","metadata":{"nix_attribute":"python3.11-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:54","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.470Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.pydocstyle?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-07T07:07:20.907Z","updated_at":"2026-03-07T07:07:20.907Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3204},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-25T05:01:17.178Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13206193,"name":"python312Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T01:05:55.547Z","latest_release_published_at":"2026-02-02T01:05:55.547Z","latest_release_number":"6.3.0","last_synced_at":"2026-05-19T16:11:40.880Z","created_at":"2026-02-02T01:05:55.178Z","updated_at":"2026-08-06T19:33:48.470Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python312Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/pydocstyle/default.nix#L54","metadata":{"nix_attribute":"python3.12-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:54","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.470Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python312Packages.pydocstyle?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-07T13:07:32.150Z","updated_at":"2026-03-07T13:07:32.150Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":3204},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-25T05:01:17.178Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":12831256,"name":"python311Packages.pydocstyle","ecosystem":"nixpkgs","description":"Python docstring style checker","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T19:58:07.836Z","latest_release_published_at":"2026-01-26T19:58:07.836Z","latest_release_number":"6.3.0","last_synced_at":"2026-07-30T14:03:55.885Z","created_at":"2026-01-26T19:58:07.658Z","updated_at":"2026-08-06T19:33:48.545Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.pydocstyle","install_command":"nix-env -iA nixpkgs.python311Packages.pydocstyle","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/pydocstyle/default.nix#L53","metadata":{"nix_attribute":"python3.11-pydocstyle-6.3.0","position":"pkgs/development/python-modules/pydocstyle/default.nix:53","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pydocstyle","upstream_purl":"pkg:pypi/pydocstyle"},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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"}},"repo_metadata_updated_at":"2026-08-06T19:33:48.545Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/python311Packages.pydocstyle?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pydocstyle/codemeta","maintainers":[{"uuid":"dzabraev","login":null,"name":"Maksim Dzabraev","email":"dzabraew@gmail.com","url":"https://github.com/dzabraev","packages_count":8,"html_url":null,"role":null,"created_at":"2026-03-04T20:35:58.423Z","updated_at":"2026-03-04T20:35:58.423Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/dzabraev/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":2166},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-25T05:04:32.337Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":5290236,"name":"pydocstyle","ecosystem":"conda","description":"pydocstyle is a static analysis tool for checking compliance with Python docstring conventions. pydocstyle supports most of PEP 257 out of the box, but it should not be considered a reference implementation. The framework for checking docstring style is flexible, and custom checks can be easily added, for example to cover NumPy docstring conventions. pydocstyle supports Python 3.4, 3.5, 3.6, and 3.7.","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2022-10-03T15:49:31.341Z","latest_release_published_at":"2021-05-18T22:34:32.000Z","latest_release_number":"6.1.1","last_synced_at":"2026-03-12T03:15:39.029Z","created_at":"2022-10-03T15:49:31.332Z","updated_at":"2026-08-06T19:33:49.060Z","registry_url":"https://anaconda.org/conda-forge/pydocstyle","install_command":"conda install -c conda-forge pydocstyle","documentation_url":null,"metadata":{},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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":"PyCQA","name":"Python Code Quality Authority","uuid":"8749848","kind":"organization","description":"Organization for code quality tools (and plugins) for the Python programming language","email":"code-quality@python.org","website":"http://meta.pycqa.org","location":"Everywhere","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8749848?v=4","repositories_count":28,"last_synced_at":"2026-08-06T04:39:17.325Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":1021,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2026-08-06T04:39:17.437Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA/repositories"},"tags":[{"name":"6.3.0","sha":"07f6707e2c5612960347f7c00125620457f490a7","kind":"commit","published_at":"2023-01-17T20:27:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0/manifests"},{"name":"6.2.3","sha":"f6bee54a157a77425db47d87bc2e65c584e5b45d","kind":"commit","published_at":"2023-01-08T18:02:33.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3/manifests"},{"name":"6.2.2","sha":"bd294bbf6c80c578716e8817b5de79220ac9f089","kind":"commit","published_at":"2023-01-03T19:15:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2/manifests"},{"name":"6.2.1","sha":"45fbcc1541ba572e36373d285521f93374a5a7f7","kind":"commit","published_at":"2023-01-03T09:32:25.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1/manifests"},{"name":"6.2.0","sha":"05b92ba991f0b59649036efc4ea8f55b3c8b56bc","kind":"commit","published_at":"2023-01-02T22:58:34.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0/manifests"},{"name":"6.1.1","sha":"faeaa735d5c9387ab2f02c5bf9d4f07d0e7b6841","kind":"tag","published_at":"2021-05-17T20:35:35.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1/manifests"},{"name":"6.1.0","sha":"2a58918bcecc1c530f4043de04984676fe67ad2a","kind":"tag","published_at":"2021-05-17T18:39:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"5f59f6eba0d8f0168c6ab45ee97485569b861b77","kind":"tag","published_at":"2021-03-18T22:59:49.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0/manifests"},{"name":"5.1.1","sha":"3324459514ddb048fc919ab2ed1f52471b801ab0","kind":"tag","published_at":"2020-08-29T20:52:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"d30ceea7b834b7d18cdac56af98c04e9923e68c2","kind":"tag","published_at":"2020-08-22T21:04:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0/manifests"},{"name":"5.0.2","sha":"59396eb50d1d1a59fdccdd71cf4031577c02ab54","kind":"tag","published_at":"2020-01-08T12:37:01.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2/manifests"},{"name":"5.0.1","sha":"05e6205630569452fa13799783641153ea6cb7c6","kind":"tag","published_at":"2019-12-09T20:02:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1/manifests"},{"name":"5.0.0","sha":"49766c82a0e0db0dfaa28d7132d2a51221ff98ae","kind":"commit","published_at":"2019-12-09T08:10:42.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0/manifests"},{"name":"4.0.1","sha":"32d551988fbefd1e8d250df5dcafa20aec0f53e2","kind":"commit","published_at":"2019-08-15T18:39:27.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"1409149eff7b78ecaaacabcfbd63488c0a4cdb57","kind":"commit","published_at":"2019-07-06T15:59:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0/manifests"},{"name":"3.0.0","sha":"37c00d8fa8e43119e038d7309a784b094bd482ad","kind":"commit","published_at":"2018-10-14T10:54:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/3.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0/manifests"},{"name":"2.1.1","sha":"d2bc5d2ae10d2f52c24608643bdbee71eb4ddf7a","kind":"commit","published_at":"2017-10-09T16:42:15.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"a9873d94e569933117ecf10cdea4772e3eeccd47","kind":"commit","published_at":"2017-10-08T09:23:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"d9a2baf09610502becf8965da8bcfc48d9f08687","kind":"tag","published_at":"2017-04-27T17:45:31.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0/manifests"},{"name":"1.1.1","sha":"49675d39e8fe44db5976d303548a5b25b7ecf211","kind":"commit","published_at":"2016-10-04T10:56:05.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"1b9275a2ff03e4e292d30809b6cd3a40014f233e","kind":"commit","published_at":"2016-09-29T09:42:03.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"607f7db66ff1c50f4d41af4cfaa0cd53a9b7f3ff","kind":"commit","published_at":"2016-01-30T18:49:54.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0/manifests"},{"name":"0.7.0","sha":"d7d21b1008556df728be3993ebdd62abe17f1fcb","kind":"commit","published_at":"2015-10-09T13:14:28.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.7.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0/manifests"},{"name":"0.6.0","sha":"138939d78aa77068041359b54deab554ca92dad2","kind":"commit","published_at":"2015-07-20T18:45:30.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.6.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"9b7a2a6502e9a8bde6facfaa72dbec02f6db84c2","kind":"commit","published_at":"2015-03-14T15:48:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.5.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0/manifests"},{"name":"0.4.1","sha":"4d45708122bade2c0db3f712113f38837cd67bcc","kind":"tag","published_at":"2015-01-30T18:06:57.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.4.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1/manifests"},{"name":"0.3.2","sha":"0d449ebb4cd57667358d33574d97f2ef69548390","kind":"commit","published_at":"2014-03-11T10:48:41.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"183686258e5ba2a31a188a4b104793a9c6ee4b20","kind":"commit","published_at":"2014-03-10T09:54:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"012e042a21b58e83e1a48e7e4d08b2f27846fd0b","kind":"commit","published_at":"2014-02-06T12:12:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0/manifests"},{"name":"0.2.4","sha":"1ad2962f8ac1cb6dbba0a3a1442c919e54c23506","kind":"commit","published_at":"2013-08-14T10:25:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.4","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"02c55dc507654a3affb718be4fe343c8965775a4","kind":"commit","published_at":"2013-06-22T10:59:06.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"2728380dae89893f0e201548a26647df10bfeed9","kind":"tag","published_at":"2013-04-30T13:08:52.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"b8a47a0336cbccad801f9b990c8fbdf000eeb34d","kind":"tag","published_at":"2013-04-25T07:37:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"e856fe85f70b5cacf24c7d870d19c56355fc2def","kind":"tag","published_at":"2012-08-13T16:45:12.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"b97ed5f22f3fe1c0655da2e52fe1c8fdf1398b4c","kind":"tag","published_at":"2012-07-28T16:00:39.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T19:33:49.059Z","dependent_packages_count":13,"downloads":null,"downloads_period":null,"dependent_repos_count":169,"rankings":{"downloads":null,"dependent_repos_count":2.67478417086681,"dependent_packages_count":4.815609561355357,"stargazers_count":12.520584859523929,"forks_count":13.044563101951196,"docker_downloads_count":null,"average":8.263885423424323},"purl":"pkg:conda/pydocstyle?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pydocstyle/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2349},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-25T05:07:08.746Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":5284651,"name":"pydocstyle","ecosystem":"conda","description":"pydocstyle is a static analysis tool for checking compliance with Python docstring conventions. pydocstyle supports most of PEP 257 out of the box, but it should not be considered a reference implementation. The framework for checking docstring style is flexible, and custom checks can be easily added, for example to cover NumPy docstring conventions. pydocstyle supports Python 3.7 through 3.11.","homepage":"https://github.com/PyCQA/pydocstyle","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pydocstyle","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2018-09-13T17:56:40.000Z","latest_release_published_at":"2023-02-01T03:25:19.000Z","latest_release_number":"6.3.0","last_synced_at":"2026-03-12T03:16:01.660Z","created_at":"2022-10-03T15:41:08.820Z","updated_at":"2026-08-06T19:33:49.085Z","registry_url":"https://anaconda.org/anaconda/pydocstyle","install_command":"conda install -c anaconda pydocstyle","documentation_url":null,"metadata":{},"repo_metadata":{"id":2353743,"uuid":"3316803","full_name":"PyCQA/pydocstyle","owner":"PyCQA","description":"docstring style checker","archived":true,"fork":false,"pushed_at":"2023-11-03T22:28:46.000Z","size":1012,"stargazers_count":1116,"open_issues_count":121,"forks_count":190,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-28T02:21:58.435Z","etag":null,"topics":["docstrings","linter","python"],"latest_commit_sha":null,"homepage":"http://pydocstyle.org","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/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","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}},"created_at":"2012-01-31T17:18:23.000Z","updated_at":"2026-07-27T23:24:10.000Z","dependencies_parsed_at":"2023-02-10T12:16:51.310Z","dependency_job_id":"14668593-788b-4276-9669-62f1f64d3872","html_url":"https://github.com/PyCQA/pydocstyle","commit_stats":{"total_commits":584,"total_committers":98,"mean_commits":5.959183673469388,"dds":0.6164383561643836,"last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"previous_names":["greensteam/pep257"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pydocstyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/sbom","scorecard":{"id":59259,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pydocstyle","commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pre-release.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/test.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":"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":"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/pre-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/pre-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pydocstyle/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Info:   0 out of   6 GitHub-owned 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":"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":"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":"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-MIT:0","Info: FSF or OSI recognized license: MIT License: LICENSE-MIT: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":-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":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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-15T01:23:12.421Z","repository_id":2353743,"created_at":"2025-08-15T01:23:12.421Z","updated_at":"2025-08-15T01:23:12.421Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36118274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-31T02:00:06.731Z","response_time":112,"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":"PyCQA","name":"Python Code Quality Authority","uuid":"8749848","kind":"organization","description":"Organization for code quality tools (and plugins) for the Python programming language","email":"code-quality@python.org","website":"http://meta.pycqa.org","location":"Everywhere","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8749848?v=4","repositories_count":28,"last_synced_at":"2026-08-06T04:39:17.325Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":1021,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2026-08-06T04:39:17.437Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA/repositories"},"tags":[{"name":"6.3.0","sha":"07f6707e2c5612960347f7c00125620457f490a7","kind":"commit","published_at":"2023-01-17T20:27:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.3.0/manifests"},{"name":"6.2.3","sha":"f6bee54a157a77425db47d87bc2e65c584e5b45d","kind":"commit","published_at":"2023-01-08T18:02:33.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.3/manifests"},{"name":"6.2.2","sha":"bd294bbf6c80c578716e8817b5de79220ac9f089","kind":"commit","published_at":"2023-01-03T19:15:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.2/manifests"},{"name":"6.2.1","sha":"45fbcc1541ba572e36373d285521f93374a5a7f7","kind":"commit","published_at":"2023-01-03T09:32:25.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.1/manifests"},{"name":"6.2.0","sha":"05b92ba991f0b59649036efc4ea8f55b3c8b56bc","kind":"commit","published_at":"2023-01-02T22:58:34.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.2.0/manifests"},{"name":"6.1.1","sha":"faeaa735d5c9387ab2f02c5bf9d4f07d0e7b6841","kind":"tag","published_at":"2021-05-17T20:35:35.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.1/manifests"},{"name":"6.1.0","sha":"2a58918bcecc1c530f4043de04984676fe67ad2a","kind":"tag","published_at":"2021-05-17T18:39:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.1.0/manifests"},{"name":"6.0.0","sha":"5f59f6eba0d8f0168c6ab45ee97485569b861b77","kind":"tag","published_at":"2021-03-18T22:59:49.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/6.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/6.0.0/manifests"},{"name":"5.1.1","sha":"3324459514ddb048fc919ab2ed1f52471b801ab0","kind":"tag","published_at":"2020-08-29T20:52:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.1/manifests"},{"name":"5.1.0","sha":"d30ceea7b834b7d18cdac56af98c04e9923e68c2","kind":"tag","published_at":"2020-08-22T21:04:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.1.0/manifests"},{"name":"5.0.2","sha":"59396eb50d1d1a59fdccdd71cf4031577c02ab54","kind":"tag","published_at":"2020-01-08T12:37:01.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.2/manifests"},{"name":"5.0.1","sha":"05e6205630569452fa13799783641153ea6cb7c6","kind":"tag","published_at":"2019-12-09T20:02:53.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.1/manifests"},{"name":"5.0.0","sha":"49766c82a0e0db0dfaa28d7132d2a51221ff98ae","kind":"commit","published_at":"2019-12-09T08:10:42.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/5.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/5.0.0/manifests"},{"name":"4.0.1","sha":"32d551988fbefd1e8d250df5dcafa20aec0f53e2","kind":"commit","published_at":"2019-08-15T18:39:27.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.1/manifests"},{"name":"4.0.0","sha":"1409149eff7b78ecaaacabcfbd63488c0a4cdb57","kind":"commit","published_at":"2019-07-06T15:59:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/4.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/4.0.0/manifests"},{"name":"3.0.0","sha":"37c00d8fa8e43119e038d7309a784b094bd482ad","kind":"commit","published_at":"2018-10-14T10:54:04.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/3.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/3.0.0/manifests"},{"name":"2.1.1","sha":"d2bc5d2ae10d2f52c24608643bdbee71eb4ddf7a","kind":"commit","published_at":"2017-10-09T16:42:15.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.1/manifests"},{"name":"2.1.0","sha":"a9873d94e569933117ecf10cdea4772e3eeccd47","kind":"commit","published_at":"2017-10-08T09:23:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"d9a2baf09610502becf8965da8bcfc48d9f08687","kind":"tag","published_at":"2017-04-27T17:45:31.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/2.0.0/manifests"},{"name":"1.1.1","sha":"49675d39e8fe44db5976d303548a5b25b7ecf211","kind":"commit","published_at":"2016-10-04T10:56:05.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"1b9275a2ff03e4e292d30809b6cd3a40014f233e","kind":"commit","published_at":"2016-09-29T09:42:03.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.1.0/manifests"},{"name":"1.0.0","sha":"607f7db66ff1c50f4d41af4cfaa0cd53a9b7f3ff","kind":"commit","published_at":"2016-01-30T18:49:54.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/1.0.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/1.0.0/manifests"},{"name":"0.7.0","sha":"d7d21b1008556df728be3993ebdd62abe17f1fcb","kind":"commit","published_at":"2015-10-09T13:14:28.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.7.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.7.0/manifests"},{"name":"0.6.0","sha":"138939d78aa77068041359b54deab554ca92dad2","kind":"commit","published_at":"2015-07-20T18:45:30.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.6.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"9b7a2a6502e9a8bde6facfaa72dbec02f6db84c2","kind":"commit","published_at":"2015-03-14T15:48:09.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.5.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.5.0/manifests"},{"name":"0.4.1","sha":"4d45708122bade2c0db3f712113f38837cd67bcc","kind":"tag","published_at":"2015-01-30T18:06:57.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.4.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.4.1/manifests"},{"name":"0.3.2","sha":"0d449ebb4cd57667358d33574d97f2ef69548390","kind":"commit","published_at":"2014-03-11T10:48:41.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"183686258e5ba2a31a188a4b104793a9c6ee4b20","kind":"commit","published_at":"2014-03-10T09:54:44.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"012e042a21b58e83e1a48e7e4d08b2f27846fd0b","kind":"commit","published_at":"2014-02-06T12:12:24.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.3.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.3.0/manifests"},{"name":"0.2.4","sha":"1ad2962f8ac1cb6dbba0a3a1442c919e54c23506","kind":"commit","published_at":"2013-08-14T10:25:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.4","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"02c55dc507654a3affb718be4fe343c8965775a4","kind":"commit","published_at":"2013-06-22T10:59:06.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.3","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"2728380dae89893f0e201548a26647df10bfeed9","kind":"tag","published_at":"2013-04-30T13:08:52.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.2","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"b8a47a0336cbccad801f9b990c8fbdf000eeb34d","kind":"tag","published_at":"2013-04-25T07:37:58.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.1","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"e856fe85f70b5cacf24c7d870d19c56355fc2def","kind":"tag","published_at":"2012-08-13T16:45:12.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.2.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"b97ed5f22f3fe1c0655da2e52fe1c8fdf1398b4c","kind":"tag","published_at":"2012-07-28T16:00:39.000Z","download_url":"https://codeload.github.com/PyCQA/pydocstyle/tar.gz/0.1.0","html_url":"https://github.com/PyCQA/pydocstyle/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pydocstyle@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T19:33:49.085Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":169,"rankings":{"downloads":null,"dependent_repos_count":15.128593040847202,"dependent_packages_count":20.453857791225417,"stargazers_count":23.57034795763994,"forks_count":23.812405446293493,"docker_downloads_count":null,"average":20.74130105900151},"purl":"pkg:conda/pydocstyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pydocstyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pydocstyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pydocstyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-04T06:33:30.120Z","issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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/PyCQA%2Fpydocstyle/issues","maintainers":[{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"},{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"},{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pydocstyle/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5475,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":852},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-24T05:06:29.101Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}}],"commits":{"id":16309,"full_name":"PyCQA/pydocstyle","default_branch":"master","total_commits":584,"total_committers":92,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.3478260869565215,"dds":0.6147260273972603,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-08-20T11:37:44.401Z","last_synced_commit":"8d0cdfc93e86e096bb5753f07dc5c7c373e63837","created_at":"2023-03-07T11:32:18.671Z","updated_at":"2026-08-20T11:37:42.714Z","committers":[{"name":"Amir Rachum","email":"amir@rachum.com","login":"Nurdok","count":225},{"name":"Shachar Ohana","email":"shachar.o@gmail.com","login":"shacharoo","count":66},{"name":"Vladimir Keleshev","email":"halst@ya.ru","login":null,"count":56},{"name":"Sambhav Kothari","email":"sambhavs.email@gmail.com","login":"sambhav","count":46},{"name":"David Pursehouse","email":"david.pursehouse@sonymobile.com","login":"dpursehouse","count":22},{"name":"Jens Rantil","email":"jens.rantil@gmail.com","login":"JensRantil","count":11},{"name":"Andrew Starr-Bochicchio","email":"a.starr.b@gmail.com","login":"andrewsomething","count":10},{"name":"Daniel Pope","email":"mauve@mauveweb.co.uk","login":"lordmauve","count":8},{"name":"Eric Larson","email":"larson.eric.d@gmail.com","login":"larsoner","count":7},{"name":"Glenn Matthews","email":"glenn@e-dad.net","login":"glennmatthews","count":6},{"name":"Ian Cordasco","email":"graffatcolmingov@gmail.com","login":"sigmavirus24","count":5},{"name":"Tom Janson","email":"tom.janson@rwth-aachen.de","login":"tjanson","count":5},{"name":"Hugo van Kemenade","email":"hugovk","login":"hugovk","count":4},{"name":"John Vandenberg","email":"jayvdb@gmail.com","login":"jayvdb","count":4},{"name":"Ziad Sawalha","email":"gerrit@highbridgellc.com","login":"ziadsawalha","count":4},{"name":"Varun Agrawal","email":"varagrawal@gmail.com","login":"varunagrawal","count":3},{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":3},{"name":"Yuval Raz","email":"yuvalzhe@gmail.com","login":"theyuvalraz","count":3},{"name":"ruro","email":"ruro.ruro@ya.ru","login":"RuRo","count":3},{"name":"Hanaasagi","email":"ambiguous404@gmail.com","login":"Hanaasagi","count":3},{"name":"Peter Cock","email":"p.j.a.cock@googlemail.com","login":"peterjc","count":2},{"name":"Justin Ludwig","email":"justinludwig@gmail.com","login":"justinludwig","count":2},{"name":"Florian Bruhin","email":"git@the-compiler.org","login":"The-Compiler","count":2},{"name":"Julian Hille","email":"j.hille484@googlemail.com","login":"julianhille","count":2},{"name":"Joshua Cannon","email":"joshdcannon@gmail.com","login":"thejcannon","count":2},{"name":"Jonathan Beezley","email":"jonathan.beezley@kitware.com","login":"jbeezley","count":2},{"name":"Jiri Kuncar","email":"jiri.kuncar@cern.ch","login":"jirikuncar","count":2},{"name":"Jesse Mullan","email":"jmullan@visi.com","login":"jmullan","count":2},{"name":"Jace Browning","email":"jacebrowning@gmail.com","login":"jacebrowning","count":2},{"name":"Clemens Wolff","email":"clemens.wolff+git@gmail.com","login":"c-w","count":2},{"name":"Bryce Boe","email":"bbzbryce@gmail.com","login":"bboe","count":2},{"name":"Arthur Loder","email":"art@artloder.com","login":"artloder","count":2},{"name":"Antony Lee","email":"anntzer.lee@gmail.com","login":"anntzer","count":2},{"name":"Anthony Sottile","email":"asottile@umich.edu","login":"asottile","count":2},{"name":"Alex Hedges","email":"aphedges","login":"aphedges","count":2},{"name":"Six","email":"brbsix@gmail.com","login":"brbsix","count":2},{"name":"Ville Skyttä","email":"ville.skytta@iki.fi","login":"scop","count":2},{"name":"toroettg","email":"toroettg@gmail.com","login":"toroettg","count":2},{"name":"Adrian Kępka","email":"kepka.adrian@gmail.com","login":"Strus","count":1},{"name":"Alfred Wingate","email":"parona@protonmail.com","login":"parona-source","count":1},{"name":"Bendik Samseth","email":"b.samseth@gmail.com","login":"bsamseth","count":1},{"name":"Adam Chainz","email":"adam@adamj.eu","login":null,"count":1},{"name":"Daniel Stender","email":"debian@danielstender.com","login":null,"count":1},{"name":"Ian Cordasco","email":"ian.cordasco@rackspace.com","login":null,"count":1},{"name":"Marc Bryan","email":"marc.bryan@emc.com","login":null,"count":1},{"name":"Mathews John","email":"john.x.mathews@sonymobile.com","login":null,"count":1},{"name":"Matthieu Caneill","email":"matthieucan","login":"matthieucan","count":1},{"name":"Michael","email":"michael-k","login":"michael-k","count":1},{"name":"Michał Górny","email":"mgorny@gentoo.org","login":"mgorny","count":1},{"name":"Nick Murphy","email":"namurphy@cfa.harvard.edu","login":"namurphy","count":1},{"name":"Omer Katz","email":"omer.drow@gmail.com","login":"thedrow","count":1},{"name":"Patrycja Szabłowska","email":"szablowska.patrycja@gmail.com","login":"papisz","count":1},{"name":"Paul Sanders","email":"psanders1@gmail.com","login":"sanders41","count":1},{"name":"Peter Linss","email":"peter@linss.com","login":"plinss","count":1},{"name":"Pierre Sassoulas","email":"pierre.sassoulas@gmail.com","login":"Pierre-Sassoulas","count":1},{"name":"Ram Rachum","email":"ram@rachum.com","login":"cool-RR","count":1},{"name":"Ronald Hoogma","email":"ronald.hoogma@wearespindle.com","login":"rhoog","count":1},{"name":"Ryan Morshead","email":"ryan.morshead@gmail.com","login":"rmorshea","count":1},{"name":"Sam Brightman","email":"sam.brightman@gmail.com","login":"sambrightman","count":1},{"name":"Shachar Nudler","email":"nudler6@hotmail.com","login":"snudler6","count":1},{"name":"Stefano Palazzo","email":"stefano.palazzo@gmail.com","login":"sfstpala","count":1},{"name":"Tadej Janež","email":"tadej.j@nez.si","login":"tjanez","count":1},{"name":"Tim Hoffmann","email":"2836374+timhoffm","login":"timhoffm","count":1},{"name":"Tom Fryers","email":"61272761+TomFryers","login":"TomFryers","count":1},{"name":"William Andrea","email":"william.j.andrea@gmail.com","login":"wjandrea","count":1},{"name":"Wouter Overmeire","email":"lodagro@gmail.com","login":"lodagro","count":1},{"name":"kasium","email":"15907922+kasium","login":"kasium","count":1},{"name":"oczkoisse","email":"oczkoisse@pm.me","login":"oczkoisse","count":1},{"name":"yoseft","email":"yoseftwaik@gmail.com","login":"yoseft","count":1},{"name":"Vladimir Keleshev","email":"vladimirk@hapti.co","login":null,"count":1},{"name":"Benji York","email":"benji@benjiyork.com","login":"benji-york","count":1},{"name":"Charles Patel","email":"charlespatel007@yahoo.com","login":"acharles7","count":1},{"name":"Conrad Dean","email":"conrad.p.dean@gmail.com","login":"cpdean","count":1},{"name":"Daniel Hahler","email":"github@thequod.de","login":"blueyed","count":1},{"name":"Daniel Mietchen","email":"daniel.mietchen@googlemail.com","login":"Daniel-Mietchen","count":1},{"name":"Dirk Thomas","email":"dirk-thomas","login":"dirk-thomas","count":1},{"name":"Felipe Peter","email":"mr-peipei@web.de","login":"Mr-Pepe","count":1},{"name":"Fokko Driesprong","email":"fokko@apache.org","login":"Fokko","count":1},{"name":"Franco Gil","email":"45880759+realFranco","login":"realFranco","count":1},{"name":"G Roques","email":"groques360@gmail.com","login":"gbroques","count":1},{"name":"Gibson Fahnestock","email":"gibfahn@gmail.com","login":"gibfahn","count":1},{"name":"Jairo Llopis","email":"973709+yajo","login":"yajo","count":1},{"name":"Jan Gazda","email":"1oglop1@gmail.com","login":"1oglop1","count":1},{"name":"Jan Musílek","email":"jan.musilek@nic.cz","login":"stinovlas","count":1},{"name":"Johan Fleury","email":"jfleury+github@arcaik.net","login":"johanfleury","count":1},{"name":"John Krukoff","email":"john@krukoff.us","login":"jkrukoff","count":1},{"name":"Jon Banafato","email":"jon@jonafato.com","login":"jonafato","count":1},{"name":"Jon Dufresne","email":"jon.dufresne@gmail.com","login":"jdufresne","count":1},{"name":"Josh Barnes","email":"joshuacookebarnes@gmail.com","login":"jcb91","count":1},{"name":"Marc Mueller","email":"30130371+cdce8p","login":"cdce8p","count":1},{"name":"Matt Wozniski","email":"godlygeek@gmail.com","login":"godlygeek","count":1},{"name":"Matthias Bussonnier","email":"bussonniermatthias@gmail.com","login":"Carreau","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:10.794Z","repositories_count":6785664,"commits_count":984448164,"contributors_count":41490693,"owners_count":1365527,"committers_count":3365983,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"PyCQA/pydocstyle","html_url":"https://github.com/PyCQA/pydocstyle","last_synced_at":"2026-08-25T14:17:52.884Z","status":null,"issues_count":81,"pull_requests_count":37,"avg_time_to_close_issue":31013491.933333334,"avg_time_to_close_pull_request":15819213.566666666,"issues_closed_count":30,"pull_requests_closed_count":30,"pull_request_authors_count":26,"issue_authors_count":75,"avg_comments_per_issue":3.197530864197531,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":23,"bot_issues_count":0,"bot_pull_requests_count":0,"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,"created_at":"2023-05-10T11:08:46.192Z","updated_at":"2026-08-25T14:17:52.884Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpydocstyle/issues","issue_labels_count":{"table":{"Minor (New Feature)":5,"help wanted":4,"good first issue":4,"Waiting for Assignee":3,"bug":1,"call for maintainers":1,"Triage: In Discussion":1}},"pull_request_labels_count":{"table":{"STALE-PR":1}},"issue_author_associations_count":{"table":{"NONE":69,"CONTRIBUTOR":6,"MEMBER":5,"COLLABORATOR":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":23,"MEMBER":7,"NONE":7}},"issue_authors":{"table":{"DetachHead":4,"KelSolaar":2,"KotlinIsland":2,"samj1912":2,"tomarak":1,"raabf":1,"nioncode":1,"matthieucan":1,"wuch-g2v":1,"sadielbartholomew":1,"Freed-Wu":1,"jayvdb":1,"alkatar21":1,"facundobatista":1,"guillp":1,"buhtz":1,"CobaltCause":1,"kevinoid":1,"philvarner":1,"janosh":1,"erikvanderwerf":1,"utkonos":1,"betapl3b":1,"mtelka":1,"ITProKyle":1,"sobolevn":1,"tjanez":1,"remcohaszing":1,"q-wertz":1,"odoublewen":1,"Mutantpenguin":1,"torfsen":1,"takos22":1,"saroad2":1,"PDL213":1,"peterjc":1,"kirisakow":1,"Nurdok":1,"LinqLover":1,"sebastian-correa":1,"codejedi365":1,"penguinpee":1,"ziima":1,"markustoivonen":1,"jamesbraza":1,"fnielsen":1,"adamjstewart":1,"wlcx":1,"597038837":1,"jlu-barracuda":1,"mondeja":1,"borghoffd":1,"adam-grant-hendry":1,"mr-c":1,"Alexander-Serov":1,"robin-moss":1,"The-Compiler":1,"Mr-Pepe":1,"jveitchmichaelis":1,"rigelifland":1,"bdrung":1,"bartekpacia":1,"stinovlas":1,"vyasr":1,"marc2982":1,"urmich":1,"tushar-deepsource":1,"Viech":1,"SamuelMarks":1,"EwertonDCSilv":1,"kasium":1,"jpulec":1,"Georacer":1,"phistep":1,"pwm1234-sri":1}},"pull_request_authors":{"table":{"samj1912":4,"thejcannon":3,"cclauss":3,"kasium":2,"Mr-Pepe":2,"parona-source":2,"aphedges":2,"benji-york":1,"JelteF":1,"wjandrea":1,"Fokko":1,"stinovlas":1,"anntzer":1,"heoga":1,"mondeja":1,"sobolevn":1,"mashanz":1,"realFranco":1,"Pierre-Sassoulas":1,"tushar-deepsource":1,"yajo":1,"cdce8p":1,"jayvdb":1,"mgilson":1,"Daniel-Mietchen":1,"mgorny":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:06.716Z","repositories_count":16403473,"issues_count":42720943,"pull_requests_count":136640990,"authors_count":11539114,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{}},"maintainers":[{"table":{"login":"samj1912","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samj1912"}},{"table":{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}},{"table":{"login":"The-Compiler","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/The-Compiler"}},{"table":{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}},{"table":{"login":"adamjstewart","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adamjstewart"}},{"table":{"login":"Pierre-Sassoulas","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Pierre-Sassoulas"}},{"table":{"login":"Nurdok","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Nurdok"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":3,"WatchEvent":13},"last_year":{}},"keywords":["docstrings","linter","python"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements/docs.txt","sha":null,"kind":"manifest","created_at":"2022-06-25T19:00:45.170Z","updated_at":"2022-06-25T19:00:45.170Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/requirements/docs.txt","dependencies":[{"id":57923975,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":57923976,"package_name":"sphinx","ecosystem":"pypi","requirements":"==1.6.2","direct":true,"kind":"runtime","optional":false},{"id":57923977,"package_name":"Jinja2","ecosystem":"pypi","requirements":"==3.0.3","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/runtime.txt","sha":null,"kind":"manifest","created_at":"2022-06-25T19:00:45.296Z","updated_at":"2022-06-25T19:00:45.296Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/requirements/runtime.txt","dependencies":[{"id":57923978,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"==1.2.1","direct":true,"kind":"runtime","optional":false},{"id":57923979,"package_name":"toml","ecosystem":"pypi","requirements":"==0.10.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/test_env.txt","sha":null,"kind":"manifest","created_at":"2022-06-25T19:00:45.477Z","updated_at":"2022-06-25T19:00:45.477Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/requirements/test_env.txt","dependencies":[{"id":57924373,"package_name":"tox","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements/tests.txt","sha":null,"kind":"manifest","created_at":"2022-06-25T19:00:45.756Z","updated_at":"2022-06-25T19:00:45.756Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/requirements/tests.txt","dependencies":[{"id":57924384,"package_name":"pytest","ecosystem":"pypi","requirements":"==6.2.5","direct":true,"kind":"runtime","optional":false},{"id":57924385,"package_name":"mypy","ecosystem":"pypi","requirements":"==0.930","direct":true,"kind":"runtime","optional":false},{"id":57924386,"package_name":"black","ecosystem":"pypi","requirements":"==22.3","direct":true,"kind":"runtime","optional":false},{"id":57924387,"package_name":"isort","ecosystem":"pypi","requirements":"==5.4.2","direct":true,"kind":"runtime","optional":false},{"id":57924388,"package_name":"types-toml","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":57924389,"package_name":"types-setuptools","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pre-release.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:48:03.565Z","updated_at":"2023-01-13T11:48:03.565Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/.github/workflows/pre-release.yml","dependencies":[{"id":6875705531,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6875705532,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:48:03.579Z","updated_at":"2023-01-13T11:48:03.579Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/.github/workflows/release.yml","dependencies":[{"id":6875705533,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6875705534,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:48:03.594Z","updated_at":"2023-01-13T11:48:03.594Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/.github/workflows/test.yml","dependencies":[{"id":6875705535,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6875705536,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"poetry.lock","sha":null,"kind":"lockfile","created_at":"2023-01-13T11:48:03.610Z","updated_at":"2023-01-13T11:48:03.610Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/poetry.lock","dependencies":[{"id":6875705537,"package_name":"importlib-metadata","ecosystem":"pypi","requirements":"4.8.3","direct":false,"kind":"runtime","optional":false},{"id":6875705538,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"2.2.0","direct":false,"kind":"runtime","optional":false},{"id":6875705539,"package_name":"tomli","ecosystem":"pypi","requirements":"1.2.3","direct":false,"kind":"runtime","optional":false},{"id":6875705540,"package_name":"typing-extensions","ecosystem":"pypi","requirements":"4.1.1","direct":false,"kind":"runtime","optional":false},{"id":6875705541,"package_name":"zipp","ecosystem":"pypi","requirements":"3.6.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:48:03.625Z","updated_at":"2023-01-13T11:48:03.625Z","repository_link":"https://github.com/PyCQA/pydocstyle/blob/master/pyproject.toml","dependencies":[{"id":6875705542,"package_name":"python","ecosystem":"pypi","requirements":"\u003e=3.6","direct":true,"kind":"runtime","optional":false},{"id":6875705543,"package_name":"snowballstemmer","ecosystem":"pypi","requirements":"\u003e=2.2.0","direct":true,"kind":"runtime","optional":false},{"id":6875705544,"package_name":"tomli","ecosystem":"pypi","requirements":"\u003e=1.2.3","direct":true,"kind":"runtime","optional":false},{"id":6875705545,"package_name":"importlib-metadata","ecosystem":"pypi","requirements":"\u003e=2.0.0,\u003c5.0.0","direct":true,"kind":"runtime","optional":false}]}],"score":30.774158725415685,"created_at":"2026-05-04T06:49:40.442Z","updated_at":"2026-08-26T14:41:54.781Z","avatar_url":"https://github.com/PyCQA.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371909","html_url":"https://summary.ecosyste.ms/projects/371909"}