{"id":13952290,"name":"python-qnorm","ecosystem":"guix","description":"Quantile normalization","homepage":"https://github.com/Maarten-vd-Sande/qnorm","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/Maarten-vd-Sande/qnorm","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T19:32:59.113Z","latest_release_published_at":"2026-03-02T19:32:59.113Z","latest_release_number":"0.9.0","last_synced_at":"2026-04-27T16:31:56.179Z","created_at":"2026-03-02T19:32:58.884Z","updated_at":"2026-04-27T16:34:53.680Z","registry_url":"https://packages.guix.gnu.org/packages/python-qnorm/0.9.0/","install_command":"guix install python-qnorm","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-xyz.scm#n15897","metadata":{"location":"gnu/packages/python-xyz.scm:15897","variable_name":"python-qnorm"},"repo_metadata":{"id":46625266,"uuid":"276373404","full_name":"Maarten-vd-Sande/qnorm","owner":"Maarten-vd-Sande","description":"Fast-ish (and correct!) quantile normalization in Python.","archived":false,"fork":false,"pushed_at":"2025-06-05T12:44:51.000Z","size":149,"stargazers_count":31,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T11:14:09.835Z","etag":null,"topics":["normalization","numba","pandas","python","qnorm","quantile-normalization","statistics"],"latest_commit_sha":null,"homepage":"","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/Maarten-vd-Sande.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2020-07-01T12:35:52.000Z","updated_at":"2025-06-05T12:44:53.000Z","dependencies_parsed_at":"2023-02-01T02:35:10.509Z","dependency_job_id":"3a1c2415-4444-4a50-b8c0-d82dc1fbed63","html_url":"https://github.com/Maarten-vd-Sande/qnorm","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":0.3023255813953488,"last_synced_commit":"3f73fdc62a359803db1dce669c3d41789d837f28"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/Maarten-vd-Sande/qnorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maarten-vd-Sande","download_url":"https://codeload.github.com/Maarten-vd-Sande/qnorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm/sbom","scorecard":{"id":88224,"data":{"date":"2025-08-11","repo":{"name":"github.com/Maarten-vd-Sande/qnorm","commit":"135f7106a29b3725fceb61008ccb3a805c22e44c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/19 approved changesets -- score normalized to 0","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":"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":10,"reason":"25 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/continuousdeployment.yml:11","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":"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/continuousdeployment.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/continuousdeployment.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/continuousdeployment.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/Maarten-vd-Sande/qnorm/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/continuousdeployment.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/continuousdeployment.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/continuousdeployment.yml:58","Warn: pipCommand not pinned by hash: .github/workflows/continuousdeployment.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:30","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of  10 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/continuousdeployment.yml:15"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.9.0 not signed: https://api.github.com/repos/Maarten-vd-Sande/qnorm/releases/223325773","Warn: release artifact v0.9.0 does not have provenance: https://api.github.com/repos/Maarten-vd-Sande/qnorm/releases/223325773"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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 13 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-15T07:22:52.431Z","repository_id":46625266,"created_at":"2025-08-15T07:22:52.431Z","updated_at":"2025-08-15T07:22:52.431Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31344403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-27T16:34:53.437Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/python-qnorm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/python-qnorm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/python-qnorm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/python-qnorm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-14T17:29:55.824Z","issues_count":6,"pull_requests_count":12,"avg_time_to_close_issue":4617789.0,"avg_time_to_close_pull_request":1131577.9166666667,"issues_closed_count":2,"pull_requests_closed_count":12,"pull_request_authors_count":2,"issue_authors_count":5,"avg_comments_per_issue":1.0,"avg_comments_per_pull_request":0.08333333333333333,"merged_pull_requests_count":12,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":917473.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maarten-vd-Sande%2Fqnorm/issues","maintainers":[{"login":"Maarten-vd-Sande","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Maarten-vd-Sande"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-qnorm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-qnorm/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-qnorm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-qnorm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/python-qnorm/codemeta","maintainers":[]}