{"id":2827,"name":"MatchPy","description":"MatchPy: Pattern Matching in Python - Published in JOSS (2018)","url":"https://github.com/hpac/matchpy","last_synced_at":"2025-09-04T16:53:51.257Z","repository":{"id":47518064,"uuid":"66550798","full_name":"HPAC/matchpy","owner":"HPAC","description":"A library for pattern matching on symbolic expressions in Python.","archived":false,"fork":false,"pushed_at":"2024-04-18T09:07:37.000Z","size":926,"stargazers_count":169,"open_issues_count":18,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-04T08:23:27.394Z","etag":null,"topics":["pattern-matching","python","symbolic-expressions","term-rewriting"],"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/HPAC.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,"zenodo":null}},"created_at":"2016-08-25T11:04:59.000Z","updated_at":"2025-06-16T07:02:56.000Z","dependencies_parsed_at":"2024-06-18T21:30:42.086Z","dependency_job_id":"0c759994-7be5-4732-9deb-6828becbfd92","html_url":"https://github.com/HPAC/matchpy","commit_stats":{"total_commits":408,"total_committers":10,"mean_commits":40.8,"dds":"0.21323529411764708","last_synced_commit":"45f63748f4f57ed1803df09d2bfc4c7b28008995"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/HPAC/matchpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/sbom","scorecard":{"id":60482,"data":{"date":"2025-08-11","repo":{"name":"github.com/HPAC/matchpy","commit":"45f63748f4f57ed1803df09d2bfc4c7b28008995"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":1,"reason":"Found 4/27 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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-build.yml:1","Warn: no topLevel permission defined: .github/workflows/python-publish.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/python-build.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-publish.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:21","Info:   0 out of   4 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":"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":"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":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 11 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-15T01:35:37.657Z","repository_id":47518064,"created_at":"2025-08-15T01:35:37.663Z","updated_at":"2025-08-15T01:35:37.663Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273611447,"owners_count":25136972,"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-04T02:00:08.968Z","response_time":61,"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":"HPAC","name":"High-Performance and Automatic Computing","uuid":"15789883","kind":"organization","description":"Umeå University \u0026 RWTH Aachen","email":null,"website":"https://hpac.cs.umu.se/","location":"Umeå, Sweden","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15789883?v=4","repositories_count":24,"last_synced_at":"2024-03-26T20:25:38.674Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/HPAC","funding_links":[],"total_stars":365,"followers":12,"following":0,"created_at":"2022-11-04T09:13:37.914Z","updated_at":"2024-03-26T20:25:39.155Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC/repositories"},"packages":[{"id":2796227,"name":"matchpy","ecosystem":"pypi","description":"A library for pattern matching on symbolic expressions.","homepage":"https://github.com/HPAC/matchpy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/HPAC/matchpy","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2017-01-09T13:38:59.000Z","latest_release_published_at":"2021-10-29T14:28:12.000Z","latest_release_number":"0.5.5","last_synced_at":"2025-09-03T21:33:47.586Z","created_at":"2022-04-10T11:33:20.663Z","updated_at":"2025-09-04T08:12:27.049Z","registry_url":"https://pypi.org/project/matchpy/","install_command":"pip install matchpy --index-url https://pypi.org/simple","documentation_url":"https://matchpy.readthedocs.io/","metadata":{"funding":null,"documentation":"https://matchpy.readthedocs.io/","classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: Implementation :: CPython"],"normalized_name":"matchpy","project_status":null},"repo_metadata":{"id":47518064,"uuid":"66550798","full_name":"HPAC/matchpy","owner":"HPAC","description":"A library for pattern matching on symbolic expressions in Python.","archived":false,"fork":false,"pushed_at":"2024-04-18T09:07:37.000Z","size":926,"stargazers_count":169,"open_issues_count":18,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-28T01:14:50.155Z","etag":null,"topics":["pattern-matching","python","symbolic-expressions","term-rewriting"],"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/HPAC.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,"zenodo":null}},"created_at":"2016-08-25T11:04:59.000Z","updated_at":"2025-06-16T07:02:56.000Z","dependencies_parsed_at":"2024-06-18T21:30:42.086Z","dependency_job_id":"0c759994-7be5-4732-9deb-6828becbfd92","html_url":"https://github.com/HPAC/matchpy","commit_stats":{"total_commits":408,"total_committers":10,"mean_commits":40.8,"dds":"0.21323529411764708","last_synced_commit":"45f63748f4f57ed1803df09d2bfc4c7b28008995"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/HPAC/matchpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/sbom","scorecard":{"id":60482,"data":{"date":"2025-08-11","repo":{"name":"github.com/HPAC/matchpy","commit":"45f63748f4f57ed1803df09d2bfc4c7b28008995"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":1,"reason":"Found 4/27 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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-build.yml:1","Warn: no topLevel permission defined: .github/workflows/python-publish.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/python-build.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-build.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/HPAC/matchpy/python-publish.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:20","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:21","Info:   0 out of   4 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":"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":"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":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 11 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-15T01:35:37.657Z","repository_id":47518064,"created_at":"2025-08-15T01:35:37.663Z","updated_at":"2025-08-15T01:35:37.663Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273514732,"owners_count":25119406,"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-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"HPAC","name":"High-Performance and Automatic Computing","uuid":"15789883","kind":"organization","description":"Umeå University \u0026 RWTH Aachen","email":null,"website":"https://hpac.cs.umu.se/","location":"Umeå, Sweden","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15789883?v=4","repositories_count":24,"last_synced_at":"2024-03-26T20:25:38.674Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/HPAC","funding_links":[],"total_stars":365,"followers":12,"following":0,"created_at":"2022-11-04T09:13:37.914Z","updated_at":"2024-03-26T20:25:39.155Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC/repositories"},"tags":[{"name":"0.5.5","sha":"45f63748f4f57ed1803df09d2bfc4c7b28008995","kind":"commit","published_at":"2021-10-29T14:25:04.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.5","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.5/manifests"},{"name":"0.5.4","sha":"5cd32db578d8c555ac478567fc13e9b67c62a132","kind":"commit","published_at":"2020-12-23T07:14:52.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"5cae3f275e3a1f725518516bf3c700dc3be03a56","kind":"commit","published_at":"2020-09-20T13:43:45.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"06e687d003444a9a5c512811d95c060c3e15af0b","kind":"commit","published_at":"2020-07-21T13:46:01.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.2/manifests"},{"name":"0.5.1","sha":"570b70ecb6f99af0e3842bab12c3a1cb7d3b6928","kind":"commit","published_at":"2019-04-30T07:46:51.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"0bcdbb7f498f619eff26d747dddbfe031eb6e26b","kind":"commit","published_at":"2019-03-23T21:10:13.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.0","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.5.0/manifests"},{"name":"v0.4.6","sha":"ff8b28a0e178f3cc5d6546c25ee1d891cff64425","kind":"commit","published_at":"2018-07-29T12:25:19.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/v0.4.6","html_url":"https://github.com/HPAC/matchpy/releases/tag/v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@v0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/v0.4.6/manifests"},{"name":"v0.4.5","sha":"15520af3c28a488da73bdbde343019b592b5f34b","kind":"commit","published_at":"2018-06-21T09:05:53.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/v0.4.5","html_url":"https://github.com/HPAC/matchpy/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/v0.4.5/manifests"},{"name":"4.3.1","sha":"76d27a3eb51116acd136a427662d8776849ebfb5","kind":"commit","published_at":"2017-10-06T08:48:40.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/4.3.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/4.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/4.3.1/manifests"},{"name":"0.4.4","sha":"76d27a3eb51116acd136a427662d8776849ebfb5","kind":"commit","published_at":"2017-10-06T08:48:40.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.4/manifests"},{"name":"0.4.3","sha":"d01e9667c63bfcafbea1a9b788baea323f871e12","kind":"commit","published_at":"2017-08-04T14:44:23.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"d4ee2f34712d1ae47c12384bb8a7e0760acb555b","kind":"commit","published_at":"2017-07-16T14:07:30.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"ce1de628ad2310ee73047b01d1d11e283e5ad3fd","kind":"commit","published_at":"2017-07-16T03:01:57.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4.1/manifests"},{"name":"0.4","sha":"0303eeeb9b37020de13bd73c8a6d3fffa9ddf7ed","kind":"tag","published_at":"2017-06-27T10:46:16.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.4/manifests"},{"name":"0.3.2","sha":"6490f8d6a3524d844a57d762017d784522b5cec9","kind":"commit","published_at":"2017-06-16T08:07:58.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"2d43098a752a1dbbc62c60854e5747d8470263da","kind":"commit","published_at":"2017-05-29T11:03:52.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3.1/manifests"},{"name":"0.3","sha":"022f82b2b8bd6911db2bbb9a5bd2098d922b3f78","kind":"commit","published_at":"2017-05-22T09:11:32.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.3/manifests"},{"name":"0.2","sha":"e9219e4791bcd9b887ff65b4478798f3751cef83","kind":"commit","published_at":"2017-04-03T13:09:14.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.2/manifests"},{"name":"0.1.2","sha":"f74b42c23f1722a6cd9bc09d350a6718a3df8209","kind":"commit","published_at":"2017-01-10T14:25:46.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"57f62d927980b8c6d62d0e1e84f435f3d0b76aad","kind":"commit","published_at":"2017-01-09T13:36:06.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1.1/manifests"},{"name":"0.1","sha":"1990dbdf56bf18be426f438a584303091318f010","kind":"commit","published_at":"2017-01-09T11:26:26.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/HPAC/matchpy@0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags/0.1/manifests"}]},"repo_metadata_updated_at":"2025-09-04T08:12:27.049Z","dependent_packages_count":0,"downloads":4025,"downloads_period":"last-month","dependent_repos_count":30,"rankings":{"downloads":3.4181311390906752,"dependent_repos_count":2.657749590006663,"dependent_packages_count":10.082087700208083,"stargazers_count":5.738945544148157,"forks_count":7.997121730931466,"docker_downloads_count":2.479414560404952,"average":5.395575044131665},"purl":"pkg:pypi/matchpy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/matchpy","docker_dependents_count":5,"docker_downloads_count":264,"usage_url":"https://repos.ecosyste.ms/usage/pypi/matchpy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/matchpy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T20:06:01.401Z","issues_count":51,"pull_requests_count":26,"avg_time_to_close_issue":10121233.529411765,"avg_time_to_close_pull_request":1626556.24,"issues_closed_count":34,"pull_requests_closed_count":25,"pull_request_authors_count":9,"issue_authors_count":14,"avg_comments_per_issue":5.078431372549019,"avg_comments_per_pull_request":4.346153846153846,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"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/HPAC%2Fmatchpy/issues","maintainers":[{"login":"wheerd","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wheerd"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/matchpy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/matchpy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/matchpy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/matchpy/related_packages","maintainers":[{"uuid":"Wheerd","login":"Wheerd","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/Wheerd/","role":null,"created_at":"2023-02-24T15:45:16.305Z","updated_at":"2023-02-24T15:45:16.305Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Wheerd/packages"},{"uuid":"henrik227","login":"henrik227","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/henrik227/","role":null,"created_at":"2023-02-24T15:45:16.299Z","updated_at":"2023-02-24T15:45:16.299Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/henrik227/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724747,"maintainers_count":308195,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","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":5299101,"name":"matchpy","ecosystem":"conda","description":null,"homepage":"https://github.com/HPAC/matchpy","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/HPAC/matchpy","keywords_array":[],"namespace":null,"versions_count":7,"first_release_published_at":"2018-06-21T17:36:37.000Z","latest_release_published_at":"2021-10-31T13:34:52.000Z","latest_release_number":"0.5.5","last_synced_at":"2025-09-03T21:34:21.048Z","created_at":"2022-10-03T16:05:48.555Z","updated_at":"2025-09-03T21:34:21.048Z","registry_url":"https://anaconda.org/conda-forge/matchpy","install_command":"conda install -c conda-forge matchpy","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"66550798","full_name":"HPAC/matchpy","owner":"HPAC","description":"A library for pattern matching on symbolic expressions in Python.","archived":false,"fork":false,"pushed_at":"2021-10-29T14:27:47.000Z","size":926,"stargazers_count":151,"open_issues_count":15,"forks_count":24,"subscribers_count":13,"default_branch":"master","last_synced_at":"2023-03-21T11:13:00.741Z","etag":null,"topics":["pattern-matching","python","symbolic-expressions","term-rewriting"],"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":null,"security":null,"support":null}},"created_at":"2016-08-25T11:04:59.000Z","updated_at":"2023-02-09T19:39:02.000Z","dependencies_parsed_at":"2022-09-02T13:23:13.755Z","dependency_job_id":null,"html_url":"https://github.com/HPAC/matchpy","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC","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":"HPAC","name":"High-Performance and Automatic Computing","uuid":"15789883","kind":"organization","description":"Umeå University \u0026 RWTH Aachen","email":null,"website":"https://hpac.cs.umu.se/","location":"Umeå, Sweden","twitter":null,"company":null,"avatar_url":"https://avatars.githubusercontent.com/u/15789883?v=4","repositories_count":7,"last_synced_at":"2023-02-17T19:50:31.937Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HPAC"},"tags":[{"name":"0.5.5","sha":"45f63748f4f57ed1803df09d2bfc4c7b28008995","kind":"commit","published_at":"2021-10-29T14:25:04.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.5","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.5"},{"name":"0.5.4","sha":"5cd32db578d8c555ac478567fc13e9b67c62a132","kind":"commit","published_at":"2020-12-23T07:14:52.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.4"},{"name":"0.5.3","sha":"5cae3f275e3a1f725518516bf3c700dc3be03a56","kind":"commit","published_at":"2020-09-20T13:43:45.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.3"},{"name":"0.5.2","sha":"06e687d003444a9a5c512811d95c060c3e15af0b","kind":"commit","published_at":"2020-07-21T13:46:01.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.2"},{"name":"0.5.1","sha":"570b70ecb6f99af0e3842bab12c3a1cb7d3b6928","kind":"commit","published_at":"2019-04-30T07:46:51.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.1"},{"name":"0.5.0","sha":"0bcdbb7f498f619eff26d747dddbfe031eb6e26b","kind":"commit","published_at":"2019-03-23T21:10:13.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.5.0","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.5.0"},{"name":"v0.4.6","sha":"ff8b28a0e178f3cc5d6546c25ee1d891cff64425","kind":"commit","published_at":"2018-07-29T12:25:19.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/v0.4.6","html_url":"https://github.com/HPAC/matchpy/releases/tag/v0.4.6"},{"name":"v0.4.5","sha":"15520af3c28a488da73bdbde343019b592b5f34b","kind":"commit","published_at":"2018-06-21T09:05:53.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/v0.4.5","html_url":"https://github.com/HPAC/matchpy/releases/tag/v0.4.5"},{"name":"4.3.1","sha":"76d27a3eb51116acd136a427662d8776849ebfb5","kind":"commit","published_at":"2017-10-06T08:48:40.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/4.3.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/4.3.1"},{"name":"0.4.4","sha":"76d27a3eb51116acd136a427662d8776849ebfb5","kind":"commit","published_at":"2017-10-06T08:48:40.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.4"},{"name":"0.4.3","sha":"d01e9667c63bfcafbea1a9b788baea323f871e12","kind":"commit","published_at":"2017-08-04T14:44:23.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.3"},{"name":"0.4.2","sha":"d4ee2f34712d1ae47c12384bb8a7e0760acb555b","kind":"commit","published_at":"2017-07-16T14:07:30.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.2"},{"name":"0.4.1","sha":"ce1de628ad2310ee73047b01d1d11e283e5ad3fd","kind":"commit","published_at":"2017-07-16T03:01:57.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4.1"},{"name":"0.4","sha":"0303eeeb9b37020de13bd73c8a6d3fffa9ddf7ed","kind":"tag","published_at":"2017-06-27T10:46:16.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.4","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.4"},{"name":"0.3.2","sha":"6490f8d6a3524d844a57d762017d784522b5cec9","kind":"commit","published_at":"2017-06-16T08:07:58.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3.2"},{"name":"0.3.1","sha":"2d43098a752a1dbbc62c60854e5747d8470263da","kind":"commit","published_at":"2017-05-29T11:03:52.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3.1"},{"name":"0.3","sha":"022f82b2b8bd6911db2bbb9a5bd2098d922b3f78","kind":"commit","published_at":"2017-05-22T09:11:32.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.3","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.3"},{"name":"0.2","sha":"e9219e4791bcd9b887ff65b4478798f3751cef83","kind":"commit","published_at":"2017-04-03T13:09:14.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.2"},{"name":"0.1.2","sha":"f74b42c23f1722a6cd9bc09d350a6718a3df8209","kind":"commit","published_at":"2017-01-10T14:25:46.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1.2","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1.2"},{"name":"0.1.1","sha":"57f62d927980b8c6d62d0e1e84f435f3d0b76aad","kind":"commit","published_at":"2017-01-09T13:36:06.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1.1"},{"name":"0.1","sha":"1990dbdf56bf18be426f438a584303091318f010","kind":"commit","published_at":"2017-01-09T11:26:26.000Z","download_url":"https://codeload.github.com/HPAC/matchpy/tar.gz/0.1","html_url":"https://github.com/HPAC/matchpy/releases/tag/0.1"}]},"repo_metadata_updated_at":"2023-03-22T07:28:16.078Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.37746394530665,"dependent_packages_count":51.58940066869604,"stargazers_count":29.038375168421577,"forks_count":34.1583911372823,"docker_downloads_count":null,"average":34.790907729926644},"purl":"pkg:conda/matchpy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/matchpy","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/matchpy","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/matchpy/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T04:38:53.972Z","issues_count":49,"pull_requests_count":25,"avg_time_to_close_issue":10121233.529411765,"avg_time_to_close_pull_request":1626556.24,"issues_closed_count":34,"pull_requests_closed_count":25,"pull_request_authors_count":8,"issue_authors_count":13,"avg_comments_per_issue":5.204081632653061,"avg_comments_per_pull_request":4.52,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/matchpy/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/matchpy/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/matchpy/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/matchpy/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":13387,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2180},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-04T07:00:12.892Z","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"}}],"commits":{"id":32478,"full_name":"HPAC/matchpy","default_branch":"master","committers":[{"name":"Wheerd","email":"admin@wheerd.de","login":"wheerd","count":321},{"name":"Henrik Barthels","email":"barthels@aices.rwth-aachen.de","login":null,"count":52},{"name":"Sergey B Kirpichev","email":"skirpichev@gmail.com","login":"skirpichev","count":19},{"name":"Francesco Bonazzi","email":"franz.bonazzi@gmail.com","login":"Upabjojr","count":6},{"name":"Manuel Krebber","email":"manuel.krebber@granikos.eu","login":null,"count":3},{"name":"Mario Rodas","email":"marsam","login":"marsam","count":2},{"name":"Henrik","email":"25176271+henrik227","login":"henrik227","count":2},{"name":"Kaushik Kulkarni","email":"15399010+kaushikcfd","login":"kaushikcfd","count":1},{"name":"Jaewoo Song","email":"jaewoosong","login":"jaewoosong","count":1},{"name":"Henrik Barthels","email":"henrik@MacBook-Pro.local","login":null,"count":1}],"total_commits":408,"total_committers":10,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":40.8,"dds":0.21323529411764708,"past_year_committers":[],"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":"2025-08-07T07:18:13.453Z","last_synced_commit":"45f63748f4f57ed1803df09d2bfc4c7b28008995","created_at":"2023-03-07T16:49:13.841Z","updated_at":"2025-08-07T07:18:13.462Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-30T00:00:08.254Z","repositories_count":5479765,"commits_count":853310318,"contributors_count":31095240,"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":"HPAC/matchpy","html_url":"https://github.com/HPAC/matchpy","last_synced_at":"2025-08-31T20:06:01.401Z","status":"error","issues_count":51,"pull_requests_count":26,"avg_time_to_close_issue":10121233.529411765,"avg_time_to_close_pull_request":1626556.24,"issues_closed_count":34,"pull_requests_closed_count":25,"pull_request_authors_count":9,"issue_authors_count":14,"avg_comments_per_issue":5.078431372549019,"avg_comments_per_pull_request":4.346153846153846,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"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:41:00.608Z","updated_at":"2025-09-01T10:40:49.459Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/HPAC%2Fmatchpy/issues","issue_labels_count":{"enhancement":13,"bug":4,"help wanted":1,"question":1},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":32,"CONTRIBUTOR":15,"COLLABORATOR":4},"pull_request_author_associations_count":{"CONTRIBUTOR":21,"NONE":3,"COLLABORATOR":3},"issue_authors":{"parsoyaarihant":19,"Upabjojr":11,"wheerd":4,"saulshanabrook":3,"hbarthels":3,"llllllllll":2,"ashishkg0022":2,"flex361":1,"ylemkimon":1,"kaushikcfd":1,"samithkavishke":1,"thom-popovici":1,"sidmani":1,"costrouc":1},"pull_request_authors":{"skirpichev":8,"Upabjojr":7,"hbarthels":3,"wheerd":3,"pbsds":2,"kaushikcfd":1,"jaewoosong":1,"marsam":1,"costrouc":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.986Z","repositories_count":10042729,"issues_count":30645220,"pull_requests_count":91402388,"authors_count":10443886,"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":"wheerd","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wheerd"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":7},"last_year":{"WatchEvent":7}},"keywords":["pattern-matching","python","symbolic-expressions","term-rewriting"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/python-build.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:30:39.156Z","updated_at":"2024-06-18T21:30:39.156Z","repository_link":"https://github.com/HPAC/matchpy/blob/master/.github/workflows/python-build.yml","dependencies":[{"id":18682862715,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":18682862716,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-publish.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:30:39.478Z","updated_at":"2024-06-18T21:30:39.478Z","repository_link":"https://github.com/HPAC/matchpy/blob/master/.github/workflows/python-publish.yml","dependencies":[{"id":18682862725,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":18682862726,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"conda","filepath":"environment.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T21:30:39.842Z","updated_at":"2024-06-18T21:30:39.842Z","repository_link":"https://github.com/HPAC/matchpy/blob/master/environment.yml","dependencies":[{"id":18682862727,"package_name":"openssl","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862728,"package_name":"pip","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862729,"package_name":"python","ecosystem":"conda","requirements":"3.5.3.*","direct":true,"kind":"runtime","optional":false},{"id":18682862730,"package_name":"readline","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862731,"package_name":"setuptools","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862732,"package_name":"sqlite","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862733,"package_name":"wheel","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false},{"id":18682862734,"package_name":"zlib","ecosystem":"conda","requirements":"","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-06-18T21:30:40.152Z","updated_at":"2024-06-18T21:30:40.152Z","repository_link":"https://github.com/HPAC/matchpy/blob/master/setup.py","dependencies":[]}],"score":15.906323450073517,"created_at":"2025-09-04T09:18:06.779Z","updated_at":"2025-10-07T08:04:42.387Z","avatar_url":"https://github.com/HPAC.png","language":"Python","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":4025,"funding_links":[],"readme_doi_urls":["https://doi.org/10.5281/zenodo.1294930"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/2827","html_url":"https://science.ecosyste.ms/projects/2827"}