{"id":371577,"url":"https://github.com/PyCQA/pycodestyle","last_synced_at":"2026-05-30T19:30:35.998Z","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":"2025-12-22T21:54:22.000Z","size":1938,"stargazers_count":5156,"open_issues_count":106,"forks_count":754,"subscribers_count":109,"default_branch":"main","last_synced_at":"2026-05-14T21:39:05.637Z","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,"dco":null,"cla":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-05-13T16:11:49.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","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":33191173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"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-05-26T00:35:27.003Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":1007,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2026-05-26T00:35:27.003Z","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":null,"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-03-13T12:38:25.982Z","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":{},"repo_metadata_updated_at":"2026-02-13T12:25:26.050Z","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":null,"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":0,"github":"ubuntu","metadata":{"codename":"jammy"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-04-27T18:20:36.155Z","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":13798597,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-03-14T00:16:31.794Z","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":{},"repo_metadata_updated_at":"2026-02-13T16:58:16.947Z","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":null,"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":0,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-04-27T18:20:38.051Z","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":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-03-14T17:30:47.089Z","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":"2025-12-22T21:54:22.000Z","size":1938,"stargazers_count":5144,"open_issues_count":105,"forks_count":748,"subscribers_count":111,"default_branch":"main","last_synced_at":"2025-12-29T06:18:47.045Z","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,"dco":null,"cla":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2025-12-28T10:56:15.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","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":28137999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-31T02:00:06.200Z","response_time":55,"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":"2025-12-31T15:05:24.199Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":969,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2025-12-31T15:05:24.199Z","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":"2025-12-31T23:03:14.278Z","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":"2025-12-24T20:00:27.341Z","issues_count":127,"pull_requests_count":175,"avg_time_to_close_issue":15969885.198113207,"avg_time_to_close_pull_request":8126317.852071006,"issues_closed_count":106,"pull_requests_closed_count":169,"pull_request_authors_count":36,"issue_authors_count":108,"avg_comments_per_issue":3.267716535433071,"avg_comments_per_pull_request":0.7657142857142857,"merged_pull_requests_count":137,"bot_issues_count":0,"bot_pull_requests_count":67,"past_year_issues_count":11,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":9583.25,"past_year_avg_time_to_close_pull_request":157668.45833333334,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":24,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":1.3636363636363635,"past_year_avg_comments_per_pull_request":0.5357142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":63,"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":8,"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":0,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org"},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-04-27T18:20:20.507Z","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":13561926,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-03-11T13:29:16.338Z","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":{},"repo_metadata_updated_at":"2026-02-11T14:53:17.058Z","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":null,"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":0,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-04-27T18:20:38.741Z","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":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-05-29T15:01:03.655Z","created_at":"2022-04-10T12:10:48.029Z","updated_at":"2026-05-29T15:01:03.655Z","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":"2024-08-10T02:59:51.000Z","size":2014,"stargazers_count":5013,"open_issues_count":110,"forks_count":755,"subscribers_count":113,"default_branch":"main","last_synced_at":"2024-09-06T23:22:44.958Z","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}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2024-09-06T16:31:18.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","html_url":"https://github.com/PyCQA/pycodestyle","commit_stats":{"total_commits":1132,"total_committers":140,"mean_commits":8.085714285714285,"dds":0.6236749116607774,"last_synced_commit":"ee85b5816e776ce249e788961e73b2c90b7f53f9"},"previous_names":["jcrocholl/pep8"],"tags_count":47,"template":false,"template_full_name":null,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":218049896,"owners_count":16270385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-04-16T03:15:02.481Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":713,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2024-04-16T03:15:02.495Z","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.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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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,"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":"2024-09-07T19:57:35.133Z","dependent_packages_count":638,"downloads":76915836,"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":"2024-09-06T22:37:03.331Z","issues_count":111,"pull_requests_count":120,"avg_time_to_close_issue":9660089.075268818,"avg_time_to_close_pull_request":6537819.846153846,"issues_closed_count":93,"pull_requests_closed_count":117,"pull_request_authors_count":28,"issue_authors_count":92,"avg_comments_per_issue":3.1171171171171173,"avg_comments_per_pull_request":0.8416666666666667,"merged_pull_requests_count":97,"bot_issues_count":0,"bot_pull_requests_count":39,"past_year_issues_count":40,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":26767.13888888889,"past_year_avg_time_to_close_pull_request":55917.51851851852,"past_year_issues_closed_count":36,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":10,"past_year_issue_authors_count":36,"past_year_avg_comments_per_issue":1.65,"past_year_avg_comments_per_pull_request":0.32142857142857145,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":22,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":54,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"},{"login":"cdce8p","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdce8p"},{"login":"jayvdb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}],"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":89,"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":873902,"maintainers_count":373732,"namespaces_count":0,"keywords_count":285845,"github":"pypi","metadata":{"funded_packages_count":54057},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-05-29T05:11:24.287Z","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":13462566,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-03-09T11:43:04.255Z","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":{},"repo_metadata_updated_at":null,"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":null,"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":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","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":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-03-13T13:44:02.102Z","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":"2025-12-22T21:54:22.000Z","size":1938,"stargazers_count":5150,"open_issues_count":105,"forks_count":751,"subscribers_count":110,"default_branch":"main","last_synced_at":"2026-01-26T19:27:30.976Z","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,"dco":null,"cla":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2026-01-25T15:32:04.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","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":29383136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-02-12T22:13:03.580Z","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-01-26T06:15:53.670Z","issues_count":129,"pull_requests_count":175,"avg_time_to_close_issue":15674262.092592593,"avg_time_to_close_pull_request":8126317.852071006,"issues_closed_count":108,"pull_requests_closed_count":169,"pull_request_authors_count":36,"issue_authors_count":110,"avg_comments_per_issue":3.24031007751938,"avg_comments_per_pull_request":0.7657142857142857,"merged_pull_requests_count":137,"bot_issues_count":0,"bot_pull_requests_count":67,"past_year_issues_count":11,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":9329.444444444445,"past_year_avg_time_to_close_pull_request":157668.45833333334,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":24,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":1.5454545454545454,"past_year_avg_comments_per_pull_request":0.5357142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":63,"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":8,"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":0,"github":"debian","metadata":{"codename":"bookworm"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-04-27T18:20:38.992Z","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":13663334,"name":"pycodestyle","ecosystem":"debian","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-03-14T08:04:59.391Z","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":{},"repo_metadata_updated_at":"2026-02-12T09:44:58.904Z","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":null,"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":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","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":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-05-24T08:04:43.897Z","created_at":"2022-04-05T09:27:22.994Z","updated_at":"2026-05-24T08:04:43.898Z","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":"2025-12-22T21:54:22.000Z","size":1938,"stargazers_count":5144,"open_issues_count":105,"forks_count":748,"subscribers_count":111,"default_branch":"main","last_synced_at":"2025-12-29T06:18:47.045Z","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,"dco":null,"cla":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2025-12-28T10:56:15.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","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":28137999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-31T02:00:06.200Z","response_time":55,"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":"2025-12-31T15:05:24.199Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":969,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2025-12-31T15:05:24.199Z","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":"2025-12-31T23:03:23.696Z","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":"2025-12-24T20:00:27.341Z","issues_count":127,"pull_requests_count":175,"avg_time_to_close_issue":15969885.198113207,"avg_time_to_close_pull_request":8126317.852071006,"issues_closed_count":106,"pull_requests_closed_count":169,"pull_request_authors_count":36,"issue_authors_count":108,"avg_comments_per_issue":3.267716535433071,"avg_comments_per_pull_request":0.7657142857142857,"merged_pull_requests_count":137,"bot_issues_count":0,"bot_pull_requests_count":67,"past_year_issues_count":11,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":9583.25,"past_year_avg_time_to_close_pull_request":157668.45833333334,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":24,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":1.3636363636363635,"past_year_avg_comments_per_pull_request":0.5357142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":63,"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":8,"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":2168,"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":9155,"maintainers_count":982,"namespaces_count":0,"keywords_count":0,"github":"spack","metadata":{"funded_packages_count":437},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-04-03T06:48:03.381Z","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"}},{"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-04-01T01:58:12.082Z","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":"2025-12-22T21:54:22.000Z","size":1938,"stargazers_count":5144,"open_issues_count":105,"forks_count":748,"subscribers_count":111,"default_branch":"main","last_synced_at":"2025-12-29T06:18:47.045Z","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,"dco":null,"cla":null}},"created_at":"2009-10-02T00:43:37.000Z","updated_at":"2025-12-28T10:56:15.000Z","dependencies_parsed_at":"2023-01-13T10:36:16.696Z","dependency_job_id":"ee092c45-b681-4848-97ec-4e88b439e585","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":28137999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-31T02:00:06.200Z","response_time":55,"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":"2025-12-31T15:05:24.199Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/PyCQA","funding_links":[],"total_stars":28819,"followers":969,"following":0,"created_at":"2022-11-02T16:22:05.191Z","updated_at":"2025-12-31T15:05:24.199Z","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":"2025-12-31T23:03:23.696Z","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":"2025-12-24T20:00:27.341Z","issues_count":127,"pull_requests_count":175,"avg_time_to_close_issue":15969885.198113207,"avg_time_to_close_pull_request":8126317.852071006,"issues_closed_count":106,"pull_requests_closed_count":169,"pull_request_authors_count":36,"issue_authors_count":108,"avg_comments_per_issue":3.267716535433071,"avg_comments_per_pull_request":0.7657142857142857,"merged_pull_requests_count":137,"bot_issues_count":0,"bot_pull_requests_count":67,"past_year_issues_count":11,"past_year_pull_requests_count":28,"past_year_avg_time_to_close_issue":9583.25,"past_year_avg_time_to_close_pull_request":157668.45833333334,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":24,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":1.3636363636363635,"past_year_avg_comments_per_pull_request":0.5357142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/PyCQA%2Fpycodestyle/issues","maintainers":[{"login":"asottile","count":63,"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":8,"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":5150,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com"},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-04-27T18:20:20.117Z","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":13402642,"name":"pycodestyle","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-03-06T10:32:33.977Z","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":{},"repo_metadata_updated_at":null,"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":null,"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":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","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":14547414,"name":"devel/py-codestyle","ecosystem":"openbsd","description":"Python style guide checker","homepage":"https://github.com/PyCQA/pycodestyle","licenses":null,"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-05-28T04:39:23.782Z","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":{},"repo_metadata_updated_at":"2026-05-28T04:39:23.755Z","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":null,"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":0,"github":"openbsd","metadata":{"arch":"amd64","sqlports_version":"7.54","funded_packages_count":2},"icon_url":"https://github.com/openbsd.png","created_at":"2026-05-26T11:21:10.750Z","updated_at":"2026-05-29T05:03:08.564Z","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"}}],"commits":null,"issues":{"table":{}},"events":null,"keywords":["flake8-plugin","linter-flake8","linter-plugin","pep8","python","style-guide","styleguide"],"dependencies":null,"score":28.970020259443125,"created_at":"2026-05-04T06:42:45.981Z","updated_at":"2026-05-30T19:30:35.998Z","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"}