{"id":68792,"name":"kmodes","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","url":"https://github.com/nicodv/kmodes","last_synced_at":"2025-09-08T14:17:33.632Z","repository":{"id":9828570,"uuid":"11815672","full_name":"nicodv/kmodes","owner":"nicodv","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","archived":false,"fork":false,"pushed_at":"2024-06-19T19:59:13.000Z","size":490,"stargazers_count":1261,"open_issues_count":17,"forks_count":415,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-05-21T12:09:14.426Z","etag":null,"topics":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"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/nicodv.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-08-01T11:54:40.000Z","updated_at":"2025-05-13T15:35:10.000Z","dependencies_parsed_at":"2024-06-18T12:23:33.337Z","dependency_job_id":"c5de457a-dc0c-4278-9985-d52a53630e0d","html_url":"https://github.com/nicodv/kmodes","commit_stats":{"total_commits":479,"total_committers":22,"mean_commits":"21.772727272727273","dds":0.3757828810020877,"last_synced_commit":"61265b159e8a33af779fba005912a5185fd82078"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/nicodv/kmodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/sbom","scorecard":{"id":685821,"data":{"date":"2025-08-11","repo":{"name":"github.com/nicodv/kmodes","commit":"61265b159e8a33af779fba005912a5185fd82078"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"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":"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":"Code-Review","score":1,"reason":"Found 2/18 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-package.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/nicodv/kmodes/python-package.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/nicodv/kmodes/python-package.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:28","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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 18 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-22T00:46:34.496Z","repository_id":9828570,"created_at":"2025-08-22T00:46:34.496Z","updated_at":"2025-08-22T00:46:34.496Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274196591,"owners_count":25239252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"nicodv","name":"Nico de Vos","uuid":"3716227","kind":"user","description":"","email":"","website":null,"location":"United States","twitter":null,"company":"Salesforce","icon_url":"https://avatars.githubusercontent.com/u/3716227?u=45b066e9a246800c83130159b163ee74cb8ac103\u0026v=4","repositories_count":12,"last_synced_at":"2023-04-09T21:12:42.186Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/nicodv","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:31:27.274Z","updated_at":"2023-04-09T21:12:42.258Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv/repositories"},"packages":[{"id":2780675,"name":"kmodes","ecosystem":"pypi","description":"Python implementations of the k-modes and k-prototypes clustering algorithms for clustering categorical data.","homepage":"https://github.com/nicodv/kmodes","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/nicodv/kmodes","keywords_array":[],"namespace":null,"versions_count":16,"first_release_published_at":"2016-02-28T02:53:57.000Z","latest_release_published_at":"2022-09-06T19:36:34.000Z","latest_release_number":"0.12.2","last_synced_at":"2025-09-08T06:03:11.659Z","created_at":"2022-04-10T11:25:35.230Z","updated_at":"2025-09-08T06:03:11.659Z","registry_url":"https://pypi.org/project/kmodes/","install_command":"pip install kmodes --index-url https://pypi.org/simple","documentation_url":"https://kmodes.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Science/Research","License :: OSI Approved :: MIT License","Operating System :: MacOS","Operating System :: Microsoft :: Windows","Operating System :: Unix","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering"],"normalized_name":"kmodes","project_status":null},"repo_metadata":{"id":9828570,"uuid":"11815672","full_name":"nicodv/kmodes","owner":"nicodv","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","archived":false,"fork":false,"pushed_at":"2024-06-19T19:59:13.000Z","size":490,"stargazers_count":1238,"open_issues_count":17,"forks_count":416,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-09-04T08:36:47.559Z","etag":null,"topics":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"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/nicodv.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-08-01T11:54:40.000Z","updated_at":"2024-09-03T10:05:10.000Z","dependencies_parsed_at":"2024-06-18T12:23:33.337Z","dependency_job_id":"c5de457a-dc0c-4278-9985-d52a53630e0d","html_url":"https://github.com/nicodv/kmodes","commit_stats":{"total_commits":479,"total_committers":22,"mean_commits":"21.772727272727273","dds":0.3757828810020877,"last_synced_commit":"61265b159e8a33af779fba005912a5185fd82078"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217597528,"owners_count":16201782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"nicodv","name":"Nico de Vos","uuid":"3716227","kind":"user","description":"","email":"","website":null,"location":"United States","twitter":null,"company":"Salesforce","icon_url":"https://avatars.githubusercontent.com/u/3716227?u=45b066e9a246800c83130159b163ee74cb8ac103\u0026v=4","repositories_count":12,"last_synced_at":"2023-04-09T21:12:42.186Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/nicodv","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:31:27.274Z","updated_at":"2023-04-09T21:12:42.258Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv/repositories"},"tags":[{"name":"0.12.2","sha":"2a53c9ec27720ac2db1e173869d052004ba484c0","kind":"tag","published_at":"2022-09-06T19:31:34.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"a2c3ff26b61211b8ffa7be60cac5a675cc6ebb81","kind":"tag","published_at":"2022-04-14T21:20:49.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.1/manifests"},{"name":"0.12.0","sha":"df0794025108cdb5047d6f81a746025633401c92","kind":"tag","published_at":"2022-03-31T00:48:29.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.12.0/manifests"},{"name":"0.11.1","sha":"9d0ed508dfdb8d381fad785d345aa0ae440d8d0d","kind":"tag","published_at":"2021-10-08T04:32:58.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.11.1/manifests"},{"name":"0.11.0","sha":"a87e21d8203b241fe88b95d0b03a049bf8037705","kind":"tag","published_at":"2021-02-13T03:21:59.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.11.0/manifests"},{"name":"0.10.2","sha":"9b3f1957082b33b605987ade922c8d8364f59deb","kind":"tag","published_at":"2020-02-25T21:26:31.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.2/manifests"},{"name":"0.10.1","sha":"cdb19fe5448aba1bf501626694bb52e68eafab45","kind":"tag","published_at":"2019-04-23T16:38:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.1/manifests"},{"name":"0.10.0","sha":"cff215330a1c449e156c1a5b7ed939e65c6b4c15","kind":"tag","published_at":"2019-04-04T17:14:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.10.0/manifests"},{"name":"0.9","sha":"c8d1587583185abd7146e0fc8fa719d7b28a613b","kind":"tag","published_at":"2018-05-02T22:44:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.9","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.9/manifests"},{"name":"0.8","sha":"275b1379397bbf454da851d3b61f30ec0c0f0243","kind":"tag","published_at":"2017-11-15T20:08:04.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.8","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.8/manifests"},{"name":"0.7","sha":"2902ded7ae2ff3f97c31e6a1fd1177140dff5d30","kind":"tag","published_at":"2017-03-30T17:36:33.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.7","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.7/manifests"},{"name":"0.6","sha":"c67097ad2bf46817470bab1e660794d23dd04ad3","kind":"tag","published_at":"2016-06-07T18:21:57.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.6","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.6/manifests"},{"name":"0.5","sha":"a00a925418d7cbaf617e2b853658bad01d10a9f6","kind":"tag","published_at":"2016-05-27T19:39:26.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.5","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.5/manifests"},{"name":"0.4","sha":"5fad44c7ecdeee3c225087a4e35be67bd3293066","kind":"tag","published_at":"2016-03-14T21:13:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.4","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.4/manifests"},{"name":"0.2","sha":"b3280cac7f918e18217c3ecd88c1eced92d5a982","kind":"tag","published_at":"2016-03-02T20:48:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.2/manifests"},{"name":"0.1","sha":"697937982a9d9b1502b3aa9be6830cec705baa81","kind":"tag","published_at":"2016-02-28T02:56:42.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags/0.1/manifests"}]},"repo_metadata_updated_at":"2024-09-07T23:09:13.461Z","dependent_packages_count":12,"downloads":155813,"downloads_period":"last-month","dependent_repos_count":291,"rankings":{"downloads":0.7015484216585266,"dependent_repos_count":0.876888035303482,"dependent_packages_count":1.1439817479630778,"stargazers_count":1.9000507212100142,"forks_count":2.6342734804058456,"docker_downloads_count":1.4217136170301685,"average":1.4464093372618525},"purl":"pkg:pypi/kmodes","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/kmodes","docker_dependents_count":28,"docker_downloads_count":1476,"usage_url":"https://repos.ecosyste.ms/usage/pypi/kmodes","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/kmodes/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-06T17:13:17.527Z","issues_count":80,"pull_requests_count":27,"avg_time_to_close_issue":16663121.391304348,"avg_time_to_close_pull_request":6683635.961538462,"issues_closed_count":69,"pull_requests_closed_count":26,"pull_request_authors_count":16,"issue_authors_count":70,"avg_comments_per_issue":2.575,"avg_comments_per_pull_request":1.8518518518518519,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":1107572.0,"past_year_avg_time_to_close_pull_request":76.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/issues","maintainers":[{"login":"nicodv","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicodv"}],"active_maintainers":[{"login":"nicodv","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicodv"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/kmodes/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/kmodes/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/kmodes/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/kmodes/related_packages","maintainers":[{"uuid":"nicodv","login":"nicodv","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/nicodv/","role":null,"created_at":"2022-12-05T19:21:51.213Z","updated_at":"2022-12-05T19:21:51.213Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/nicodv/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726163,"maintainers_count":308801,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","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":5298484,"name":"kmodes","ecosystem":"conda","description":null,"homepage":"https://github.com/nicodv/kmodes","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/nicodv/kmodes","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2020-04-04T05:31:36.000Z","latest_release_published_at":"2022-09-06T23:40:24.000Z","latest_release_number":"0.12.2","last_synced_at":"2025-08-25T11:08:05.857Z","created_at":"2022-10-03T16:04:09.258Z","updated_at":"2025-08-25T11:08:05.858Z","registry_url":"https://anaconda.org/conda-forge/kmodes","install_command":"conda install -c conda-forge kmodes","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"11815672","full_name":"nicodv/kmodes","owner":"nicodv","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","archived":false,"fork":false,"pushed_at":"2023-02-21T02:39:30.000Z","size":473,"stargazers_count":1130,"open_issues_count":17,"forks_count":393,"subscribers_count":50,"default_branch":"master","last_synced_at":"2023-03-21T11:08:01.565Z","etag":null,"topics":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"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,"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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2013-08-01T11:54:40.000Z","updated_at":"2023-03-21T11:08:01.566Z","dependencies_parsed_at":"2023-01-13T15:35:17.215Z","dependency_job_id":null,"html_url":"https://github.com/nicodv/kmodes","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","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":"nicodv","name":"Nico de Vos","uuid":"3716227","kind":"user","description":"","email":"","website":null,"location":"United States","twitter":null,"company":"Salesforce","avatar_url":"https://avatars.githubusercontent.com/u/3716227?u=45b066e9a246800c83130159b163ee74cb8ac103\u0026v=4","repositories_count":3,"last_synced_at":"2023-02-19T23:00:26.172Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv"},"tags":[{"name":"0.12.2","sha":"2a53c9ec27720ac2db1e173869d052004ba484c0","kind":"tag","published_at":"2022-09-06T19:31:34.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.2"},{"name":"0.12.1","sha":"a2c3ff26b61211b8ffa7be60cac5a675cc6ebb81","kind":"tag","published_at":"2022-04-14T21:20:49.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.1"},{"name":"0.12.0","sha":"df0794025108cdb5047d6f81a746025633401c92","kind":"tag","published_at":"2022-03-31T00:48:29.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.0"},{"name":"0.11.1","sha":"9d0ed508dfdb8d381fad785d345aa0ae440d8d0d","kind":"tag","published_at":"2021-10-08T04:32:58.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.1"},{"name":"0.11.0","sha":"a87e21d8203b241fe88b95d0b03a049bf8037705","kind":"tag","published_at":"2021-02-13T03:21:59.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.0"},{"name":"0.10.2","sha":"9b3f1957082b33b605987ade922c8d8364f59deb","kind":"tag","published_at":"2020-02-25T21:26:31.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.2"},{"name":"0.10.1","sha":"cdb19fe5448aba1bf501626694bb52e68eafab45","kind":"tag","published_at":"2019-04-23T16:38:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.1"},{"name":"0.10.0","sha":"cff215330a1c449e156c1a5b7ed939e65c6b4c15","kind":"tag","published_at":"2019-04-04T17:14:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.0"},{"name":"0.9","sha":"c8d1587583185abd7146e0fc8fa719d7b28a613b","kind":"tag","published_at":"2018-05-02T22:44:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.9","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.9"},{"name":"0.8","sha":"275b1379397bbf454da851d3b61f30ec0c0f0243","kind":"tag","published_at":"2017-11-15T20:08:04.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.8","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.8"},{"name":"0.7","sha":"2902ded7ae2ff3f97c31e6a1fd1177140dff5d30","kind":"tag","published_at":"2017-03-30T17:36:33.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.7","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.7"},{"name":"0.6","sha":"c67097ad2bf46817470bab1e660794d23dd04ad3","kind":"tag","published_at":"2016-06-07T18:21:57.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.6","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.6"},{"name":"0.5","sha":"a00a925418d7cbaf617e2b853658bad01d10a9f6","kind":"tag","published_at":"2016-05-27T19:39:26.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.5","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.5"},{"name":"0.4","sha":"5fad44c7ecdeee3c225087a4e35be67bd3293066","kind":"tag","published_at":"2016-03-14T21:13:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.4","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.4"},{"name":"0.2","sha":"b3280cac7f918e18217c3ecd88c1eced92d5a982","kind":"tag","published_at":"2016-03-02T20:48:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.2"},{"name":"0.1","sha":"697937982a9d9b1502b3aa9be6830cec705baa81","kind":"tag","published_at":"2016-02-28T02:56:42.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.1"}]},"repo_metadata_updated_at":"2023-03-22T07:28:03.834Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":18.09471530515495,"dependent_packages_count":28.988472478666598,"stargazers_count":11.871849892709218,"forks_count":8.463496182444235,"docker_downloads_count":null,"average":16.85463346474375},"purl":"pkg:conda/kmodes","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/kmodes","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/kmodes","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/kmodes/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-08T21:25:11.649Z","issues_count":78,"pull_requests_count":23,"avg_time_to_close_issue":16891879.470588237,"avg_time_to_close_pull_request":6386301.818181818,"issues_closed_count":68,"pull_requests_closed_count":22,"pull_request_authors_count":14,"issue_authors_count":69,"avg_comments_per_issue":2.58974358974359,"avg_comments_per_pull_request":2.0869565217391304,"merged_pull_requests_count":19,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":5,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":238706.2,"past_year_avg_time_to_close_pull_request":1131.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":1.2,"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":2},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/kmodes/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/kmodes/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/kmodes/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/kmodes/related_packages","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":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","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":8252857,"name":"kmodes","ecosystem":"conda","description":"Python implementations of the k-modes and k-prototypes clustering algorithms for clustering categorical data.","homepage":"https://github.com/nicodv/kmodes","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/nicodv/kmodes","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-06-09T07:30:53.000Z","latest_release_published_at":"2023-06-09T07:30:53.000Z","latest_release_number":"0.12.2","last_synced_at":"2025-08-21T13:07:11.497Z","created_at":"2023-09-09T04:26:18.344Z","updated_at":"2025-08-21T13:07:11.497Z","registry_url":"https://anaconda.org/anaconda/kmodes","install_command":"conda install -c anaconda kmodes","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"11815672","full_name":"nicodv/kmodes","owner":"nicodv","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","archived":false,"fork":false,"pushed_at":"2023-04-20T04:36:20.000Z","size":474,"stargazers_count":1179,"open_issues_count":17,"forks_count":413,"subscribers_count":52,"default_branch":"master","last_synced_at":"2023-09-08T11:41:12.631Z","etag":null,"topics":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"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/nicodv.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2013-08-01T11:54:40.000Z","updated_at":"2023-09-06T19:19:47.000Z","dependencies_parsed_at":"2023-01-13T15:35:17.215Z","dependency_job_id":null,"html_url":"https://github.com/nicodv/kmodes","commit_stats":null,"previous_names":[],"tags_count":16,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":157966377,"owners_count":7808098,"icon_url":"https://github.com/github.png","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":"2023-09-09T04:26:21.622Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":46.57203261854425,"dependent_packages_count":51.19299305345817,"stargazers_count":22.047719722138325,"forks_count":16.581093325279372,"docker_downloads_count":null,"average":34.098459679855026},"purl":"pkg:conda/kmodes","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/kmodes","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/kmodes","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/kmodes/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-09-08T11:40:10.500Z","issues_count":78,"pull_requests_count":23,"avg_time_to_close_issue":16891879.470588237,"avg_time_to_close_pull_request":6386301.818181818,"issues_closed_count":68,"pull_requests_closed_count":22,"pull_request_authors_count":14,"issue_authors_count":69,"avg_comments_per_issue":2.58974358974359,"avg_comments_per_pull_request":2.0869565217391304,"merged_pull_requests_count":19,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":258040.33333333334,"past_year_avg_time_to_close_pull_request":2095.0,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.6666666666666667,"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},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/kmodes/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/kmodes/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/kmodes/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/kmodes/related_packages","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":4329,"maintainers_count":0,"namespaces_count":0,"keywords_count":2929,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":613},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2025-09-08T06:52:46.830Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":75596,"name":"py-kmodes","ecosystem":"spack","description":"Python implementations of the k-modes and k-prototypes clustering\nalgorithms for clustering categorical data.\n","homepage":"https://github.com/nicodv/kmodes","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/nicodv/kmodes","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2022-04-05T09:25:41.993Z","latest_release_published_at":"2022-04-05T09:25:41.993Z","latest_release_number":"0.10.1","last_synced_at":"2025-08-24T14:46:07.547Z","created_at":"2022-04-05T09:25:41.961Z","updated_at":"2025-08-24T14:46:07.547Z","registry_url":"https://packages.spack.io/package.html?name=py-kmodes","install_command":"spack install py-kmodes","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"11815672","full_name":"nicodv/kmodes","owner":"nicodv","description":"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data","archived":false,"fork":false,"pushed_at":"2023-02-21T02:39:30.000Z","size":473,"stargazers_count":1129,"open_issues_count":18,"forks_count":393,"subscribers_count":50,"default_branch":"master","last_synced_at":"2023-03-19T11:27:18.446Z","etag":null,"topics":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"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,"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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2013-08-01T11:54:40.000Z","updated_at":"2023-03-19T11:27:18.446Z","dependencies_parsed_at":"2023-01-13T15:35:17.215Z","dependency_job_id":null,"html_url":"https://github.com/nicodv/kmodes","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv","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":"nicodv","name":"Nico de Vos","uuid":"3716227","kind":"user","description":"","email":"","website":null,"location":"United States","twitter":null,"company":"Salesforce","avatar_url":"https://avatars.githubusercontent.com/u/3716227?u=45b066e9a246800c83130159b163ee74cb8ac103\u0026v=4","repositories_count":3,"last_synced_at":"2023-02-19T23:00:26.172Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicodv"},"tags":[{"name":"0.12.2","sha":"2a53c9ec27720ac2db1e173869d052004ba484c0","kind":"tag","published_at":"2022-09-06T19:31:34.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.2"},{"name":"0.12.1","sha":"a2c3ff26b61211b8ffa7be60cac5a675cc6ebb81","kind":"tag","published_at":"2022-04-14T21:20:49.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.1"},{"name":"0.12.0","sha":"df0794025108cdb5047d6f81a746025633401c92","kind":"tag","published_at":"2022-03-31T00:48:29.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.12.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.12.0"},{"name":"0.11.1","sha":"9d0ed508dfdb8d381fad785d345aa0ae440d8d0d","kind":"tag","published_at":"2021-10-08T04:32:58.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.1"},{"name":"0.11.0","sha":"a87e21d8203b241fe88b95d0b03a049bf8037705","kind":"tag","published_at":"2021-02-13T03:21:59.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.11.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.11.0"},{"name":"0.10.2","sha":"9b3f1957082b33b605987ade922c8d8364f59deb","kind":"tag","published_at":"2020-02-25T21:26:31.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.2"},{"name":"0.10.1","sha":"cdb19fe5448aba1bf501626694bb52e68eafab45","kind":"tag","published_at":"2019-04-23T16:38:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.1"},{"name":"0.10.0","sha":"cff215330a1c449e156c1a5b7ed939e65c6b4c15","kind":"tag","published_at":"2019-04-04T17:14:25.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.10.0","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.10.0"},{"name":"0.9","sha":"c8d1587583185abd7146e0fc8fa719d7b28a613b","kind":"tag","published_at":"2018-05-02T22:44:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.9","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.9"},{"name":"0.8","sha":"275b1379397bbf454da851d3b61f30ec0c0f0243","kind":"tag","published_at":"2017-11-15T20:08:04.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.8","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.8"},{"name":"0.7","sha":"2902ded7ae2ff3f97c31e6a1fd1177140dff5d30","kind":"tag","published_at":"2017-03-30T17:36:33.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.7","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.7"},{"name":"0.6","sha":"c67097ad2bf46817470bab1e660794d23dd04ad3","kind":"tag","published_at":"2016-06-07T18:21:57.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.6","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.6"},{"name":"0.5","sha":"a00a925418d7cbaf617e2b853658bad01d10a9f6","kind":"tag","published_at":"2016-05-27T19:39:26.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.5","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.5"},{"name":"0.4","sha":"5fad44c7ecdeee3c225087a4e35be67bd3293066","kind":"tag","published_at":"2016-03-14T21:13:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.4","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.4"},{"name":"0.2","sha":"b3280cac7f918e18217c3ecd88c1eced92d5a982","kind":"tag","published_at":"2016-03-02T20:48:52.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.2","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.2"},{"name":"0.1","sha":"697937982a9d9b1502b3aa9be6830cec705baa81","kind":"tag","published_at":"2016-02-28T02:56:42.000Z","download_url":"https://codeload.github.com/nicodv/kmodes/tar.gz/0.1","html_url":"https://github.com/nicodv/kmodes/releases/tag/0.1"}]},"repo_metadata_updated_at":"2023-03-20T19:57:55.870Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":57.27386411004586,"stargazers_count":6.891760455745449,"forks_count":4.626927886619424,"average":17.198138113102683},"purl":"pkg:spack/py-kmodes","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-kmodes","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-kmodes","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-kmodes/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-08T21:25:11.649Z","issues_count":78,"pull_requests_count":23,"avg_time_to_close_issue":16891879.470588237,"avg_time_to_close_pull_request":6386301.818181818,"issues_closed_count":68,"pull_requests_closed_count":22,"pull_request_authors_count":14,"issue_authors_count":69,"avg_comments_per_issue":2.58974358974359,"avg_comments_per_pull_request":2.0869565217391304,"merged_pull_requests_count":19,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":5,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":238706.2,"past_year_avg_time_to_close_pull_request":1131.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":1.2,"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":2},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-kmodes/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-kmodes/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-kmodes/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-kmodes/related_packages","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2170,"html_url":null,"role":null,"created_at":"2022-11-14T16:52:09.234Z","updated_at":"2022-11-14T16:52:09.234Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8772,"maintainers_count":926,"namespaces_count":0,"keywords_count":3681,"github":"spack","metadata":{"funded_packages_count":405},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-08T06:56:36.288Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}}],"commits":{"id":16160,"full_name":"nicodv/kmodes","default_branch":"master","committers":[{"name":"Nico de Vos","email":"njdevos@gmail.com","login":null,"count":299},{"name":"nicodv","email":"nico.devos@autogrid.com","login":null,"count":99},{"name":"Nico de Vos","email":"nico.devos@auto-grid.com","login":null,"count":16},{"name":"kklein","email":"kleinkevin.lu@gmail.com","login":null,"count":12},{"name":"BikashPandey17","email":"pandeybikash98@gmail.com","login":null,"count":9},{"name":"Robin Hes","email":"robinhes@outlook.com","login":null,"count":8},{"name":"Ben Andow","email":"beandow@ncsu.edu","login":null,"count":7},{"name":"Henry Wilde","email":"henrydavidwilde@gmail.com","login":null,"count":6},{"name":"Ben Andow","email":"benandow@Benjamins-MacBook-Pro.local","login":null,"count":5},{"name":"BikashPandey17","email":"BIKASH.PANDEY@springandriver.com","login":null,"count":3},{"name":"lukeg","email":"lukez@gogotech.com","login":null,"count":2},{"name":"Pedro Larroy","email":"pedro.larroy.lists@gmail.com","login":null,"count":2},{"name":"Genie-liu","email":"feixiangljs@163.com","login":null,"count":2},{"name":"Jeason Liu","email":"34557281+Genie-Liu","login":"Genie-Liu","count":1},{"name":"nilkeshpatra","email":"42218010+nilkeshpatra","login":"nilkeshpatra","count":1},{"name":"Dmitri Tchebotarev","email":"dmitri.tchebotarev@instacart.com","login":null,"count":1},{"name":"Fei","email":"fei.zhan@jbadigital.com","login":null,"count":1},{"name":"Harish B","email":"dev.harish@outlook.com","login":null,"count":1},{"name":"Ian Warrington","email":"iwarrington@mizzenit.com","login":null,"count":1},{"name":"Rebecca","email":"rggelles@gmail.com","login":null,"count":1},{"name":"j-hurwitz","email":"jhhurwi@evoforge.org","login":null,"count":1},{"name":"trevorstephens","email":"trev.stephens@gmail.com","login":null,"count":1}],"total_commits":479,"total_committers":22,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":21.772727272727273,"dds":0.3757828810020877,"past_year_committers":[{"name":"Nico de Vos","email":"njdevos@gmail.com","login":null,"count":4}],"past_year_total_commits":4,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.0,"last_synced_at":"2024-09-13T05:13:17.555Z","last_synced_commit":"61265b159e8a33af779fba005912a5185fd82078","created_at":"2023-03-07T11:32:00.223Z","updated_at":"2024-09-13T05:13:17.556Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-07T00:00:09.744Z","repositories_count":5480019,"commits_count":853389126,"contributors_count":31098155,"owners_count":906558,"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_stats":{"full_name":"nicodv/kmodes","html_url":"https://github.com/nicodv/kmodes","last_synced_at":"2025-05-21T12:12:00.323Z","status":null,"issues_count":80,"pull_requests_count":27,"avg_time_to_close_issue":16663121.391304348,"avg_time_to_close_pull_request":6683635.961538462,"issues_closed_count":69,"pull_requests_closed_count":26,"pull_request_authors_count":16,"issue_authors_count":70,"avg_comments_per_issue":2.5875,"avg_comments_per_pull_request":1.8518518518518519,"merged_pull_requests_count":21,"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-10T14:54:03.629Z","updated_at":"2025-09-01T19:31:49.108Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicodv%2Fkmodes/issues","issue_labels_count":{"question":21,"bug":20,"enhancement":18,"expected behavior":2,"easy":2,"performance":1,"difficult":1,"releases":1},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":69,"OWNER":6,"CONTRIBUTOR":4},"pull_request_author_associations_count":{"CONTRIBUTOR":11,"OWNER":9,"NONE":8},"issue_authors":{"nicodv":6,"regorsmitz":3,"KhatriVivek":2,"wwjd1234":2,"xinruxchen":2,"ori-katz100":1,"tathianabarreto":1,"patryk-kowalski95":1,"imamilion":1,"daffidwilde":1,"Francis-oa7":1,"eli232323":1,"mrlonely001":1,"asmitakulkarni":1,"crixus5678":1,"Rahib4":1,"larroy":1,"darigovresearch":1,"chrisjluc":1,"GokulVj":1,"etfrenchvcu":1,"ale94mleon":1,"rggelles":1,"sumitkrmahato":1,"davins90":1,"hugo-pires":1,"durgaswaroop":1,"yasitari":1,"amethystzh":1,"ostwalprasad":1,"Galy88":1,"rphes":1,"AntanasM5":1,"pratikmondkar":1,"Jhellewaard":1,"vwang0":1,"gerasgi":1,"monk1337":1,"vandommer":1,"arainboldt":1,"maxviv":1,"bendiste":1,"eugeniahrho":1,"floresseanpaolo":1,"vlall":1,"Chao-Tang":1,"RoddyJaques":1,"dfolch":1,"FGlazov":1,"Tu-Zhenzhao":1,"nickyreinert":1,"omairmauz":1,"PascalEconomouCoupa":1,"tthavendran":1,"tinkuborah":1,"Eugenia77":1,"aclarkData":1,"matteosantama":1,"sin10036":1,"yueguoguo":1,"sugatoray":1,"ghost":1,"Jane419":1,"soufianee":1,"islaywright":1,"moondonuts":1,"mike-ocean":1,"melsener":1,"peterzaur":1},"pull_request_authors":{"nicodv":9,"ManuelConcepcion":2,"daffidwilde":2,"kklein":2,"joaquin-tempelsman":2,"kristina100":1,"rggelles":1,"trevorstephens":1,"SatishDivakarla":1,"b-harish":1,"j-hurwitz":1,"larroy":1,"Genie-Liu":1,"BikashPandey17":1,"AGMortimer":1,"DTchebotarev":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10154779,"issues_count":32075917,"pull_requests_count":100114049,"authors_count":10723978,"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":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"nicodv","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicodv"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":44,"IssueCommentEvent":1,"ForkEvent":4},"last_year":{"WatchEvent":44,"IssueCommentEvent":1,"ForkEvent":4}},"keywords":["clustering-algorithm","k-modes","k-prototypes","python","scikit-learn"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/python-package.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T15:35:16.894Z","updated_at":"2023-01-13T15:35:16.894Z","repository_link":"https://github.com/nicodv/kmodes/blob/master/.github/workflows/python-package.yml","dependencies":[{"id":6885944546,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6885944551,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2023-01-13T15:35:17.140Z","updated_at":"2023-01-13T15:35:17.140Z","repository_link":"https://github.com/nicodv/kmodes/blob/master/setup.py","dependencies":[{"id":6885946704,"package_name":"Note","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":6885946705,"package_name":"as","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":6885946706,"package_name":"give","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":6885946707,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.10.4","direct":true,"kind":"runtime","optional":false},{"id":6885946708,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"\u003e=0.22.0","direct":true,"kind":"runtime","optional":false},{"id":6885946709,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.13.3","direct":true,"kind":"runtime","optional":false},{"id":6885946710,"package_name":"joblib","ecosystem":"pypi","requirements":"\u003e=0.11","direct":true,"kind":"runtime","optional":false}]}],"score":22.212093537926204,"created_at":"2025-09-08T11:18:58.120Z","updated_at":"2025-10-07T08:25:38.707Z","avatar_url":"https://github.com/nicodv.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":155813,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/68792","html_url":"https://science.ecosyste.ms/projects/68792"}