{"id":371577,"url":"https://github.com/PyCQA/pycodestyle","last_synced_at":"2026-08-25T14:10:53.262Z","repository":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"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-25T01:26:18.485Z","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-25T01:26:18.542Z","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":13773601,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T12:25:25.587Z","latest_release_published_at":"2026-02-13T12:25:25.587Z","latest_release_number":"2.8.0-2","last_synced_at":"2026-03-13T12:38:25.981Z","created_at":"2026-02-13T12:25:25.125Z","updated_at":"2026-08-22T17:25:12.575Z","registry_url":"https://launchpad.net/ubuntu/+source/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.0","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T17:25:12.574Z","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:deb/ubuntu/pycodestyle?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":971},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-24T05:06:06.213Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13663334,"name":"pycodestyle","ecosystem":"debian","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T09:44:58.281Z","latest_release_published_at":"2026-02-12T09:44:58.281Z","latest_release_number":"2.12.1-2","last_synced_at":"2026-03-14T08:04:59.390Z","created_at":"2026-02-12T09:44:58.115Z","updated_at":"2026-08-23T00:57:25.647Z","registry_url":"https://tracker.debian.org/pkg/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":"https://packages.debian.org/trixie/pycodestyle","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T00:57:25.647Z","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:deb/debian/pycodestyle?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1681},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-24T05:05:13.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":14547414,"name":"devel/py-codestyle","ecosystem":"openbsd","description":"Python style guide checker","homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":[],"namespace":"devel","versions_count":1,"first_release_published_at":"2026-04-25T13:29:16.000Z","latest_release_published_at":"2026-04-25T13:29:16.000Z","latest_release_number":"2.12.1p1","last_synced_at":"2026-05-28T00:41:45.259Z","created_at":"2026-05-28T00:41:45.063Z","updated_at":"2026-08-22T04:19:36.970Z","registry_url":"https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/py-codestyle/","install_command":"pkg_add py3-codestyle-2.12.1p1","documentation_url":null,"metadata":{"pkgstem":"py3-codestyle","fullpkgname":"py3-codestyle-2.12.1p1","subpackage":"-"},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T04:19:36.970Z","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:openbsd/devel/py-codestyle?arch=amd64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/openbsd/devel/py-codestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/openbsd/devel/py-codestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/openbsd/devel/py-codestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages/devel%2Fpy-codestyle/codemeta","maintainers":[{"uuid":"daniel@openbsd.org","login":null,"name":"Daniel Dickman","email":"daniel@openbsd.org","url":null,"packages_count":108,"html_url":null,"role":null,"created_at":"2026-05-28T00:41:45.587Z","updated_at":"2026-05-28T00:41:45.587Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/maintainers/daniel@openbsd.org/packages"}],"registry":{"name":"openbsd-7.9-amd64","url":"https://cdn.openbsd.org/pub/OpenBSD/7.9/packages/amd64","ecosystem":"openbsd","default":true,"packages_count":11808,"maintainers_count":274,"namespaces_count":42,"keywords_count":23,"github":"openbsd","metadata":{"arch":"amd64","sqlports_version":"7.54","funded_packages_count":219},"icon_url":"https://github.com/openbsd.png","created_at":"2026-05-26T11:21:10.750Z","updated_at":"2026-08-24T05:00:06.782Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/openbsd-7.9-amd64/namespaces"}},{"id":13561926,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T05:33:31.749Z","latest_release_published_at":"2026-02-11T05:33:31.749Z","latest_release_number":"2.10.0-1","last_synced_at":"2026-03-11T13:29:16.337Z","created_at":"2026-02-11T05:33:31.557Z","updated_at":"2026-08-22T04:19:34.262Z","registry_url":"https://launchpad.net/ubuntu/+source/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T04:19:34.262Z","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:deb/ubuntu/pycodestyle?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1100},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-24T05:06:12.490Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13706450,"name":"pycodestyle","ecosystem":"debian","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T22:12:33.065Z","latest_release_published_at":"2026-02-12T22:12:33.065Z","latest_release_number":"2.10.0-1","last_synced_at":"2026-03-13T13:44:01.920Z","created_at":"2026-02-12T22:12:32.910Z","updated_at":"2026-08-21T20:27:43.276Z","registry_url":"https://tracker.debian.org/pkg/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":"https://packages.debian.org/bookworm/pycodestyle","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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-21T01:15:15.297Z","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-21T01:15:15.313Z","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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-21T20:27:43.275Z","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:deb/debian/pycodestyle?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2650,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1231},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-24T05:06:15.317Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":2867458,"name":"pycodestyle","ecosystem":"pypi","description":"Python style guide checker","homepage":"https://pycodestyle.pycqa.org/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["pycodestyle","pep8","PEP 8","PEP-8","PEP8"],"namespace":null,"versions_count":23,"first_release_published_at":"2016-05-31T00:09:03.000Z","latest_release_published_at":"2025-06-20T18:49:47.000Z","latest_release_number":"2.14.0","last_synced_at":"2026-08-24T13:43:04.972Z","created_at":"2022-04-10T12:10:48.029Z","updated_at":"2026-08-24T13:43:04.972Z","registry_url":"https://pypi.org/project/pycodestyle/","install_command":"pip install pycodestyle --index-url https://pypi.org/simple","documentation_url":"https://pycodestyle.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Intended Audience :: Developers","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: Implementation :: CPython","Programming Language :: Python :: Implementation :: PyPy","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"pycodestyle","project_status":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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-23T01:22:04.850Z","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-23T01:22:04.861Z","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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T06:11:01.518Z","dependent_packages_count":638,"downloads":81799840,"downloads_period":"last-month","dependent_repos_count":120162,"rankings":{"downloads":0.03264815015214405,"dependent_repos_count":0.008620578972757136,"dependent_packages_count":0.03521598218658235,"stargazers_count":0.8272087482369082,"forks_count":1.9156026976909688,"docker_downloads_count":0.31859458884423714,"average":0.5229817910139329},"purl":"pkg:pypi/pycodestyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pycodestyle","docker_dependents_count":4659,"docker_downloads_count":648009499,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pycodestyle/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycodestyle/codemeta","maintainers":[{"uuid":"asottile","login":"asottile","name":null,"email":null,"url":null,"packages_count":91,"html_url":"https://pypi.org/user/asottile/","role":null,"created_at":"2022-12-15T05:48:22.870Z","updated_at":"2022-12-15T05:48:22.870Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/asottile/packages"},{"uuid":"IanLee1521","login":"IanLee1521","name":null,"email":null,"url":null,"packages_count":13,"html_url":"https://pypi.org/user/IanLee1521/","role":null,"created_at":"2022-12-15T05:48:22.852Z","updated_at":"2022-12-15T05:48:22.852Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/IanLee1521/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930432,"maintainers_count":399695,"namespaces_count":0,"keywords_count":311773,"github":"pypi","metadata":{"funded_packages_count":58574,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-24T05:05:47.334Z","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":5290209,"name":"pycodestyle","ecosystem":"conda","description":null,"homepage":"https://pycodestyle.readthedocs.io/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2022-10-03T15:49:28.860Z","latest_release_published_at":"2022-08-04T18:37:26.000Z","latest_release_number":"2.9.1","last_synced_at":"2026-03-14T17:30:47.088Z","created_at":"2022-10-03T15:49:28.853Z","updated_at":"2026-08-22T04:19:31.930Z","registry_url":"https://anaconda.org/conda-forge/pycodestyle","install_command":"conda install -c conda-forge pycodestyle","documentation_url":null,"metadata":{},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T04:19:31.930Z","dependent_packages_count":26,"downloads":null,"downloads_period":null,"dependent_repos_count":533,"rankings":{"downloads":null,"dependent_repos_count":1.2076450920704627,"dependent_packages_count":2.5949398672588453,"stargazers_count":5.010230051399771,"forks_count":6.138030839862268,"docker_downloads_count":null,"average":3.7377114626478365},"purl":"pkg:conda/pycodestyle?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pycodestyle/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pycodestyle/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":2348},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-23T05:06:09.364Z","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":13798597,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T16:58:16.481Z","latest_release_published_at":"2026-02-13T16:58:16.481Z","latest_release_number":"2.10.0-1","last_synced_at":"2026-03-14T00:16:31.794Z","created_at":"2026-02-13T16:58:16.264Z","updated_at":"2026-08-22T04:19:36.112Z","registry_url":"https://launchpad.net/ubuntu/+source/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T04:19:36.112Z","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:deb/ubuntu/pycodestyle?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1334},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-24T05:06:10.948Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13402642,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T10:11:39.388Z","latest_release_published_at":"2026-02-06T10:11:39.388Z","latest_release_number":"2.11.1-1","last_synced_at":"2026-03-06T10:21:14.228Z","created_at":"2026-02-06T10:11:30.021Z","updated_at":"2026-08-22T04:37:27.757Z","registry_url":"https://launchpad.net/ubuntu/+source/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T04:37:27.757Z","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:deb/ubuntu/pycodestyle?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T01:17:39.990Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1237},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-24T05:06:09.353Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":5284633,"name":"pycodestyle","ecosystem":"conda","description":"Pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.","homepage":"https://pycodestyle.pycqa.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2017-09-11T07:36:55.000Z","latest_release_published_at":"2025-08-28T11:49:39.000Z","latest_release_number":"2.14.0","last_synced_at":"2026-04-01T01:58:12.082Z","created_at":"2022-10-03T15:41:07.827Z","updated_at":"2026-08-22T05:44:33.313Z","registry_url":"https://anaconda.org/anaconda/pycodestyle","install_command":"conda install -c anaconda pycodestyle","documentation_url":null,"metadata":{},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T05:44:33.313Z","dependent_packages_count":6,"downloads":null,"downloads_period":null,"dependent_repos_count":533,"rankings":{"downloads":null,"dependent_repos_count":7.127755964965267,"dependent_packages_count":8.698278465720326,"stargazers_count":11.507097553609182,"forks_count":12.352763515554214,"docker_downloads_count":null,"average":9.921473874962247},"purl":"pkg:conda/pycodestyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pycodestyle/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/pycodestyle/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"}},{"id":13462566,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":"other","normalized_licenses":[],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T10:56:27.656Z","latest_release_published_at":"2026-02-09T10:56:27.656Z","latest_release_number":"2.11.1-1","last_synced_at":"2026-03-09T11:07:26.672Z","created_at":"2026-02-09T10:56:27.328Z","updated_at":"2026-08-22T08:00:17.119Z","registry_url":"https://launchpad.net/ubuntu/+source/pycodestyle","install_command":"apt-get install pycodestyle","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"pycodestyle, python3-pycodestyle","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest \u003c!nocheck\u003e, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T08:00:17.119Z","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:deb/ubuntu/pycodestyle?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pycodestyle/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1308},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-24T05:05:15.657Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":75956,"name":"py-pycodestyle","ecosystem":"spack","description":"pycodestyle is a tool to check your Python code against some of the\nstyle conventions in PEP 8. Note: formerly called pep8.\n","homepage":"https://github.com/PyCQA/pycodestyle","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/PyCQA/pycodestyle","keywords_array":[],"namespace":null,"versions_count":22,"first_release_published_at":"2022-04-05T09:27:23.019Z","latest_release_published_at":"2025-09-25T00:09:55.350Z","latest_release_number":"2.14.0","last_synced_at":"2026-08-24T13:43:24.790Z","created_at":"2022-04-05T09:27:22.994Z","updated_at":"2026-08-24T13:43:24.791Z","registry_url":"https://packages.spack.io/package.html?name=py-pycodestyle","install_command":"spack install py-pycodestyle","documentation_url":null,"metadata":{},"repo_metadata":{"id":680325,"uuid":"324077","full_name":"PyCQA/pycodestyle","owner":"PyCQA","description":"Simple Python style checker in one Python file","archived":false,"fork":false,"pushed_at":"2026-08-16T19:25:35.000Z","size":1851,"stargazers_count":5161,"open_issues_count":105,"forks_count":755,"subscribers_count":108,"default_branch":"main","last_synced_at":"2026-08-21T18:48:03.933Z","etag":null,"topics":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"latest_commit_sha":null,"homepage":"https://pycodestyle.pycqa.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jacquescrocker/guard-resque","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PyCQA.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-08-19T03:26:18.000Z","dependencies_parsed_at":"2026-08-17T08:35:03.891Z","dependency_job_id":null,"html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1142,"total_committers":141,"mean_commits":8.099290780141844,"dds":0.626970227670753,"last_synced_commit":"887b89d3993079530591fcdc6834426feb90e87c"},"previous_names":["jcrocholl/pep8","pycqa/pep8"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/PyCQA/pycodestyle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PyCQA","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/sbom","scorecard":{"id":115208,"data":{"date":"2025-08-11","repo":{"name":"github.com/PyCQA/pycodestyle","commit":"76bbcb23cbcd0bc2443ec959489e5164372de9ff"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 7/10 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":"Maintained","score":10,"reason":"16 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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/main.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/PyCQA/pycodestyle/main.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:52","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-16T01:02:01.063Z","repository_id":680325,"created_at":"2025-08-16T01:02:01.064Z","updated_at":"2025-08-16T01:02:01.064Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36808576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-21T02:00:06.756Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"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":"2.14.0","sha":"814a0d1259444a21ed318e64edaf6a530c2aeeb8","kind":"tag","published_at":"2025-06-20T18:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.14.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.14.0/manifests"},{"name":"2.13.0","sha":"3f52426121985a1717c214aeac47650d5c729621","kind":"tag","published_at":"2025-03-29T17:35:26.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.13.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.13.0/manifests"},{"name":"2.12.1","sha":"5cff01b3a8ea81961483b7ff885df66db6b44e4e","kind":"tag","published_at":"2024-08-04T20:26:04.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.1/manifests"},{"name":"2.12.0","sha":"6f60985ab563c3657da8d44ba391128b40c9ea24","kind":"tag","published_at":"2024-06-15T21:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.12.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.12.0/manifests"},{"name":"2.11.1","sha":"cefd59cf8e8a199a978da491e75a37fe4d37de82","kind":"tag","published_at":"2023-10-12T23:39:10.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.1/manifests"},{"name":"2.11.0","sha":"21abd9b6dcbfa38635bc85a2c2327ec11ad91ffc","kind":"tag","published_at":"2023-07-29T17:18:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.11.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.11.0/manifests"},{"name":"2.10.0","sha":"1063db8747e7d4e213160458aa3792e5ec05bc10","kind":"tag","published_at":"2022-11-23T18:26:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.10.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.10.0/manifests"},{"name":"2.9.1","sha":"10a4427c75740717b43448339fcf71f11bc33d1a","kind":"tag","published_at":"2022-08-03T23:12:51.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.1/manifests"},{"name":"2.9.0","sha":"44b3d2895b39b1eff8cb5048ae3464a033b4ede8","kind":"tag","published_at":"2022-07-30T19:32:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.9.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.9.0/manifests"},{"name":"2.8.0","sha":"5194e66093b58632b37f59da97e89d3e98bf0692","kind":"tag","published_at":"2021-10-11T00:55:29.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.8.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.8.0/manifests"},{"name":"2.7.0","sha":"930e2cad15df3661306740c30a892a6f1902ef1d","kind":"tag","published_at":"2021-03-16T14:05:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.7.0/manifests"},{"name":"2.6.0","sha":"d414383860c483c57d1fafc12c630b46a5616d3c","kind":"tag","published_at":"2020-05-11T19:57:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0/manifests"},{"name":"2.6.0a1","sha":"99f354dd37c872e457c0da27924c0ec95b8adffb","kind":"tag","published_at":"2020-05-08T14:28:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.6.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.6.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.6.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.6.0a1/manifests"},{"name":"2.5.0","sha":"e91ef6e40f2be30f9af7a86a84255d6bdfe23f51","kind":"tag","published_at":"2019-01-29T13:58:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.5.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.5.0/manifests"},{"name":"2.4.0","sha":"f73c4bb211986cd8d340de2f018c3ff6a3d73c5f","kind":"tag","published_at":"2018-04-10T11:26:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.4.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.4.0/manifests"},{"name":"1.7.1","sha":"45f79c710a1a433cc5ab0b2e1a5972b778c44c31","kind":"tag","published_at":"2017-10-22T14:20:36.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.1/manifests"},{"name":"2.3.1","sha":"ca5350195031c8e29c50292404eaec848bbb073b","kind":"tag","published_at":"2017-01-30T23:58:55.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.1/manifests"},{"name":"2.3.0","sha":"9f725fb0fad8919a9467834309fbd9f604280035","kind":"tag","published_at":"2017-01-28T13:30:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.3.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.3.0/manifests"},{"name":"2.2.0","sha":"8053c7c1d5597b062c58c5991231b62e11b435e9","kind":"tag","published_at":"2016-11-14T18:43:58.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.2.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.2.0/manifests"},{"name":"2.1.0","sha":"510c690873e740f4b23289ab47dc58e13685ccf1","kind":"tag","published_at":"2016-11-04T15:52:47.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.1.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.1.0/manifests"},{"name":"2.0.0","sha":"fd4f1c286cdc4e0bc25822e10742adbc9062af15","kind":"commit","published_at":"2016-05-31T23:57:17.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0/manifests"},{"name":"2.0.0a1","sha":"c7490b0f3ff1d18fae8c7f12b835885dc3bd19fc","kind":"commit","published_at":"2016-05-31T18:59:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/2.0.0a1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/2.0.0a1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@2.0.0a1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/2.0.0a1/manifests"},{"name":"1.7.0","sha":"b8088a2b6bc5b76bece174efad877f764529bc74","kind":"commit","published_at":"2016-01-12T18:39:59.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.7.0","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.7.0/manifests"},{"name":"1.6.2","sha":"dcfdfda78527392433a78d8ed68b6d5a78cdf6c2","kind":"commit","published_at":"2015-02-15T22:06:23.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.2/manifests"},{"name":"1.6.1","sha":"1f4227b3735333d7a2fdb197eb049850961e3977","kind":"commit","published_at":"2015-02-08T21:31:33.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6.1/manifests"},{"name":"1.6","sha":"2d8a9077caa01e7bdd415344aba51cc73a5ac9fe","kind":"commit","published_at":"2015-02-07T02:49:09.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.6/manifests"},{"name":"1.5.7","sha":"164066c4d85f212f5f4a11699b848942c678b947","kind":"commit","published_at":"2014-05-29T16:57:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.7","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.7/manifests"},{"name":"1.5.6","sha":"96290d48b1334fe8542666174d7775cda3f46d9a","kind":"commit","published_at":"2014-04-14T17:04:18.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.6/manifests"},{"name":"1.5.5","sha":"74996fe0ad4c881bdd6d139129aa9e83a35cf935","kind":"commit","published_at":"2014-04-10T08:54:30.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"a2c3b9b05928000b5494a1c13c3068cd53eaf8f5","kind":"commit","published_at":"2014-04-07T05:53:05.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"310746ed7ad69c9b294ad3967e5dd5c19f91b9b9","kind":"commit","published_at":"2014-04-04T19:47:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"e66913146492056188f5f4f37c988ebb9413e093","kind":"commit","published_at":"2014-04-04T06:56:34.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"6a3dfa8ae7934053665ef61e36d79a8e5a8ef922","kind":"commit","published_at":"2014-03-27T17:31:24.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5.1/manifests"},{"name":"1.5","sha":"bbf35c8c2fb0d668089dfe7aba500c94510d353f","kind":"commit","published_at":"2014-03-26T11:00:08.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.5/manifests"},{"name":"1.4.6","sha":"bbea5423ca58a90efddccb055e10a34a9f1a297e","kind":"commit","published_at":"2013-07-02T14:05:35.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.6","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d33b154db40cf22237db5cacbe88e0b0f14a5cdb","kind":"commit","published_at":"2013-03-06T18:52:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.5","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"1603f936555bed334f8a70e7e22cd92c09d4d4e9","kind":"commit","published_at":"2013-02-24T15:28:44.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"c783b3bb2ce8fe51a91430ee31adf1133abf4361","kind":"commit","published_at":"2013-02-22T07:21:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"1dbd8903d74a93ed696a0707cb45cce1bd383b44","kind":"commit","published_at":"2013-02-09T23:56:20.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"f7478bfe0d7d46064baf5ef1580349ad7ebe6b3f","kind":"commit","published_at":"2013-01-18T22:39:31.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4.1/manifests"},{"name":"1.4","sha":"4af7fad19c6671164576f3a8c8194cc220f3419d","kind":"commit","published_at":"2012-12-22T21:46:00.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.4/manifests"},{"name":"1.3.4","sha":"a3d236e36c8feef6644a459d09dea52dfd38eff9","kind":"commit","published_at":"2012-12-18T22:18:46.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.4","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.4/manifests"},{"name":"1.3.3","sha":"edab8dee4894170d49eeaba1c27e55c317951921","kind":"commit","published_at":"2012-06-27T06:39:54.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.3/manifests"},{"name":"1.3.2","sha":"bb20999aefc394fb826371764146bf61d8e572e2","kind":"commit","published_at":"2012-06-26T19:58:01.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"7131ddaaccca4de7418c52bbd2c9908c54d651bf","kind":"commit","published_at":"2012-06-18T10:15:16.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3.1/manifests"},{"name":"1.3","sha":"da17a56feae02c0efc84781dd4425721c923ddf5","kind":"commit","published_at":"2012-06-15T12:57:32.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.3","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.3/manifests"},{"name":"1.2","sha":"fcd5d7523d304dd465dc4a60cb81b666ae4b1d3c","kind":"commit","published_at":"2012-06-01T13:57:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.2","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.2/manifests"},{"name":"1.1","sha":"0c09b56ce22740e35e552daa581e85315f0c0131","kind":"tag","published_at":"2012-05-24T08:15:19.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.1/manifests"},{"name":"1.0.1","sha":"3df8635fedb722cad1d0587d7b87d79969030a62","kind":"tag","published_at":"2012-04-06T15:46:02.000Z","download_url":"https://codeload.github.com/PyCQA/pycodestyle/tar.gz/1.0.1","html_url":"https://github.com/PyCQA/pycodestyle/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/PyCQA/pycodestyle@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/tags/1.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T09:47:25.942Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":9.712380158399334,"stargazers_count":2.0286230373766845,"forks_count":3.251354731137974,"average":3.748089481728498},"purl":"pkg:spack/py-pycodestyle","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-pycodestyle","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-pycodestyle","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-pycodestyle/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T04:19:32.180Z","issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}],"active_maintainers":[{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-pycodestyle/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2153,"html_url":null,"role":null,"created_at":"2022-11-14T16:54:19.566Z","updated_at":"2022-11-14T16:54:19.566Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9303,"maintainers_count":1032,"namespaces_count":0,"keywords_count":3959,"github":"spack","metadata":{"funded_packages_count":510},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-08-24T05:06:47.739Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}}],"commits":{"id":25981,"full_name":"PyCQA/pycodestyle","default_branch":"main","total_commits":1168,"total_committers":137,"total_bot_commits":60,"total_bot_committers":1,"mean_commits":8.525547445255475,"dds":0.6352739726027397,"past_year_total_commits":8,"past_year_total_committers":2,"past_year_total_bot_commits":4,"past_year_total_bot_committers":1,"past_year_mean_commits":4.0,"past_year_dds":0.5,"last_synced_at":"2026-08-19T11:08:16.721Z","last_synced_commit":"d6c38543a95c3adec7958fc659f4081972a3f1d1","created_at":"2023-03-07T16:28:39.168Z","updated_at":"2026-08-19T11:08:05.539Z","committers":[{"name":"Florent Xicluna","email":"florent.xicluna@gmail.com","login":"florentx","count":426},{"name":"Ian Lee","email":"IanLee1521@gmail.com","login":"IanLee1521","count":138},{"name":"Johann C. Rocholl","email":"johann@rocholl.net","login":"jcrocholl","count":105},{"name":"Anthony Sottile","email":"asottile@umich.edu","login":"asottile","count":97},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":60},{"name":"Ian Cordasco","email":"graffatcolmingov@gmail.com","login":"sigmavirus24","count":32},{"name":"reinout","email":"reinout@vanrees.org","login":"reinout","count":20},{"name":"Jon Dufresne","email":"jon.dufresne@gmail.com","login":"jdufresne","count":15},{"name":"Marc Mueller","email":"30130371+cdce8p","login":"cdce8p","count":13},{"name":"Sam Vilain","email":"svilain@saymedia.com","login":null,"count":13},{"name":"myint","email":"myint@macbookpro.local","login":null,"count":7},{"name":"Kristian Glass","email":"git@doismellburning.co.uk","login":"doismellburning","count":7},{"name":"Greg Ward","email":"greg@gerg.ca","login":"gward","count":7},{"name":"Mike Miller","email":"mike@mtmxr.com","login":"mtmiller","count":6},{"name":"Thomas Schultz","email":"daspecster@gmail.com","login":"daspecster","count":6},{"name":"cburroughs","email":"chris.burroughs@gmail.com","login":"cburroughs","count":6},{"name":"Antony Lee","email":"anntzer.lee@gmail.com","login":"anntzer","count":5},{"name":"Danny Sepler","email":"dannysepler@gmail.com","login":"dannysepler","count":5},{"name":"Steven Myint","email":"git@stevenmyint.com","login":"myint","count":5},{"name":"Ilambharathi Kanniah","email":"ilambharathik@gmail.com","login":"ilam","count":4},{"name":"Pavel Savchenko","email":"asfaltboy@gmail.com","login":"asfaltboy","count":4},{"name":"Dmitry Jemerov","email":"yole@google.com","login":"yole","count":4},{"name":"Nikita Serba","email":"nikitaserba@icloud.com","login":"sandsbit","count":4},{"name":"Marco Sirabella","email":"marco@sirabella.org","login":"mjsir911","count":4},{"name":"Ville Skyttä","email":"ville.skytta@iki.fi","login":"scop","count":4},{"name":"Rach Belaid","email":"rachid.belaid@gmail.com","login":"rach","count":4},{"name":"Chris Beaven","email":"smileychris@gmail.com","login":"SmileyChris","count":4},{"name":"Eric Cousineau","email":"eric.cousineau@tri.global","login":"EricCousineau-TRI","count":4},{"name":"Julien Palard","email":"julien@palard.fr","login":"JulienPalard","count":3},{"name":"hhatto","email":"hhatto.jp@gmail.com","login":"hhatto","count":3},{"name":"Tony Wang","email":"wwwjfy@gmail.com","login":"wwwjfy","count":3},{"name":"Tim Leslie","email":"timl@breakawayconsulting.com.au","login":"timleslie","count":3},{"name":"Sebastian Rettenberger","email":"sebastian.rettenberger@volke-muc.de","login":"rettenbs","count":3},{"name":"Pierre Sassoulas","email":"pierre.sassoulas@gmail.com","login":"Pierre-Sassoulas","count":3},{"name":"Monty Taylor","email":"mordred@inaugust.com","login":"emonty","count":3},{"name":"Marc Abramowitz","email":"marc@marc-abramowitz.com","login":"msabramo","count":3},{"name":"Jakub Wilk","email":"jwilk@jwilk.net","login":"jwilk","count":3},{"name":"David Thompson","email":"david.thompson@glassesdirect.co.uk","login":null,"count":3},{"name":"David Pursehouse","email":"david.pursehouse@gmail.com","login":"dpursehouse","count":3},{"name":"Alec Thomas","email":"alec@swapoff.org","login":"alecthomas","count":3},{"name":"Adam Johnson","email":"me@adamj.eu","login":"adamchainz","count":3},{"name":"namaevae","email":"namaevae@sovcombank.ru","login":null,"count":3},{"name":"fabioz","email":"fabiofz@gmail.com","login":"fabioz","count":2},{"name":"correctmost","email":"134317971+correctmost","login":"correctmost","count":2},{"name":"clayg","email":"clay.gerrard@gmail.com","login":"clayg","count":2},{"name":"William Andrea","email":"william.j.andrea@gmail.com","login":"wjandrea","count":2},{"name":"Susan Tan","email":"onceuponatimeforever@gmail.com","login":"ArcTanSusan","count":2},{"name":"Matthew Wang","email":"mattwyl@gmail.com","login":"ymattw","count":2},{"name":"Mark Peek","email":"mark@peek.org","login":"markpeek","count":2},{"name":"Marius Gedminas","email":"marius@gedmin.as","login":"mgedmin","count":2},{"name":"Kevin Cole","email":"dc.loco@gmail.com","login":"kjcole","count":2},{"name":"Susannah Klaneček","email":"suzil@protonmail.ch","login":null,"count":2},{"name":"Jimmy Jia","email":"tesrin@gmail.com","login":"taion","count":2},{"name":"Jakob Gerhard Martinussen","email":"jakobgm@gmail.com","login":"JakobGM","count":2},{"name":"Helen ST","email":"helenst@gmail.com","login":"helenst","count":2},{"name":"FichteFoll","email":"fichtefoll2@googlemail.com","login":"FichteFoll","count":2},{"name":"Eddie Antonio Santos","email":"easantos@ualberta.ca","login":"eddieantonio","count":2},{"name":"Brian Van Klaveren","email":"bvan@slac.stanford.edu","login":"brianv0","count":2},{"name":"Adi Roiban","email":"adi.roiban@chevah.com","login":"adiroiban","count":2},{"name":"Ian Cordasco","email":"ian.cordasco@rackspace.com","login":null,"count":2},{"name":"Ann Paul","email":"ann@coffeemeetsbagel.com","login":null,"count":2},{"name":"memeplex","email":"carlosjosepita@gmail.com","login":"memeplex","count":2},{"name":"Łukasz Rogalski","email":"rogalski.91@gmail.com","login":"rogalski","count":2},{"name":"Florian Best","email":"best@univention.de","login":"spaceone","count":2},{"name":"Vladimir Rudnyh","email":"rudnyh@corp.mail.ru","login":null,"count":1},{"name":"Zhongyue Luo","email":"zhongyue.nah@intel.com","login":null,"count":1},{"name":"lordhellcito","email":"rsc212@hotmail.com","login":null,"count":1},{"name":"myint","email":"macbookpro.local","login":null,"count":1},{"name":"nixscripter","email":"nixscripter@gmail.com","login":null,"count":1},{"name":"Wilfred Hughes","email":"whughes@ahl.com","login":"Wilfred","count":1},{"name":"Victor Stinner","email":"vstinner@redhat.com","login":"vstinner","count":1},{"name":"Trey Hunner","email":"treyhunner@gmail.com","login":"treyhunner","count":1},{"name":"Toshiki Hirao","email":"hirao.toshiki.ho7@is.naist.jp","login":"toshiki-h","count":1},{"name":"Tomer Keren","email":"tomer.keren.dev@gmail.com","login":"Tadaboody","count":1},{"name":"Thijs Triemstra","email":"info@collab.nl","login":"thijstriemstra","count":1},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":1},{"name":"Steve Lacy","email":"slacy@slacy.com","login":"slacy","count":1},{"name":"Sol Jerome","email":"sol.jerome@gmail.com","login":"solj","count":1},{"name":"Simon Gomizelj","email":"simon@vodik.xyz","login":"vodik","count":1},{"name":"Sebastiaan Lokhorst","email":"sebastiaanlokhorst@gmail.com","login":"slokhorst","count":1},{"name":"Ryo Takahashi","email":"rt.sporty@gmail.com","login":"sporty","count":1},{"name":"Rick Harris","email":"rconradharris@gmail.com","login":"rconradharris","count":1},{"name":"Łukasz Czyżykowski","email":"lukasz.czyzykowski@gmail.com","login":"czyzykowski","count":1},{"name":"sobolevn","email":"mail@sobolevn.me","login":"sobolevn","count":1},{"name":"jnozsc","email":"jnozsc@gmail.com","login":"jnozsc","count":1},{"name":"augustelalande","email":"auguste.lalande@gmail.com","login":"augustelalande","count":1},{"name":"Zac-HD","email":"zac.hatfield.dodds@gmail.com","login":"Zac-HD","count":1},{"name":"Winston Weinert","email":"winston@ml1.net","login":"winny-","count":1},{"name":"Will Kahn-Greene","email":"willkg@bluesock.org","login":"willkg","count":1},{"name":"Adam Chainz","email":"adam@adamj.eu","login":null,"count":1},{"name":"Anastasia Morozova","email":"scullyx13@yandex-team.ru","login":null,"count":1},{"name":"Brian Elliott","email":"bdelliott@gmail.com","login":null,"count":1},{"name":"Christopher Medrela","email":"chris.medrela@gmail.com","login":null,"count":1},{"name":"Darioush Jalalinasab","email":"darioush@yelp.com","login":null,"count":1},{"name":"Jason Ansel","email":"jansel@locu.com","login":null,"count":1},{"name":"Jason Killen","email":"jason.killen@windsorcircle.com","login":null,"count":1},{"name":"Maximillian Dornseif","email":"md@hudora.de","login":null,"count":1},{"name":"Mike Koss","email":"mckoss@startpad.org","login":null,"count":1},{"name":"Raphael Dümig","email":"duemig@posteo.de","login":null,"count":1},{"name":"Simon Kennedy","email":"code@sffjunkie.co.uk","login":null,"count":1},{"name":"INADA Naoki","email":"inada-n@klab.com","login":"methane","count":1},{"name":"Huw Fulcher","email":"fulcherhuw@gmail.com","login":"HFulcher","count":1},{"name":"Hugo","email":"hugovk","login":"hugovk","count":1},{"name":"Gunnlaugur Þór Briem","email":"gunnlaugur@gmail.com","login":"gthb","count":1},{"name":"Florian Rathgeber","email":"florian.rathgeber@gmail.com","login":"kynan","count":1},{"name":"Domen Kožar","email":"domen@dev.si","login":"domenkozar","count":1},{"name":"Dmitry Marakasov","email":"amdmi3@amdmi3.ru","login":"AMDmi3","count":1},{"name":"Dirk Mueller","email":"dirk@dmllr.de","login":"dirkmueller","count":1},{"name":"David Reynolds","email":"david@reynoldsfamily.org.uk","login":"dreynolds","count":1},{"name":"David Baumgold","email":"david@davidbaumgold.com","login":"singingwolfboy","count":1},{"name":"Chris Smith","email":"smichr@gmail.com","login":"smichr","count":1},{"name":"Carlos E. Garcia","email":"carlos@cgarcia.org","login":"cgar","count":1},{"name":"Brian Kearns","email":"bdkearns@gmail.com","login":"bdkearns","count":1},{"name":"Art Hall","email":"arthall@gmail.com","login":"arthall","count":1},{"name":"Andrew Tonko","email":"tonko.andrew@gmail.com","login":"tonkoandrew","count":1},{"name":"Allison Karlitskaya","email":"allison.karlitskaya@redhat.com","login":"allisonkarlitskaya","count":1},{"name":"Alex Grönholm","email":"alex.gronholm@nextday.fi","login":"agronholm","count":1},{"name":"Alasdair Nicol","email":"alasdair@thenicols.net","login":"alasdairnicol","count":1},{"name":"Radomir Dopieralski","email":"openstack@sheep.art.pl","login":"deshipu","count":1},{"name":"Qiangning Hong","email":"hongqn@douban.com","login":"hongqn","count":1},{"name":"Peter Cock","email":"p.j.a.cock@googlemail.com","login":"peterjc","count":1},{"name":"Parth Laxmikant Kolekar","email":"superstarpk@gmail.com","login":"ParthKolekar","count":1},{"name":"Nikhil Benesch","email":"nikhil.benesch@gmail.com","login":"benesch","count":1},{"name":"Nicholas Chammas","email":"nicholas.chammas@gmail.com","login":"nchammas","count":1},{"name":"Michal Kolodziejski","email":"crossner90@gmail.com","login":"mic4ael","count":1},{"name":"Michael Hudson-Doyle","email":"michael.hudson@canonical.com","login":"mwhudson","count":1},{"name":"MaxPayton","email":"iamaspacecow@gmail.com","login":"ArgentFalcon","count":1},{"name":"Martin Marcher","email":"martin@marcher.name","login":"serverhorror","count":1},{"name":"Mark Harviston","email":"mark.harviston@gmail.com","login":"harvimt","count":1},{"name":"Lev Blit","email":"levblt1@gmail.com","login":"lev-blit","count":1},{"name":"Khairi Hafsham","email":"jumanjisama@gmail.com","login":"khairihafsham","count":1},{"name":"Jimi Cullen","email":"jimifhcullen@gmail.com","login":"jfhc","count":1},{"name":"Jens Rantil","email":"jens.rantil@gmail.com","login":"JensRantil","count":1},{"name":"Jeff Widman","email":"jeff@jeffwidman.com","login":"jeffwidman","count":1},{"name":"Jacob MacDonald","email":"jaccarmac@gmail.com","login":"jaccarmac","count":1},{"name":"JPeterMugaas","email":"jpmugaas@suddenlink.net","login":"JPeterMugaas","count":1},{"name":"Adam Vandenberg","email":"flangy@gmail.com","login":"adamv","count":1}],"past_year_committers":[{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":4},{"name":"anthony sottile","email":"asottile@umich.edu","login":"asottile","count":4}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6740034,"commits_count":975859012,"contributors_count":41146129,"owners_count":1356232,"committers_count":3349823,"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/pycodestyle","html_url":"https://github.com/PyCQA/pycodestyle","last_synced_at":"2026-08-24T13:42:12.411Z","status":null,"issues_count":131,"pull_requests_count":187,"avg_time_to_close_issue":15530603.10091743,"avg_time_to_close_pull_request":7660438.325966851,"issues_closed_count":109,"pull_requests_closed_count":181,"pull_request_authors_count":42,"issue_authors_count":112,"avg_comments_per_issue":3.213740458015267,"avg_comments_per_pull_request":0.7272727272727273,"merged_pull_requests_count":141,"bot_issues_count":0,"bot_pull_requests_count":68,"past_year_issues_count":6,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":11665.6,"past_year_avg_time_to_close_pull_request":794050.5882352941,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":2.3333333333333335,"past_year_avg_comments_per_pull_request":0.29411764705882354,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":7,"created_at":"2023-05-10T11:07:12.622Z","updated_at":"2026-08-24T13:42:12.411Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","issue_labels_count":{"table":{"not-a-bug":2,"feature":2,"undecided":1,"needs patch":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":108,"CONTRIBUTOR":14,"MEMBER":9}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":84,"MEMBER":59,"NONE":44}},"issue_authors":{"table":{"asottile":8,"spaceone":5,"WarrenWeckesser":3,"dannysepler":2,"majurgens":2,"PeterJCLaw":2,"anntzer":2,"hannob":2,"bersbersbers":2,"stdedos":1,"jnluy":1,"pblemel":1,"frenzymadness":1,"TaylorMcGinnis":1,"ralbertazzi":1,"kjcole":1,"buhtz":1,"jpy-git":1,"Dr-ZeeD":1,"DavidHwu":1,"berfinkobane1990-boop":1,"posborne":1,"jwg4":1,"vastbluesky":1,"jayaddison":1,"rkday":1,"maunzCache":1,"wvxvw":1,"asottile-sentry":1,"opoplawski":1,"vanschelven":1,"psmoros":1,"utkonos":1,"AndrewUshakov":1,"EeyoreLee":1,"dradetsky":1,"coxley":1,"tsalehm":1,"SmartManoj":1,"yuxCai":1,"Matesanz":1,"JamesPhillips-scoota":1,"RogerMarsh":1,"thanatos":1,"jimka2001":1,"remram44":1,"qbnil":1,"CameronNemo":1,"Kache":1,"mweinelt":1,"nanonyme":1,"PennRobotics":1,"kevindRuby":1,"ex-nerd":1,"albertedwardson":1,"jayvdb":1,"docwhat":1,"paugier":1,"nj-vs-vh":1,"shadchin":1,"randolf-scholz":1,"WhyNotHugo":1,"chaush-server":1,"camilamacedo86":1,"FichteFoll":1,"Myahr208":1,"intgr":1,"barronh":1,"ftnext":1,"DetachHead":1,"jpmckinney":1,"odraencoded":1,"dpursehouse":1,"Akasurde":1,"petere":1,"wjandrea":1,"aloteda":1,"raphaelauv":1,"DutKulang":1,"fmigneault":1,"chrysle":1,"tanagumo":1,"Nuno-Mota":1,"tungol":1,"someonesdad1":1,"beauxq":1,"grische":1,"darrincedwards":1,"A-UNDERSCORE-D":1,"lillianokok":1,"Andrej730":1,"glyph":1,"pomponchik":1,"hhatto":1,"kdart-brt":1,"ThiefMaster":1,"tushar-deepsource":1,"giovannicemin":1,"DinkoGeorgiev":1,"knkski":1,"gituser789":1,"hoel-bagard":1,"iwanpark":1,"1lutz":1,"MikhailRyazanov":1,"dsotirho-ucsc":1,"mikf":1,"Incendius679":1,"BrentWilkins":1,"lcheylus":1,"jnsebgosselin":1,"nkuehnle":1}},"pull_request_authors":{"table":{"pre-commit-ci[bot]":68,"asottile":58,"correctmost":6,"dannysepler":4,"abebus":4,"jayaddison":3,"anntzer":3,"da-raf":2,"fazalpsinfo-cmyk":2,"xuhdev":2,"augustelalande":2,"SylvainDe":2,"lin-hongkuan":2,"andriyor":1,"Sam-Cleveland":1,"allisonkarlitskaya":1,"asfaltboy":1,"mshafer-NI":1,"bdrung":1,"Jackenmen":1,"piyush588":1,"shaopeng-gh":1,"gopackgo90":1,"l46983284-cpu":1,"scuml":1,"worksbyfriday":1,"PennRobotics":1,"miszobi":1,"KOLANICH":1,"odoublea":1,"apoorvdarshan":1,"lev-blit":1,"tanagumo":1,"rongou":1,"legau":1,"haosenwang1018":1,"codomposer":1,"carstencodes":1,"lucasmaheo":1,"fmigneault":1,"terencehonles":1,"cdce8p":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-25T00:00:09.459Z","repositories_count":16324715,"issues_count":42381630,"pull_requests_count":135850352,"authors_count":11519836,"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":{"NONE":6}},"past_year_pull_request_author_associations_count":{"table":{"NONE":9,"CONTRIBUTOR":4,"MEMBER":4}},"past_year_issue_authors":{"table":{"albertedwardson":1,"Andrej730":1,"berfinkobane1990-boop":1,"DinkoGeorgiev":1,"pomponchik":1,"randolf-scholz":1}},"past_year_pull_request_authors":{"table":{"asottile":4,"pre-commit-ci[bot]":4,"fazalpsinfo-cmyk":2,"lin-hongkuan":2,"apoorvdarshan":1,"codomposer":1,"haosenwang1018":1,"l46983284-cpu":1,"worksbyfriday":1}},"maintainers":[{"table":{"login":"asottile","count":66,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}},{"table":{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}},{"table":{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"}}],"active_maintainers":[{"table":{"login":"asottile","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}}]}},"events":{"total":{"CreateEvent":14,"DeleteEvent":18,"ForkEvent":18,"IssueCommentEvent":38,"IssuesEvent":25,"PullRequestEvent":33,"PullRequestReviewCommentEvent":28,"PullRequestReviewEvent":40,"PushEvent":22,"WatchEvent":132},"last_year":{"CreateEvent":3,"DeleteEvent":5,"ForkEvent":4,"IssueCommentEvent":4,"IssuesEvent":4,"PullRequestEvent":2,"PushEvent":4,"WatchEvent":24}},"keywords":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"dependencies":[{"ecosystem":"pypi","filepath":"dev-requirements.txt","sha":null,"kind":"manifest","created_at":"2022-06-21T15:09:17.382Z","updated_at":"2022-06-21T15:09:17.382Z","repository_link":"https://github.com/PyCQA/pycodestyle/blob/main/dev-requirements.txt","dependencies":[{"id":3010,"package_name":"tox","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/main.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T10:36:16.639Z","updated_at":"2023-01-13T10:36:16.639Z","repository_link":"https://github.com/PyCQA/pycodestyle/blob/main/.github/workflows/main.yml","dependencies":[{"id":6875552596,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6875552597,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2026-08-17T08:35:03.815Z","updated_at":"2026-08-17T08:35:03.815Z","repository_link":"https://github.com/PyCQA/pycodestyle/blob/main/setup.py","dependencies":[]}],"score":33.89747455276646,"created_at":"2026-05-04T06:42:45.981Z","updated_at":"2026-08-25T14:10:53.263Z","avatar_url":"https://github.com/PyCQA.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371577","html_url":"https://summary.ecosyste.ms/projects/371577"}