{"id":369985,"url":"https://github.com/carsongee/pytest-pylint","last_synced_at":"2026-05-30T16:01:27.121Z","repository":{"id":45878467,"uuid":"34330043","full_name":"carsongee/pytest-pylint","owner":"carsongee","description":"pytest plugin for running pylint against your codebase","archived":false,"fork":false,"pushed_at":"2024-04-13T16:47:35.000Z","size":207,"stargazers_count":75,"open_issues_count":10,"forks_count":33,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-21T05:19:00.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carsongee.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-21T13:52:54.000Z","updated_at":"2024-10-04T18:32:26.000Z","dependencies_parsed_at":"2024-04-13T17:46:14.965Z","dependency_job_id":"09ed1a92-47d4-4806-9d5c-3dcb67c94485","html_url":"https://github.com/carsongee/pytest-pylint","commit_stats":{"total_commits":139,"total_committers":22,"mean_commits":6.318181818181818,"dds":0.4388489208633094,"last_synced_commit":"804add7d1959367a5d347180df5e6f7f3d789f08"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/carsongee/pytest-pylint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/sbom","scorecard":{"id":266778,"data":{"date":"2025-08-11","repo":{"name":"github.com/carsongee/pytest-pylint","commit":"35ffa7124a8775285336d01cd9a6880a094bf66e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 3/13 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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":"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/tests.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:17:25.966Z","repository_id":45878467,"created_at":"2025-08-17T12:17:25.966Z","updated_at":"2025-08-17T12:17:25.966Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30480199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T23:57:05.347Z","status":"ssl_error","status_checked_at":"2026-03-13T23:56:58.046Z","response_time":60,"last_error":"SSL_read: 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":"carsongee","name":"Carson Gee","uuid":"596029","kind":"user","description":"Carson is a DevOps engineer and tinkerer with a variety of interests and experiences from management to CD/CI, mobile, and full stack development.","email":"","website":"http://carsongee.com","location":"Boston, MA","twitter":null,"company":"@DataRobot","icon_url":"https://avatars.githubusercontent.com/u/596029?v=4","repositories_count":52,"last_synced_at":"2023-04-09T13:48:15.546Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/carsongee","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:27:09.881Z","updated_at":"2023-04-09T13:48:19.729Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee/repositories"},"packages":[{"id":13773912,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T12:28:33.368Z","latest_release_published_at":"2026-02-13T12:28:33.368Z","latest_release_number":"0.18.0-3","last_synced_at":"2026-02-13T12:28:33.551Z","created_at":"2026-02-13T12:28:33.190Z","updated_at":"2026-02-13T12:28:34.102Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.5.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest (\u003e= 6.0), python3-pytest-flake8, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T12:28:34.076Z","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/pytest-pylint?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/pytest-pylint/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-02-24T16:28:46.658Z","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":13526584,"name":"pytest-pylint","ecosystem":"debian","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T22:48:45.592Z","latest_release_published_at":"2026-02-10T22:48:45.592Z","latest_release_number":"0.18.0-2","last_synced_at":"2026-02-13T07:53:56.002Z","created_at":"2026-02-10T22:48:45.382Z","updated_at":"2026-02-13T07:53:56.002Z","registry_url":"https://tracker.debian.org/pkg/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":"https://packages.debian.org/bullseye/pytest-pylint","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.5.1","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest (\u003e= 6.0), python3-pytest-flake8, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:25:02.016Z","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/pytest-pylint?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/pytest-pylint/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":0,"github":"debian","metadata":{"codename":"bullseye"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-02-24T16:28:47.181Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":5301264,"name":"pytest-pylint","ecosystem":"conda","description":"Run pylint with pytest and have configurable rule types (i.e. Convention, Warn, and Error) fail the build. You can also specify a pylintrc file.","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2022-10-03T16:10:31.019Z","latest_release_published_at":"2020-11-12T14:19:50.000Z","latest_release_number":"0.18.0","last_synced_at":"2026-02-03T20:59:09.023Z","created_at":"2022-10-03T16:10:31.009Z","updated_at":"2026-02-03T20:59:09.023Z","registry_url":"https://anaconda.org/conda-forge/pytest-pylint","install_command":"conda install -c conda-forge pytest-pylint","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"34330043","full_name":"carsongee/pytest-pylint","owner":"carsongee","description":"pytest plugin for running pylint against your codebase","archived":false,"fork":false,"pushed_at":"2022-11-09T13:11:53.000Z","size":185,"stargazers_count":68,"open_issues_count":11,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-03-21T11:58:37.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"logo_url":null,"metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-21T13:52:54.000Z","updated_at":"2023-03-21T11:58:37.307Z","dependencies_parsed_at":"2023-01-21T08:46:42.739Z","dependency_job_id":null,"html_url":"https://github.com/carsongee/pytest-pylint","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"},"owner_record":{"login":"carsongee","name":"Carson Gee","uuid":"596029","kind":"user","description":"Carson is a DevOps engineer and tinkerer with a variety of interests and experiences from management to CD/CI, mobile, and full stack development.","email":"","website":"http://carsongee.com","location":"Boston, MA","twitter":null,"company":"@DataRobot","avatar_url":"https://avatars.githubusercontent.com/u/596029?v=4","repositories_count":25,"last_synced_at":"2023-02-19T22:17:35.808Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee"},"tags":[{"name":"v0.19.0","sha":"0c832917ca39b66b50805ee18e03e7790d3a8f86","kind":"commit","published_at":"2022-09-10T21:29:48.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.19.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.19.0"},{"name":"v0.18.0","sha":"9cd8e51c0dcc51e1454b82c8fb0de0e1de16562c","kind":"commit","published_at":"2020-11-09T06:55:32.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.18.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.18.0"},{"name":"v0.17.0","sha":"03c34dabf60e92e7368026efa729766da518a678","kind":"commit","published_at":"2020-05-05T16:06:02.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.17.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.17.0"},{"name":"v0.16.1","sha":"f07d8949176bd1c3e533e348c10f4724641de144","kind":"commit","published_at":"2020-04-26T16:19:21.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.16.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.16.1"},{"name":"0.16.0","sha":"48a3f29c53e26edf727bc31048581464b5ee6fad","kind":"commit","published_at":"2020-04-25T17:52:30.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.16.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.16.0"},{"name":"0.15.1","sha":"3d03fd8244aa9f668c7e4d7b708280cccdfa84cf","kind":"commit","published_at":"2020-03-05T01:11:55.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.15.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.15.1"},{"name":"0.15.0","sha":"3361d732f8b9fd418abfecc59f079d3bf5d622e5","kind":"commit","published_at":"2020-02-10T06:58:11.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.15.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.15.0"},{"name":"0.14.1","sha":"cbda42b2ca6bca25810fe6e3e10a27a756ee4348","kind":"commit","published_at":"2019-01-15T13:10:38.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.14.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.14.1"},{"name":"0.14.0","sha":"cbda42b2ca6bca25810fe6e3e10a27a756ee4348","kind":"commit","published_at":"2019-01-15T13:10:38.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.14.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.14.0"},{"name":"0.13.0","sha":"2cb31919366288591e2146c5a469787ec01b7bf3","kind":"commit","published_at":"2018-11-26T02:31:58.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.13.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.13.0"},{"name":"0.12.3","sha":"33f0ae08fd0b1a6473ae1a582717d1c8ebaae0ea","kind":"commit","published_at":"2018-09-03T10:52:20.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.3","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.3"},{"name":"0.12.2","sha":"678f0cf58a281e588edf7a790531e54765132f6e","kind":"commit","published_at":"2018-09-01T21:58:39.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.2","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.2"},{"name":"0.12.1","sha":"cb65de8d16ace0d77ace9a647955b6070522fa47","kind":"commit","published_at":"2018-08-02T11:15:09.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.1"},{"name":"0.12.0","sha":"9d138ad36c0e5bc065940d83caba16ee77450152","kind":"commit","published_at":"2018-07-30T11:49:04.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.0"},{"name":"0.11.0","sha":"1ee3e189952b5fbc737be6b286f3fdef4f59fefa","kind":"commit","published_at":"2018-07-02T12:05:57.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.11.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.11.0"},{"name":"0.10.0","sha":"18b8fa225dbfa0421f508a109c8c4bc8576bad3d","kind":"commit","published_at":"2018-07-01T23:28:47.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.10.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.10.0"},{"name":"v0.9.0","sha":"fe275cb0477271120149b2ece55bcb82210f1a2f","kind":"commit","published_at":"2018-02-28T16:51:29.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.9.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.9.0"},{"name":"v0.8.0","sha":"992d7b061a573fe37ed12020c5b0fcf1f45c11e3","kind":"commit","published_at":"2018-02-02T02:38:59.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.8.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.8.0"},{"name":"v0.7.1","sha":"07518ba66fe446337c849b52b460af735fffdb63","kind":"commit","published_at":"2017-04-16T02:13:14.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.7.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.7.1"},{"name":"v0.6.0","sha":"d23ad00deecf9733d227a902f95ac150c7be906e","kind":"commit","published_at":"2016-07-23T14:02:53.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.6.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.6.0"},{"name":"v0.5.0","sha":"2fc6457a116a3c70c55e09bbe9957f2f9bed1e60","kind":"tag","published_at":"2016-04-02T14:54:18.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.5.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.5.0"},{"name":"v0.4.1","sha":"73baa7f4501223cdd4893621ce741c58253a5ec5","kind":"tag","published_at":"2015-12-13T21:46:22.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.4.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.4.1"},{"name":"v0.4.0","sha":"dc1ba06d740a6dffb5fc491c389712261cba2662","kind":"tag","published_at":"2015-09-28T14:06:55.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.4.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.4.0"},{"name":"v0.3.0","sha":"9b90a1312d4560c52a33f917d748b89e283d6c59","kind":"tag","published_at":"2015-06-14T02:20:47.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.3.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.3.0"},{"name":"v0.2.0","sha":"e6865588531fe1cdd0ce826632e2ce071bab666a","kind":"tag","published_at":"2015-04-24T20:21:31.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.2.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.2.0"},{"name":"v0.1.0","sha":"8f9800baff939aa2d860ef85cf2778e5cafb3aa3","kind":"tag","published_at":"2015-04-24T01:31:08.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.1.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.1.0"}]},"repo_metadata_updated_at":"2023-03-22T07:28:45.891Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":6,"rankings":{"downloads":null,"dependent_repos_count":13.9328309795898,"dependent_packages_count":28.978491940715607,"stargazers_count":36.90303907380608,"forks_count":30.221068915614552,"docker_downloads_count":null,"average":27.508857727431508},"purl":"pkg:conda/pytest-pylint?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T05:02:49.014Z","issues_count":46,"pull_requests_count":54,"avg_time_to_close_issue":9403179.027777778,"avg_time_to_close_pull_request":1703662.4150943395,"issues_closed_count":36,"pull_requests_closed_count":53,"pull_request_authors_count":17,"issue_authors_count":42,"avg_comments_per_issue":1.5434782608695652,"avg_comments_per_pull_request":1.9814814814814814,"merged_pull_requests_count":48,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":4,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":366675.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":5},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pytest-pylint/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-02-24T16:28:41.818Z","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":13298810,"name":"python310Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:35:30.267Z","latest_release_published_at":"2026-02-02T06:35:30.267Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T20:43:08.092Z","created_at":"2026-02-02T06:35:21.820Z","updated_at":"2026-02-03T20:43:08.093Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python310Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/pytest-pylint/default.nix#L46","metadata":{"nix_attribute":"python3.10-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:46","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python310Packages.pytest-pylint?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":10,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":28},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-02-23T05:52:20.604Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13798986,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T17:04:24.874Z","latest_release_published_at":"2026-02-13T17:04:24.874Z","latest_release_number":"0.19.0-1","last_synced_at":"2026-02-13T17:04:27.714Z","created_at":"2026-02-13T17:04:24.078Z","updated_at":"2026-02-13T17:12:00.959Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest (\u003e= 6.0), python3-pytest-flake8, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":45878467,"uuid":"34330043","full_name":"carsongee/pytest-pylint","owner":"carsongee","description":"pytest plugin for running pylint against your codebase","archived":false,"fork":false,"pushed_at":"2024-04-13T16:47:35.000Z","size":207,"stargazers_count":75,"open_issues_count":10,"forks_count":33,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-12T18:50:47.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carsongee.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-21T13:52:54.000Z","updated_at":"2024-10-04T18:32:26.000Z","dependencies_parsed_at":"2024-04-13T17:46:14.965Z","dependency_job_id":"09ed1a92-47d4-4806-9d5c-3dcb67c94485","html_url":"https://github.com/carsongee/pytest-pylint","commit_stats":{"total_commits":139,"total_committers":22,"mean_commits":6.318181818181818,"dds":0.4388489208633094,"last_synced_commit":"804add7d1959367a5d347180df5e6f7f3d789f08"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/carsongee/pytest-pylint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/sbom","scorecard":{"id":266778,"data":{"date":"2025-08-11","repo":{"name":"github.com/carsongee/pytest-pylint","commit":"35ffa7124a8775285336d01cd9a6880a094bf66e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 3/13 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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":"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/tests.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:17:25.966Z","repository_id":45878467,"created_at":"2025-08-17T12:17:25.966Z","updated_at":"2025-08-17T12:17:25.966Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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"}},"repo_metadata_updated_at":"2026-02-13T17:12:00.959Z","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/pytest-pylint?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-23T11:02:17.336Z","issues_count":51,"pull_requests_count":67,"avg_time_to_close_issue":15425730.92857143,"avg_time_to_close_pull_request":2051787.5454545454,"issues_closed_count":42,"pull_requests_closed_count":66,"pull_request_authors_count":19,"issue_authors_count":47,"avg_comments_per_issue":1.607843137254902,"avg_comments_per_pull_request":1.835820895522388,"merged_pull_requests_count":58,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/issues","maintainers":[{"login":"carsongee","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carsongee"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/pytest-pylint/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-02-24T16:28:46.927Z","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":13402837,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T10:27:52.250Z","latest_release_published_at":"2026-02-06T10:27:52.250Z","latest_release_number":"0.21.0-1","last_synced_at":"2026-02-06T10:27:52.488Z","created_at":"2026-02-06T10:27:51.953Z","updated_at":"2026-02-06T10:27:52.900Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.15~), python3-all, python3-mock, python3-pytest (\u003e= 7.0~), python3-pytest-flake8, python3-pytest-runner, 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":{},"purl":"pkg:deb/ubuntu/pytest-pylint?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/pytest-pylint/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-02-24T16:28:46.560Z","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":13601201,"name":"pytest-pylint","ecosystem":"debian","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T10:52:30.862Z","latest_release_published_at":"2026-02-11T10:52:30.862Z","latest_release_number":"0.14.0-1","last_synced_at":"2026-02-13T03:54:27.406Z","created_at":"2026-02-11T10:52:30.679Z","updated_at":"2026-02-13T03:54:27.406Z","registry_url":"https://tracker.debian.org/pkg/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":"https://packages.debian.org/buster/pytest-pylint","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python-pytest-pylint, python3-pytest-pylint","standards_version":"4.3.0","maintainer":"Debian Python Modules Team \u003cpython-modules-team@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11), dh-python, pylint (\u003e= 1.4.5), pylint3 (\u003e= 1.4.5), python-all, python-mock, python-pytest (\u003e= 2.7), python-pytest-runner, python-setuptools, python-six, python3-all, python3-mock, python3-pytest (\u003e= 2.7), python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T15:13:37.672Z","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/pytest-pylint?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/pytest-pylint/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":0,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-02-24T16:28:47.273Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13562198,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T05:37:35.124Z","latest_release_published_at":"2026-02-11T05:37:35.124Z","latest_release_number":"0.19.0-1","last_synced_at":"2026-02-11T05:37:35.272Z","created_at":"2026-02-11T05:37:34.933Z","updated_at":"2026-02-11T14:53:28.955Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest (\u003e= 6.0), python3-pytest-flake8, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:53:28.928Z","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/pytest-pylint?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/pytest-pylint/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-02-24T16:28:47.015Z","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":13462784,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T11:14:16.654Z","latest_release_published_at":"2026-02-09T11:14:16.654Z","latest_release_number":"0.21.0-2","last_synced_at":"2026-02-09T11:14:18.906Z","created_at":"2026-02-09T11:14:14.639Z","updated_at":"2026-02-09T11:14:20.803Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, pylint (\u003e= 2.15~), python3-all, python3-pytest (\u003e= 7.0~), python3-pytest-flake8, python3-pytest-runner, 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":{},"purl":"pkg:deb/ubuntu/pytest-pylint?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/pytest-pylint/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","funded_packages_count":120},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-02-25T05:01:11.874Z","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":12832393,"name":"python311Packages.pytest-pylint","ecosystem":"nixpkgs","description":"pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T20:13:00.947Z","latest_release_published_at":"2026-01-26T20:13:00.947Z","latest_release_number":"0.19.0","last_synced_at":"2026-02-02T13:25:29.146Z","created_at":"2026-01-26T20:13:00.764Z","updated_at":"2026-02-02T13:25:29.146Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python311Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/pytest-pylint/default.nix#L36","metadata":{"nix_attribute":"python3.11-pytest-pylint-0.19.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.pytest-pylint?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":1175,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":21},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-02-22T08:39:33.055Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13747953,"name":"pytest-pylint","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T06:26:41.699Z","latest_release_published_at":"2026-02-13T06:26:41.699Z","latest_release_number":"0.15.0-1","last_synced_at":"2026-02-13T06:26:42.068Z","created_at":"2026-02-13T06:26:41.540Z","updated_at":"2026-02-13T06:26:43.622Z","registry_url":"https://launchpad.net/ubuntu/+source/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.5.0","maintainer":"Debian Python Modules Team \u003cpython-modules-team@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T06:26:42.337Z","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/pytest-pylint?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/pytest-pylint/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"focal"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-02-24T16:28:46.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13306474,"name":"python311Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T07:05:24.284Z","latest_release_published_at":"2026-02-02T07:05:24.284Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T20:47:05.040Z","created_at":"2026-02-02T07:05:23.992Z","updated_at":"2026-02-03T20:47:05.040Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python311Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/pytest-pylint/default.nix#L46","metadata":{"nix_attribute":"python3.11-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:46","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.pytest-pylint?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":10,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":28},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-02-23T05:52:20.604Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":2885754,"name":"pytest-pylint","ecosystem":"pypi","description":"pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":[],"namespace":null,"versions_count":29,"first_release_published_at":"2015-04-24T01:39:22.000Z","latest_release_published_at":"2023-10-06T04:15:27.000Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-24T18:03:11.646Z","created_at":"2022-04-10T12:19:56.656Z","updated_at":"2026-02-24T18:06:02.248Z","registry_url":"https://pypi.org/project/pytest-pylint/","install_command":"pip install pytest-pylint --index-url https://pypi.org/simple","documentation_url":"https://pytest-pylint.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"pytest-pylint","project_status":null},"repo_metadata":{"id":45878467,"uuid":"34330043","full_name":"carsongee/pytest-pylint","owner":"carsongee","description":"pytest plugin for running pylint against your codebase","archived":false,"fork":false,"pushed_at":"2024-04-13T16:47:35.000Z","size":207,"stargazers_count":75,"open_issues_count":10,"forks_count":33,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-12T18:50:47.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carsongee.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-21T13:52:54.000Z","updated_at":"2024-10-04T18:32:26.000Z","dependencies_parsed_at":"2024-04-13T17:46:14.965Z","dependency_job_id":"09ed1a92-47d4-4806-9d5c-3dcb67c94485","html_url":"https://github.com/carsongee/pytest-pylint","commit_stats":{"total_commits":139,"total_committers":22,"mean_commits":6.318181818181818,"dds":0.4388489208633094,"last_synced_commit":"804add7d1959367a5d347180df5e6f7f3d789f08"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/carsongee/pytest-pylint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/sbom","scorecard":{"id":266778,"data":{"date":"2025-08-11","repo":{"name":"github.com/carsongee/pytest-pylint","commit":"35ffa7124a8775285336d01cd9a6880a094bf66e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 3/13 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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":"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/tests.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/carsongee/pytest-pylint/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T12:17:25.966Z","repository_id":45878467,"created_at":"2025-08-17T12:17:25.966Z","updated_at":"2025-08-17T12:17:25.966Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29412728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"carsongee","name":"Carson Gee","uuid":"596029","kind":"user","description":"Carson is a DevOps engineer and tinkerer with a variety of interests and experiences from management to CD/CI, mobile, and full stack development.","email":"","website":"http://carsongee.com","location":"Boston, MA","twitter":null,"company":"@DataRobot","icon_url":"https://avatars.githubusercontent.com/u/596029?v=4","repositories_count":52,"last_synced_at":"2023-04-09T13:48:15.546Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/carsongee","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:27:09.881Z","updated_at":"2023-04-09T13:48:19.729Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carsongee/repositories"},"tags":[{"name":"v0.21.0","sha":"229b64fcef27c5ac436f3b3a3d0ca07df0bf8b52","kind":"commit","published_at":"2023-10-06T04:13:21.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.21.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"db221922f0e0046ae9c9afbb6fa8ddc819d54f6c","kind":"commit","published_at":"2023-10-06T02:08:49.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.20.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"0c832917ca39b66b50805ee18e03e7790d3a8f86","kind":"commit","published_at":"2022-09-10T21:29:48.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.19.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"9cd8e51c0dcc51e1454b82c8fb0de0e1de16562c","kind":"commit","published_at":"2020-11-09T06:55:32.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.18.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"03c34dabf60e92e7368026efa729766da518a678","kind":"commit","published_at":"2020-05-05T16:06:02.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.17.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.17.0/manifests"},{"name":"v0.16.1","sha":"f07d8949176bd1c3e533e348c10f4724641de144","kind":"commit","published_at":"2020-04-26T16:19:21.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.16.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.16.1/manifests"},{"name":"0.16.0","sha":"48a3f29c53e26edf727bc31048581464b5ee6fad","kind":"commit","published_at":"2020-04-25T17:52:30.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.16.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"3d03fd8244aa9f668c7e4d7b708280cccdfa84cf","kind":"commit","published_at":"2020-03-05T01:11:55.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.15.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"3361d732f8b9fd418abfecc59f079d3bf5d622e5","kind":"commit","published_at":"2020-02-10T06:58:11.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.15.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"cbda42b2ca6bca25810fe6e3e10a27a756ee4348","kind":"commit","published_at":"2019-01-15T13:10:38.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.14.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"cbda42b2ca6bca25810fe6e3e10a27a756ee4348","kind":"commit","published_at":"2019-01-15T13:10:38.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.14.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.14.0/manifests"},{"name":"0.13.0","sha":"2cb31919366288591e2146c5a469787ec01b7bf3","kind":"commit","published_at":"2018-11-26T02:31:58.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.13.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.13.0/manifests"},{"name":"0.12.3","sha":"33f0ae08fd0b1a6473ae1a582717d1c8ebaae0ea","kind":"commit","published_at":"2018-09-03T10:52:20.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.3","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"678f0cf58a281e588edf7a790531e54765132f6e","kind":"commit","published_at":"2018-09-01T21:58:39.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.2","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"cb65de8d16ace0d77ace9a647955b6070522fa47","kind":"commit","published_at":"2018-08-02T11:15:09.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.1/manifests"},{"name":"0.12.0","sha":"9d138ad36c0e5bc065940d83caba16ee77450152","kind":"commit","published_at":"2018-07-30T11:49:04.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.12.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.12.0/manifests"},{"name":"0.11.0","sha":"1ee3e189952b5fbc737be6b286f3fdef4f59fefa","kind":"commit","published_at":"2018-07-02T12:05:57.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.11.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.11.0/manifests"},{"name":"0.10.0","sha":"18b8fa225dbfa0421f508a109c8c4bc8576bad3d","kind":"commit","published_at":"2018-07-01T23:28:47.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/0.10.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/0.10.0/manifests"},{"name":"v0.9.0","sha":"fe275cb0477271120149b2ece55bcb82210f1a2f","kind":"commit","published_at":"2018-02-28T16:51:29.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.9.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"992d7b061a573fe37ed12020c5b0fcf1f45c11e3","kind":"commit","published_at":"2018-02-02T02:38:59.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.8.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.8.0/manifests"},{"name":"v0.7.1","sha":"07518ba66fe446337c849b52b460af735fffdb63","kind":"commit","published_at":"2017-04-16T02:13:14.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.7.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.7.1/manifests"},{"name":"v0.6.0","sha":"d23ad00deecf9733d227a902f95ac150c7be906e","kind":"commit","published_at":"2016-07-23T14:02:53.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.6.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"2fc6457a116a3c70c55e09bbe9957f2f9bed1e60","kind":"tag","published_at":"2016-04-02T14:54:18.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.5.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"73baa7f4501223cdd4893621ce741c58253a5ec5","kind":"tag","published_at":"2015-12-13T21:46:22.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.4.1","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"dc1ba06d740a6dffb5fc491c389712261cba2662","kind":"tag","published_at":"2015-09-28T14:06:55.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.4.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"9b90a1312d4560c52a33f917d748b89e283d6c59","kind":"tag","published_at":"2015-06-14T02:20:47.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.3.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"e6865588531fe1cdd0ce826632e2ce071bab666a","kind":"tag","published_at":"2015-04-24T20:21:31.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.2.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8f9800baff939aa2d860ef85cf2778e5cafb3aa3","kind":"tag","published_at":"2015-04-24T01:31:08.000Z","download_url":"https://codeload.github.com/carsongee/pytest-pylint/tar.gz/v0.1.0","html_url":"https://github.com/carsongee/pytest-pylint/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/carsongee/pytest-pylint@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-02-24T18:06:02.248Z","dependent_packages_count":95,"downloads":466397,"downloads_period":"last-month","dependent_repos_count":1441,"rankings":{"downloads":0.671463836985305,"dependent_repos_count":0.29745256128038244,"dependent_packages_count":0.1955015550392244,"stargazers_count":8.061769220782196,"forks_count":6.83369993584456,"docker_downloads_count":1.464734306895439,"average":2.920770236137851},"purl":"pkg:pypi/pytest-pylint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pytest-pylint","docker_dependents_count":36,"docker_downloads_count":2241,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-23T11:02:17.336Z","issues_count":51,"pull_requests_count":67,"avg_time_to_close_issue":15425730.92857143,"avg_time_to_close_pull_request":2051787.5454545454,"issues_closed_count":42,"pull_requests_closed_count":66,"pull_request_authors_count":19,"issue_authors_count":47,"avg_comments_per_issue":1.607843137254902,"avg_comments_per_pull_request":1.835820895522388,"merged_pull_requests_count":58,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/issues","maintainers":[{"login":"carsongee","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carsongee"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pytest-pylint/codemeta","maintainers":[{"uuid":"carsongee","login":"carsongee","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/carsongee/","role":null,"created_at":"2023-02-25T05:58:51.666Z","updated_at":"2023-02-25T05:58:51.666Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/carsongee/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":803167,"maintainers_count":337928,"namespaces_count":0,"keywords_count":0,"github":"pypi","metadata":{"funded_packages_count":52328},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-02-22T07:28:10.995Z","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":13206860,"name":"python312Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T01:08:33.094Z","latest_release_published_at":"2026-02-02T01:08:33.094Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T19:11:12.072Z","created_at":"2026-02-02T01:08:27.924Z","updated_at":"2026-02-03T19:11:12.072Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python312Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/pytest-pylint/default.nix#L41","metadata":{"nix_attribute":"python3.12-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:41","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python312Packages.pytest-pylint?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":22,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":25},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-02-22T07:38:19.616Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":12820000,"name":"python310Packages.pytest-pylint","ecosystem":"nixpkgs","description":"pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T17:54:40.290Z","latest_release_published_at":"2026-01-26T17:54:40.290Z","latest_release_number":"0.19.0","last_synced_at":"2026-02-02T13:10:10.507Z","created_at":"2026-01-26T17:54:40.119Z","updated_at":"2026-02-02T13:10:10.508Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python310Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/pytest-pylint/default.nix#L36","metadata":{"nix_attribute":"python3.10-pytest-pylint-0.19.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:36","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python310Packages.pytest-pylint?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":1175,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":21},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-02-22T08:39:33.055Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13706821,"name":"pytest-pylint","ecosystem":"debian","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T22:18:38.538Z","latest_release_published_at":"2026-02-12T22:18:38.538Z","latest_release_number":"0.19.0-1","last_synced_at":"2026-02-12T22:18:38.767Z","created_at":"2026-02-12T22:18:38.381Z","updated_at":"2026-02-12T22:31:46.685Z","registry_url":"https://tracker.debian.org/pkg/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":"https://packages.debian.org/bookworm/pytest-pylint","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, pylint (\u003e= 2.2.2-2), python3-all, python3-mock, python3-pytest (\u003e= 6.0), python3-pytest-flake8, python3-pytest-runner, python3-setuptools, python3-six","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T22:18:39.480Z","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/pytest-pylint?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/pytest-pylint/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-02-24T16:28:47.099Z","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":13663783,"name":"pytest-pylint","ecosystem":"debian","description":null,"homepage":"https://github.com/carsongee/pytest-pylint","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T09:53:22.838Z","latest_release_published_at":"2026-02-12T09:53:22.838Z","latest_release_number":"0.21.0-3","last_synced_at":"2026-02-13T12:40:00.522Z","created_at":"2026-02-12T09:53:22.637Z","updated_at":"2026-02-13T12:40:00.522Z","registry_url":"https://tracker.debian.org/pkg/pytest-pylint","install_command":"apt-get install pytest-pylint","documentation_url":"https://packages.debian.org/trixie/pytest-pylint","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"python3-pytest-pylint","standards_version":"4.6.2","maintainer":"Debian Python Team \u003cteam+python@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, pylint (\u003e= 2.15~), python3-all, python3-pytest (\u003e= 7.0~), python3-pytest-runner, python3-setuptools","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T09:53:23.478Z","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/pytest-pylint?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/pytest-pylint/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38023,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":211},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-02-25T05:02:46.615Z","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":13079745,"name":"python311Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:43:26.400Z","latest_release_published_at":"2026-02-01T17:43:26.400Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T17:46:51.471Z","created_at":"2026-02-01T17:43:15.338Z","updated_at":"2026-02-03T17:46:51.471Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python311Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/pytest-pylint/default.nix#L44","metadata":{"nix_attribute":"python3.11-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:44","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.pytest-pylint?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":10,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":28},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-02-23T05:53:24.103Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":12874508,"name":"python313Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T04:20:49.619Z","latest_release_published_at":"2026-01-27T04:20:49.619Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-02T11:08:12.421Z","created_at":"2026-01-27T04:20:49.072Z","updated_at":"2026-02-02T11:08:12.421Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python313Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/pytest-pylint/default.nix#L41","metadata":{"nix_attribute":"python3.13-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:41","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python313Packages.pytest-pylint?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":142874,"maintainers_count":2352,"namespaces_count":0,"keywords_count":1,"github":"NixOS","metadata":{"funded_packages_count":48},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-02-22T08:39:03.759Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13088596,"name":"python312Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:11:08.611Z","latest_release_published_at":"2026-02-01T18:11:08.611Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T17:52:32.552Z","created_at":"2026-02-01T18:10:53.166Z","updated_at":"2026-02-03T17:52:32.552Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python312Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/pytest-pylint/default.nix#L44","metadata":{"nix_attribute":"python3.12-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:44","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python312Packages.pytest-pylint?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":10,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":28},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-02-23T05:53:24.103Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":12898395,"name":"python314Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T09:43:40.905Z","latest_release_published_at":"2026-01-27T09:43:40.905Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T22:06:08.258Z","created_at":"2026-01-27T09:43:40.696Z","updated_at":"2026-02-03T22:06:08.259Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python314Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/pytest-pylint/default.nix#L41","metadata":{"nix_attribute":"python3.14-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:41","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python314Packages.pytest-pylint?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":142874,"maintainers_count":2352,"namespaces_count":0,"keywords_count":1,"github":"NixOS","metadata":{"funded_packages_count":48},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-02-22T08:39:03.759Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13198599,"name":"python311Packages.pytest-pylint","ecosystem":"nixpkgs","description":"Pytest plugin to check source code with pylint","homepage":"https://github.com/carsongee/pytest-pylint","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/carsongee/pytest-pylint","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:38:57.941Z","latest_release_published_at":"2026-02-02T00:38:57.941Z","latest_release_number":"0.21.0","last_synced_at":"2026-02-03T19:06:25.166Z","created_at":"2026-02-02T00:38:52.764Z","updated_at":"2026-02-03T19:06:25.166Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.pytest-pylint","install_command":"nix-env -iA nixpkgs.python311Packages.pytest-pylint","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/pytest-pylint/default.nix#L41","metadata":{"nix_attribute":"python3.11-pytest-pylint-0.21.0","position":"pkgs/development/python-modules/pytest-pylint/default.nix:41","platforms":["aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"pytest-pylint","upstream_purl":"pkg:pypi/pytest-pylint"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/python311Packages.pytest-pylint?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.pytest-pylint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.pytest-pylint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pytest-pylint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pytest-pylint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pytest-pylint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pytest-pylint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.pytest-pylint/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":22,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":25},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-02-22T07:38:19.616Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}}],"commits":{"id":33867,"full_name":"carsongee/pytest-pylint","default_branch":"main","total_commits":152,"total_committers":22,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.909090909090909,"dds":0.42105263157894735,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-02-16T03:26:44.701Z","last_synced_commit":"35ffa7124a8775285336d01cd9a6880a094bf66e","created_at":"2023-03-07T16:53:59.436Z","updated_at":"2026-02-16T03:26:12.001Z","committers":[{"name":"Carson Gee","email":"x@carsongee.com","login":"carsongee","count":88},{"name":"Michael Käufl","email":"michael-k","login":"michael-k","count":16},{"name":"Yan QiDong","email":"yanqd0@outlook.com","login":"yanqd0","count":9},{"name":"Ben Rowland","email":"ben.rowland@hallmarq.net","login":null,"count":7},{"name":"Karl Odie","email":"karlodie@gmail.com","login":"karl-odie","count":6},{"name":"Dinesh Trivedi","email":"dinesh.dart@gmail.com","login":"dineshtrivedi","count":4},{"name":"Andrey Khokhlin","email":"khokhlin@gmail.com","login":"khokhlin","count":3},{"name":"Sebastian Stigler","email":"sebastian@sebastian-stigler.de","login":null,"count":2},{"name":"Jackie Murphy","email":"john.murphy@rallyhealth.com","login":"jamur2","count":2},{"name":"Jacques Kvam","email":"jwkvam@gmail.com","login":"jwkvam","count":2},{"name":"Vladimir Rutsky","email":"vladimir.rutsky@transas.com","login":"rutsky","count":2},{"name":"Andras Tim","email":"andras.tim@gmail.com","login":"andras-tim","count":1},{"name":"Benjamin Drung","email":"bdrung@debian.org","login":"bdrung","count":1},{"name":"José L. Patiño","email":"jose.lpa@gmail.com","login":"jose-lpa","count":1},{"name":"Kian-Meng Ang","email":"kianmeng@cpan.org","login":"kianmeng","count":1},{"name":"Louis Sautier","email":"sautier.louis@gmail.com","login":"sbraz","count":1},{"name":"Michał Górny","email":"mgorny@gentoo.org","login":"mgorny","count":1},{"name":"Ondřej Nový","email":"ondrej.novy@firma.seznam.cz","login":"onovy","count":1},{"name":"Scott Stanton","email":"scott.stanton@veeva.com","login":"snstanton","count":1},{"name":"Sha","email":"wangsha","login":"wangsha","count":1},{"name":"George Schneeloch","email":"gschneel@mit.edu","login":null,"count":1},{"name":"Simon Biggs","email":"me@simonbiggs.net","login":"SimonBiggs","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-02-16T00:00:18.742Z","repositories_count":6176492,"commits_count":928939115,"contributors_count":36010701,"owners_count":1143375,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"carsongee/pytest-pylint","html_url":"https://github.com/carsongee/pytest-pylint","last_synced_at":"2025-12-23T11:02:17.336Z","status":"active","issues_count":51,"pull_requests_count":67,"avg_time_to_close_issue":15425730.92857143,"avg_time_to_close_pull_request":2051787.5454545454,"issues_closed_count":42,"pull_requests_closed_count":66,"pull_request_authors_count":19,"issue_authors_count":47,"avg_comments_per_issue":1.607843137254902,"avg_comments_per_pull_request":1.835820895522388,"merged_pull_requests_count":58,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T21:52:45.608Z","updated_at":"2025-12-23T11:02:17.336Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/carsongee%2Fpytest-pylint/issues","issue_labels_count":{"table":{"help wanted":4,"bug":2,"enhancement":2}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":46,"CONTRIBUTOR":5}},"pull_request_author_associations_count":{"table":{"OWNER":35,"CONTRIBUTOR":27,"NONE":5}},"issue_authors":{"table":{"wkoot":3,"rgilton":2,"codydjango":2,"AndreMPCosta":1,"0-wiz-0":1,"bennyrowland":1,"jpsamper2009":1,"MartinThoma":1,"khokhlin":1,"pjz":1,"dickreuter":1,"ARMATURETechnologies":1,"vangorra":1,"tnorlund":1,"themanifold":1,"gatesn":1,"sambrightman":1,"terlar":1,"fredthomsen":1,"JaSei":1,"sandrotosi":1,"gangefors":1,"nth10sd":1,"wagenrace":1,"geaden":1,"ap-hyperbole":1,"seb128":1,"lhupfeldt":1,"michael-k":1,"dmig-alarstudios":1,"gnikonorov":1,"gaborschulz":1,"snstanton":1,"Formartha":1,"GergelyKalmar":1,"gouarin":1,"sp-daniel-pinyol":1,"jiyoonlim123":1,"cvlvxi":1,"WolfgangFellger":1,"reyes-c1":1,"ajasmin":1,"petermleigh":1,"stanislavlevin":1,"dineshtrivedi":1,"magnusbaeck":1,"zenndos":1}},"pull_request_authors":{"table":{"carsongee":35,"michael-k":11,"yanqd0":4,"dineshtrivedi":2,"ekohl":1,"sbraz":1,"jose-lpa":1,"mylius":1,"jspricke":1,"cjwatson":1,"jamur2":1,"fredthomsen":1,"bennyrowland":1,"snstanton":1,"SimonBiggs":1,"khokhlin":1,"kianmeng":1,"mgorny":1,"wangsha":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-02-26T00:00:08.085Z","repositories_count":13472064,"issues_count":35053893,"pull_requests_count":114229966,"authors_count":11172835,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{"NONE":1}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{"cjwatson":1}},"maintainers":[{"table":{"login":"carsongee","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/carsongee"}}],"active_maintainers":[]}},"events":{"total":{},"last_year":{}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-09-14T11:00:52.126Z","updated_at":"2022-09-14T11:00:52.126Z","repository_link":"https://github.com/carsongee/pytest-pylint/blob/main/setup.py","dependencies":[{"id":4822082922,"package_name":"pytest","ecosystem":"pypi","requirements":"\u003e=5.4","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yml","sha":null,"kind":"manifest","created_at":"2023-01-21T08:46:42.721Z","updated_at":"2023-01-21T08:46:42.721Z","repository_link":"https://github.com/carsongee/pytest-pylint/blob/main/.github/workflows/tests.yml","dependencies":[{"id":7075931895,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7075931896,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]}],"score":20.594645405786324,"created_at":"2025-12-20T09:32:49.944Z","updated_at":"2026-05-30T16:01:27.122Z","avatar_url":"https://github.com/carsongee.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/369985","html_url":"https://summary.ecosyste.ms/projects/369985"}