{"id":79497,"name":null,"description":"Use Python like a spreadsheet!","url":"https://github.com/fumitoh/modelx","last_synced_at":"2025-09-08T21:36:44.780Z","repository":{"id":51313612,"uuid":"103847434","full_name":"fumitoh/modelx","owner":"fumitoh","description":"Use Python like a spreadsheet!","archived":false,"fork":false,"pushed_at":"2025-08-15T15:37:54.000Z","size":4379,"stargazers_count":108,"open_issues_count":29,"forks_count":22,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-15T15:37:56.662Z","etag":null,"topics":["actuarial","actuary","cache","finance","memoization","modeling","monte-carlo","python","quantitative-finance","recursion","risk-management","time-series"],"latest_commit_sha":null,"homepage":"https://modelx.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fumitoh.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.GPL.txt","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":"2017-09-17T17:20:25.000Z","updated_at":"2025-08-12T11:30:40.000Z","dependencies_parsed_at":"2023-02-18T14:15:50.792Z","dependency_job_id":"869f8a6b-2307-496c-9164-80f37897d91f","html_url":"https://github.com/fumitoh/modelx","commit_stats":{"total_commits":1308,"total_committers":4,"mean_commits":327.0,"dds":0.01758409785932724,"last_synced_commit":"8b309daecc4c0997441ade22bd25f4a56f1b5e6e"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/fumitoh/modelx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/sbom","scorecard":{"id":112950,"data":{"date":"2025-08-11","repo":{"name":"github.com/fumitoh/modelx","commit":"6725f9382267f0cd0953ce696c397f31ca9c14bf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/30 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":"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: topLevel 'contents' permission set to 'read': .github/workflows/python-publish.yml:16","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"3 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/python-publish.yml:19"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:32","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Vulnerabilities","score":0,"reason":"20 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2017-48 / GHSA-chqf-hx79-gxc6","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 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-15T15:38:00.133Z","repository_id":51313612,"created_at":"2025-08-15T15:38:00.134Z","updated_at":"2025-08-15T15:38:00.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231435,"owners_count":25245625,"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":"fumitoh","name":"fumitoh","uuid":"8450892","kind":"user","description":"","email":"","website":null,"location":"Tokyo","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8450892?u=723a4fc985e7646a2e3e864191c23d0a37b141a9\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-11T09:06:16.247Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fumitoh","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-15T01:50:16.422Z","updated_at":"2023-03-11T09:06:16.261Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh/repositories"},"packages":[{"id":2805656,"name":"modelx","ecosystem":"pypi","description":"Build and run complex models composed of formulas and data","homepage":"https://github.com/fumitoh/modelx","licenses":"LGPLv3","normalized_licenses":["LGPL-3.0"],"repository_url":"https://github.com/fumitoh/modelx","keywords_array":["model","development"],"namespace":null,"versions_count":60,"first_release_published_at":"2017-10-29T09:35:04.000Z","latest_release_published_at":"2025-08-02T11:15:34.000Z","latest_release_number":"0.28.1","last_synced_at":"2025-08-15T15:53:58.247Z","created_at":"2022-04-10T11:38:02.782Z","updated_at":"2025-08-15T22:18:09.297Z","registry_url":"https://pypi.org/project/modelx/","install_command":"pip install modelx --index-url https://pypi.org/simple","documentation_url":"https://modelx.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Financial and Insurance Industry","Intended Audience :: Science/Research","License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Office/Business :: Financial","Topic :: Office/Business :: Financial :: Accounting","Topic :: Office/Business :: Financial :: Investment","Topic :: Office/Business :: Financial :: Spreadsheet","Topic :: Scientific/Engineering :: Mathematics"],"normalized_name":"modelx","project_status":null},"repo_metadata":{"id":51313612,"uuid":"103847434","full_name":"fumitoh/modelx","owner":"fumitoh","description":"Use Python like a spreadsheet!","archived":false,"fork":false,"pushed_at":"2025-08-15T15:37:54.000Z","size":4379,"stargazers_count":108,"open_issues_count":29,"forks_count":22,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-15T15:37:56.662Z","etag":null,"topics":["actuarial","actuary","cache","finance","memoization","modeling","monte-carlo","python","quantitative-finance","recursion","risk-management","time-series"],"latest_commit_sha":null,"homepage":"https://modelx.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fumitoh.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.GPL.txt","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":"2017-09-17T17:20:25.000Z","updated_at":"2025-08-12T11:30:40.000Z","dependencies_parsed_at":"2023-02-18T14:15:50.792Z","dependency_job_id":"869f8a6b-2307-496c-9164-80f37897d91f","html_url":"https://github.com/fumitoh/modelx","commit_stats":{"total_commits":1308,"total_committers":4,"mean_commits":327.0,"dds":0.01758409785932724,"last_synced_commit":"8b309daecc4c0997441ade22bd25f4a56f1b5e6e"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/fumitoh/modelx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/sbom","scorecard":{"id":112950,"data":{"date":"2025-08-11","repo":{"name":"github.com/fumitoh/modelx","commit":"6725f9382267f0cd0953ce696c397f31ca9c14bf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/30 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":"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: topLevel 'contents' permission set to 'read': .github/workflows/python-publish.yml:16","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"3 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/python-publish.yml:19"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:32","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Vulnerabilities","score":0,"reason":"20 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2017-48 / GHSA-chqf-hx79-gxc6","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 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-15T15:38:00.133Z","repository_id":51313612,"created_at":"2025-08-15T15:38:00.134Z","updated_at":"2025-08-15T15:38:00.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270637688,"owners_count":24620427,"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-08-15T02:00:12.559Z","response_time":110,"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":"fumitoh","name":"fumitoh","uuid":"8450892","kind":"user","description":"","email":"","website":null,"location":"Tokyo","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8450892?u=723a4fc985e7646a2e3e864191c23d0a37b141a9\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-11T09:06:16.247Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fumitoh","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-15T01:50:16.422Z","updated_at":"2023-03-11T09:06:16.261Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh/repositories"},"tags":[{"name":"v0.28.1","sha":"6725f9382267f0cd0953ce696c397f31ca9c14bf","kind":"commit","published_at":"2025-08-02T11:05:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.28.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"1a1925d6602a6160d7272017051e623232a7b401","kind":"commit","published_at":"2024-12-08T09:18:26.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.28.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"2b22d2f0ee5c3ba57a8c4dbcb5ac93076f1c8c74","kind":"commit","published_at":"2024-08-25T07:36:29.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.27.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"21d9cf7285e500b1f792302c86499272070e9f63","kind":"commit","published_at":"2024-07-15T11:11:57.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.26.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"1d03026de6826c7779d740617f429eec7f4b2021","kind":"commit","published_at":"2024-06-13T16:13:11.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.25.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"cf090d9b8f120853449e2758e49a3f834ca11efb","kind":"commit","published_at":"2024-02-18T09:08:58.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.25.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"d21e45640c3ac831b1ef610bd1dcfd61a70e34a5","kind":"commit","published_at":"2023-12-02T07:53:58.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.24.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"ce4ffe8c00f7a1273837c7a25d709b063d677796","kind":"commit","published_at":"2023-08-19T15:57:31.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.23.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"c2387bcda33cb3b1352dd8abf7a446d314c4acf6","kind":"commit","published_at":"2023-07-29T07:28:22.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.22.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"15ea3016cf5885bc9c2bcd6aa7f3a6f165cf2db8","kind":"commit","published_at":"2022-09-24T06:00:55.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.21.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"01778673d232f3a315398cc681d46fe6f72a57fd","kind":"commit","published_at":"2022-09-17T06:45:53.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.20.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"656070ae6cb388d3f1b40a5d43883e61a014225a","kind":"commit","published_at":"2022-04-23T15:22:20.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.19.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"aa75938c3a80926f120b8fe68956c1a24b1cf888","kind":"commit","published_at":"2022-04-16T06:38:38.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.19.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7815f52b55f4fd5c2ce344d05460596b80c92a7e","kind":"commit","published_at":"2021-12-25T07:24:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.18.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"7956ea31845ffd0f7c9e37e33841ec4146f0f51c","kind":"commit","published_at":"2021-08-22T13:06:16.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.17.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.17.0/manifests"},{"name":"v0.16.1","sha":"87bedebfa57f31a7ab28630fecef243fc0d35564","kind":"commit","published_at":"2021-07-22T15:36:40.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.16.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"3b15aa3319b081b131c1415206833d5dae5aaa85","kind":"commit","published_at":"2021-06-19T06:40:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.16.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"76811e97cc92e88f1514d935b37e89cfb913d290","kind":"commit","published_at":"2021-05-19T13:19:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.15.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"a320f90b2a1c88bf6c3c38630bf7f4804d95363e","kind":"commit","published_at":"2021-05-02T16:08:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.14.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"43df4640eb816671424e5927a50ecb4226354966","kind":"commit","published_at":"2021-03-28T05:41:40.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.13.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"04a0c181a09d5576a44e1635ce989da3470fed6a","kind":"commit","published_at":"2021-02-22T16:51:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.13.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"65ec3349922a8e9dc0c6cbd022616bb965733fa7","kind":"commit","published_at":"2021-02-06T11:05:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.12.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"b0f427dab1621e1caadd347e5a65118489c8dae1","kind":"commit","published_at":"2021-01-11T15:56:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.12.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"2d8011b4a30d36e3f35e63c9e964e18bdeee6e15","kind":"commit","published_at":"2020-11-20T15:16:01.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.11.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"839582bf5ec4ccac7fd86f4b0c47782719222f21","kind":"commit","published_at":"2020-09-17T12:37:35.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.10.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"c8c548a871880614c807c0c828256b7e425f04cd","kind":"commit","published_at":"2020-08-08T16:43:44.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.9.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"6e6ce6e573bffd42df49055766a3ee14911a2d7d","kind":"commit","published_at":"2020-07-06T16:27:41.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.8.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"f485974653100740fcc799ccd5667d7bbe3b628a","kind":"commit","published_at":"2020-05-24T15:55:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.7.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"695d60c65bea38770c6062570c92bd1e03d6d148","kind":"commit","published_at":"2020-04-29T11:47:47.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.6.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"dcfe370b888be6f366b60e984b5de599bb607982","kind":"commit","published_at":"2020-04-26T16:16:55.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.6.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"f3300ad40e88b7c30d48da50886657767d5b18ab","kind":"commit","published_at":"2020-04-18T11:17:47.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.5.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"dcf9d0a22d42701a84c24cbb2631807af9d50e21","kind":"commit","published_at":"2020-03-15T16:08:15.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.4.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"619be45dd51a3a6742d4dc7668e79f2ce153e6d0","kind":"commit","published_at":"2020-02-18T14:11:42.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.3.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"7c3e8c2bc4debf0845b16e509cbcfd629af0a2f7","kind":"commit","published_at":"2020-01-12T16:18:24.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.2.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a876dafc419b027aef9512f6e27a8acd2cb07664","kind":"commit","published_at":"2019-12-01T06:29:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.1.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.1.0/manifests"},{"name":"v0.0.25","sha":"3da93933ffa9593dff979b1efb8ca9e46245d902","kind":"commit","published_at":"2019-10-18T15:25:34.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.25","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"1a70933baae8af0c1e6e8a5b3c8e2b929b939279","kind":"commit","published_at":"2019-10-03T15:04:30.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.24","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"2ae2a94b43a28865cff341b951cdc8b39be559e5","kind":"commit","published_at":"2019-08-08T15:25:00.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.23","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"76bf66aee26b8aa2d4d9b2313e036fe8595a1520","kind":"commit","published_at":"2019-06-03T15:29:34.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.22","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"6b6c529d54414c4cd1c5ebe816e4844a62b3b7d7","kind":"commit","published_at":"2019-03-24T09:20:12.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.21","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"53c9c8235013c939c9f71eb11387e49cc4831f71","kind":"commit","published_at":"2019-02-02T02:57:36.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.20","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"893ac56aa21a82344b64149fc316b9d0f66b4a1b","kind":"commit","published_at":"2019-01-13T03:10:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.19","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"8bf2f9665b7d30d834357b0eafdf173f8796bb41","kind":"commit","published_at":"2018-12-31T14:32:04.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.18","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"1c9565b474dbbd3c87a828e3de45a089d2f69db5","kind":"commit","published_at":"2018-12-02T07:06:04.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.17","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"abd81265bb4fbbb9fc0d4d70ab53af98ae12b3e1","kind":"commit","published_at":"2018-10-21T11:39:16.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.16","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"08314a15c25223634dc9c3f28a20a100cb49ce8d","kind":"commit","published_at":"2018-09-20T13:24:59.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.15","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"3ee253e7e6df55a4e4762e2432935b3d737bac7c","kind":"commit","published_at":"2018-09-03T13:10:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.14","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"a47404524a2e9d376da3d670665ef44fe11819a5","kind":"commit","published_at":"2018-08-05T06:49:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.13","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"1b12ad22c0fd4ea07e17edf9f92be619f1ffb3ac","kind":"commit","published_at":"2018-06-15T16:10:17.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.12","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"5e4fe264d92afda482e53843be47bb2851159ea2","kind":"commit","published_at":"2018-05-27T12:29:15.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.11","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"8dbc759f10b5ea9b5eb7c85dc76e13e99a0c43a0","kind":"commit","published_at":"2018-05-06T04:18:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.10","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"6cf3cbea9e4238876d99df9858f5b082675e8016","kind":"commit","published_at":"2018-04-01T14:43:17.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.9","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"5e0e38e745cd860b155ff9f441f15ec526c8f6e9","kind":"commit","published_at":"2018-03-25T10:24:39.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.8","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"73791416c3eec09b44f529964db79f0c860fce91","kind":"commit","published_at":"2018-02-27T13:29:05.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.7","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"2b5f8cc54318f3bab86991a417db86a79d2375a9","kind":"commit","published_at":"2018-02-18T03:03:39.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.6","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"9c4068a26bb0152e56971bd5c4c687a7a2e72da6","kind":"commit","published_at":"2018-02-13T12:58:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.5","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"c0086a4bad96d3e3211ebfa7a2256d18a1b8231e","kind":"commit","published_at":"2018-01-15T15:21:51.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.4","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"d06b54d7be97db8c8170dfc115e6e3119f6dee68","kind":"commit","published_at":"2017-11-12T03:00:33.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.3","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fedc1e573c803695a7cc3ad94feec82be7c97762","kind":"tag","published_at":"2017-10-29T16:06:29.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.2","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"d17ac4b0768e200506315dfa5f0989a4d39935cd","kind":"commit","published_at":"2017-10-29T09:42:14.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T22:18:09.296Z","dependent_packages_count":3,"downloads":796,"downloads_period":"last-month","dependent_repos_count":2,"rankings":{"downloads":7.140492912199539,"dependent_repos_count":11.52796803652968,"dependent_packages_count":2.371539245977991,"stargazers_count":7.898967797174524,"forks_count":9.568157257880397,"docker_downloads_count":2.936018200079131,"average":6.907190574973543},"purl":"pkg:pypi/modelx","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/modelx","docker_dependents_count":1,"docker_downloads_count":127,"usage_url":"https://repos.ecosyste.ms/usage/pypi/modelx","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/modelx/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T21:17:23.683Z","issues_count":92,"pull_requests_count":24,"avg_time_to_close_issue":13009994.91935484,"avg_time_to_close_pull_request":23156.791666666668,"issues_closed_count":62,"pull_requests_closed_count":24,"pull_request_authors_count":4,"issue_authors_count":19,"avg_comments_per_issue":3.25,"avg_comments_per_pull_request":0.125,"merged_pull_requests_count":22,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":18,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":1969200.625,"past_year_avg_time_to_close_pull_request":11807.533333333333,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.7222222222222222,"past_year_avg_comments_per_pull_request":0.13333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":14,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/issues","maintainers":[{"login":"fumitoh","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}],"active_maintainers":[{"login":"fumitoh","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/modelx/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/modelx/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/modelx/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/modelx/related_packages","maintainers":[{"uuid":"fumito","login":"fumito","name":null,"email":null,"url":null,"packages_count":5,"html_url":"https://pypi.org/user/fumito/","role":null,"created_at":"2022-12-05T11:13:08.939Z","updated_at":"2022-12-05T11:13:08.939Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/fumito/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726285,"maintainers_count":308824,"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":5299320,"name":"modelx","ecosystem":"conda","description":null,"homepage":"https://github.com/fumitoh/modelx","licenses":"LGPL-3.0-only","normalized_licenses":["LGPL-3.0-only"],"repository_url":"https://github.com/fumitoh/modelx","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2022-01-31T14:33:31.000Z","latest_release_published_at":"2022-09-24T08:31:06.000Z","latest_release_number":"0.21.0","last_synced_at":"2025-08-15T15:54:03.937Z","created_at":"2022-10-03T16:06:12.224Z","updated_at":"2025-08-15T22:18:09.750Z","registry_url":"https://anaconda.org/conda-forge/modelx","install_command":"conda install -c conda-forge modelx","documentation_url":null,"metadata":{},"repo_metadata":{"id":51313612,"uuid":"103847434","full_name":"fumitoh/modelx","owner":"fumitoh","description":"Use Python like a spreadsheet!","archived":false,"fork":false,"pushed_at":"2025-08-15T15:37:54.000Z","size":4379,"stargazers_count":108,"open_issues_count":29,"forks_count":22,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-08-15T15:37:56.662Z","etag":null,"topics":["actuarial","actuary","cache","finance","memoization","modeling","monte-carlo","python","quantitative-finance","recursion","risk-management","time-series"],"latest_commit_sha":null,"homepage":"https://modelx.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fumitoh.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.GPL.txt","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":"2017-09-17T17:20:25.000Z","updated_at":"2025-08-12T11:30:40.000Z","dependencies_parsed_at":"2023-02-18T14:15:50.792Z","dependency_job_id":"869f8a6b-2307-496c-9164-80f37897d91f","html_url":"https://github.com/fumitoh/modelx","commit_stats":{"total_commits":1308,"total_committers":4,"mean_commits":327.0,"dds":0.01758409785932724,"last_synced_commit":"8b309daecc4c0997441ade22bd25f4a56f1b5e6e"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/fumitoh/modelx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/sbom","scorecard":{"id":112950,"data":{"date":"2025-08-11","repo":{"name":"github.com/fumitoh/modelx","commit":"6725f9382267f0cd0953ce696c397f31ca9c14bf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.7,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/30 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":"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: topLevel 'contents' permission set to 'read': .github/workflows/python-publish.yml:16","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"3 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/python-publish.yml:19"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-package.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-package.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/fumitoh/modelx/python-publish.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/python-package.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:32","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Vulnerabilities","score":0,"reason":"20 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2017-48 / GHSA-chqf-hx79-gxc6","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 6 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-15T15:38:00.133Z","repository_id":51313612,"created_at":"2025-08-15T15:38:00.134Z","updated_at":"2025-08-15T15:38:00.134Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270637688,"owners_count":24620427,"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-08-15T02:00:12.559Z","response_time":110,"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":"fumitoh","name":"fumitoh","uuid":"8450892","kind":"user","description":"","email":"","website":null,"location":"Tokyo","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8450892?u=723a4fc985e7646a2e3e864191c23d0a37b141a9\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-11T09:06:16.247Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/fumitoh","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-15T01:50:16.422Z","updated_at":"2023-03-11T09:06:16.261Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumitoh/repositories"},"tags":[{"name":"v0.28.1","sha":"6725f9382267f0cd0953ce696c397f31ca9c14bf","kind":"commit","published_at":"2025-08-02T11:05:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.28.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"1a1925d6602a6160d7272017051e623232a7b401","kind":"commit","published_at":"2024-12-08T09:18:26.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.28.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"2b22d2f0ee5c3ba57a8c4dbcb5ac93076f1c8c74","kind":"commit","published_at":"2024-08-25T07:36:29.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.27.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"21d9cf7285e500b1f792302c86499272070e9f63","kind":"commit","published_at":"2024-07-15T11:11:57.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.26.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.26.0/manifests"},{"name":"v0.25.1","sha":"1d03026de6826c7779d740617f429eec7f4b2021","kind":"commit","published_at":"2024-06-13T16:13:11.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.25.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"cf090d9b8f120853449e2758e49a3f834ca11efb","kind":"commit","published_at":"2024-02-18T09:08:58.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.25.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"d21e45640c3ac831b1ef610bd1dcfd61a70e34a5","kind":"commit","published_at":"2023-12-02T07:53:58.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.24.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"ce4ffe8c00f7a1273837c7a25d709b063d677796","kind":"commit","published_at":"2023-08-19T15:57:31.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.23.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"c2387bcda33cb3b1352dd8abf7a446d314c4acf6","kind":"commit","published_at":"2023-07-29T07:28:22.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.22.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"15ea3016cf5885bc9c2bcd6aa7f3a6f165cf2db8","kind":"commit","published_at":"2022-09-24T06:00:55.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.21.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"01778673d232f3a315398cc681d46fe6f72a57fd","kind":"commit","published_at":"2022-09-17T06:45:53.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.20.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.20.0/manifests"},{"name":"v0.19.1","sha":"656070ae6cb388d3f1b40a5d43883e61a014225a","kind":"commit","published_at":"2022-04-23T15:22:20.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.19.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.1/manifests"},{"name":"v0.19.0","sha":"aa75938c3a80926f120b8fe68956c1a24b1cf888","kind":"commit","published_at":"2022-04-16T06:38:38.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.19.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7815f52b55f4fd5c2ce344d05460596b80c92a7e","kind":"commit","published_at":"2021-12-25T07:24:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.18.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"7956ea31845ffd0f7c9e37e33841ec4146f0f51c","kind":"commit","published_at":"2021-08-22T13:06:16.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.17.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.17.0/manifests"},{"name":"v0.16.1","sha":"87bedebfa57f31a7ab28630fecef243fc0d35564","kind":"commit","published_at":"2021-07-22T15:36:40.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.16.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"3b15aa3319b081b131c1415206833d5dae5aaa85","kind":"commit","published_at":"2021-06-19T06:40:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.16.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"76811e97cc92e88f1514d935b37e89cfb913d290","kind":"commit","published_at":"2021-05-19T13:19:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.15.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"a320f90b2a1c88bf6c3c38630bf7f4804d95363e","kind":"commit","published_at":"2021-05-02T16:08:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.14.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.14.0/manifests"},{"name":"v0.13.1","sha":"43df4640eb816671424e5927a50ecb4226354966","kind":"commit","published_at":"2021-03-28T05:41:40.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.13.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"04a0c181a09d5576a44e1635ce989da3470fed6a","kind":"commit","published_at":"2021-02-22T16:51:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.13.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.13.0/manifests"},{"name":"v0.12.1","sha":"65ec3349922a8e9dc0c6cbd022616bb965733fa7","kind":"commit","published_at":"2021-02-06T11:05:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.12.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"b0f427dab1621e1caadd347e5a65118489c8dae1","kind":"commit","published_at":"2021-01-11T15:56:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.12.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"2d8011b4a30d36e3f35e63c9e964e18bdeee6e15","kind":"commit","published_at":"2020-11-20T15:16:01.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.11.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"839582bf5ec4ccac7fd86f4b0c47782719222f21","kind":"commit","published_at":"2020-09-17T12:37:35.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.10.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"c8c548a871880614c807c0c828256b7e425f04cd","kind":"commit","published_at":"2020-08-08T16:43:44.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.9.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"6e6ce6e573bffd42df49055766a3ee14911a2d7d","kind":"commit","published_at":"2020-07-06T16:27:41.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.8.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"f485974653100740fcc799ccd5667d7bbe3b628a","kind":"commit","published_at":"2020-05-24T15:55:18.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.7.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"695d60c65bea38770c6062570c92bd1e03d6d148","kind":"commit","published_at":"2020-04-29T11:47:47.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.6.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"dcfe370b888be6f366b60e984b5de599bb607982","kind":"commit","published_at":"2020-04-26T16:16:55.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.6.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"f3300ad40e88b7c30d48da50886657767d5b18ab","kind":"commit","published_at":"2020-04-18T11:17:47.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.5.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"dcf9d0a22d42701a84c24cbb2631807af9d50e21","kind":"commit","published_at":"2020-03-15T16:08:15.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.4.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"619be45dd51a3a6742d4dc7668e79f2ce153e6d0","kind":"commit","published_at":"2020-02-18T14:11:42.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.3.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"7c3e8c2bc4debf0845b16e509cbcfd629af0a2f7","kind":"commit","published_at":"2020-01-12T16:18:24.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.2.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"a876dafc419b027aef9512f6e27a8acd2cb07664","kind":"commit","published_at":"2019-12-01T06:29:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.1.0","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.1.0/manifests"},{"name":"v0.0.25","sha":"3da93933ffa9593dff979b1efb8ca9e46245d902","kind":"commit","published_at":"2019-10-18T15:25:34.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.25","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"1a70933baae8af0c1e6e8a5b3c8e2b929b939279","kind":"commit","published_at":"2019-10-03T15:04:30.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.24","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"2ae2a94b43a28865cff341b951cdc8b39be559e5","kind":"commit","published_at":"2019-08-08T15:25:00.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.23","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"76bf66aee26b8aa2d4d9b2313e036fe8595a1520","kind":"commit","published_at":"2019-06-03T15:29:34.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.22","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"6b6c529d54414c4cd1c5ebe816e4844a62b3b7d7","kind":"commit","published_at":"2019-03-24T09:20:12.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.21","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"53c9c8235013c939c9f71eb11387e49cc4831f71","kind":"commit","published_at":"2019-02-02T02:57:36.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.20","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"893ac56aa21a82344b64149fc316b9d0f66b4a1b","kind":"commit","published_at":"2019-01-13T03:10:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.19","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"8bf2f9665b7d30d834357b0eafdf173f8796bb41","kind":"commit","published_at":"2018-12-31T14:32:04.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.18","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"1c9565b474dbbd3c87a828e3de45a089d2f69db5","kind":"commit","published_at":"2018-12-02T07:06:04.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.17","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.17/manifests"},{"name":"v0.0.16","sha":"abd81265bb4fbbb9fc0d4d70ab53af98ae12b3e1","kind":"commit","published_at":"2018-10-21T11:39:16.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.16","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.16/manifests"},{"name":"v0.0.15","sha":"08314a15c25223634dc9c3f28a20a100cb49ce8d","kind":"commit","published_at":"2018-09-20T13:24:59.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.15","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.15/manifests"},{"name":"v0.0.14","sha":"3ee253e7e6df55a4e4762e2432935b3d737bac7c","kind":"commit","published_at":"2018-09-03T13:10:02.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.14","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.14/manifests"},{"name":"v0.0.13","sha":"a47404524a2e9d376da3d670665ef44fe11819a5","kind":"commit","published_at":"2018-08-05T06:49:50.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.13","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.13/manifests"},{"name":"v0.0.12","sha":"1b12ad22c0fd4ea07e17edf9f92be619f1ffb3ac","kind":"commit","published_at":"2018-06-15T16:10:17.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.12","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"5e4fe264d92afda482e53843be47bb2851159ea2","kind":"commit","published_at":"2018-05-27T12:29:15.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.11","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"8dbc759f10b5ea9b5eb7c85dc76e13e99a0c43a0","kind":"commit","published_at":"2018-05-06T04:18:48.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.10","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"6cf3cbea9e4238876d99df9858f5b082675e8016","kind":"commit","published_at":"2018-04-01T14:43:17.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.9","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"5e0e38e745cd860b155ff9f441f15ec526c8f6e9","kind":"commit","published_at":"2018-03-25T10:24:39.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.8","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"73791416c3eec09b44f529964db79f0c860fce91","kind":"commit","published_at":"2018-02-27T13:29:05.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.7","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"2b5f8cc54318f3bab86991a417db86a79d2375a9","kind":"commit","published_at":"2018-02-18T03:03:39.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.6","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"9c4068a26bb0152e56971bd5c4c687a7a2e72da6","kind":"commit","published_at":"2018-02-13T12:58:10.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.5","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"c0086a4bad96d3e3211ebfa7a2256d18a1b8231e","kind":"commit","published_at":"2018-01-15T15:21:51.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.4","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"d06b54d7be97db8c8170dfc115e6e3119f6dee68","kind":"commit","published_at":"2017-11-12T03:00:33.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.3","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"fedc1e573c803695a7cc3ad94feec82be7c97762","kind":"tag","published_at":"2017-10-29T16:06:29.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.2","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"d17ac4b0768e200506315dfa5f0989a4d39935cd","kind":"commit","published_at":"2017-10-29T09:42:14.000Z","download_url":"https://codeload.github.com/fumitoh/modelx/tar.gz/v0.0.1","html_url":"https://github.com/fumitoh/modelx/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/fumitoh/modelx@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-15T22:18:09.749Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":19.505864736710755,"stargazers_count":35.64262540554031,"forks_count":39.00174694285001,"average":32.0439231345146},"purl":"pkg:conda/modelx","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/modelx","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/modelx","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/modelx/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-07-26T21:17:23.683Z","issues_count":92,"pull_requests_count":24,"avg_time_to_close_issue":13009994.91935484,"avg_time_to_close_pull_request":23156.791666666668,"issues_closed_count":62,"pull_requests_closed_count":24,"pull_request_authors_count":4,"issue_authors_count":19,"avg_comments_per_issue":3.25,"avg_comments_per_pull_request":0.125,"merged_pull_requests_count":22,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":18,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":1969200.625,"past_year_avg_time_to_close_pull_request":11807.533333333333,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.7222222222222222,"past_year_avg_comments_per_pull_request":0.13333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":14,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/issues","maintainers":[{"login":"fumitoh","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}],"active_maintainers":[{"login":"fumitoh","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/modelx/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/modelx/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/modelx/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/modelx/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"}}],"commits":{"id":32628,"full_name":"fumitoh/modelx","default_branch":"main","committers":[{"name":"Fumito Hamamura","email":"fumito.ham@gmail.com","login":"fumitoh","count":1316},{"name":"Alexey Baran","email":"abaran@athene.bm","login":"AB-Athene","count":3},{"name":"Matthew Caseres","email":"matthewcaseres@outlook.com","login":"MatthewCaseres","count":1}],"total_commits":1320,"total_committers":3,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":440.0,"dds":0.00303030303030305,"past_year_committers":[{"name":"Fumito Hamamura","email":"fumito.ham@gmail.com","login":"fumitoh","count":47},{"name":"Alexey Baran","email":"abaran@athene.bm","login":"AB-Athene","count":3}],"past_year_total_commits":50,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":25.0,"past_year_dds":0.06000000000000005,"last_synced_at":"2025-05-19T00:16:43.109Z","last_synced_commit":"bccf46a8ec2777347cc7ab85e7d7990904933e43","created_at":"2023-03-07T16:49:38.287Z","updated_at":"2025-05-19T00:16:43.110Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"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":"fumitoh/modelx","html_url":"https://github.com/fumitoh/modelx","last_synced_at":"2025-09-08T16:28:30.743Z","status":null,"issues_count":94,"pull_requests_count":40,"avg_time_to_close_issue":13107517.91935484,"avg_time_to_close_pull_request":18708.473684210527,"issues_closed_count":62,"pull_requests_closed_count":38,"pull_request_authors_count":4,"issue_authors_count":19,"avg_comments_per_issue":3.095744680851064,"avg_comments_per_pull_request":0.075,"merged_pull_requests_count":35,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":15,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":3088747.3333333335,"past_year_avg_time_to_close_pull_request":37279.71428571428,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.4666666666666667,"past_year_avg_comments_per_pull_request":0.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":7,"created_at":"2023-05-10T21:42:03.839Z","updated_at":"2025-09-08T16:28:30.745Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumitoh%2Fmodelx/issues","issue_labels_count":{"bug":23,"enhancement":14,"feature request":9,"question":6,"performance":3,"compat":3,"refactor":1},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":51,"OWNER":40,"CONTRIBUTOR":3},"pull_request_author_associations_count":{"OWNER":33,"CONTRIBUTOR":4,"NONE":3},"issue_authors":{"fumitoh":40,"alebaran":18,"alexeybaran":13,"AB-Athene":4,"AADYABAJAJ":3,"defrule":2,"mhumpher":2,"kevinwong15":1,"Sheing":1,"kaustavSen":1,"HunterPxG":1,"SunnyHillSpaces":1,"bakj1979":1,"NGKEVEN":1,"kinshulsharma":1,"cjager":1,"neelansh27":1,"gmadd72891":1,"dcajacob":1},"pull_request_authors":{"fumitoh":33,"AB-Athene":4,"alexeybaran":2,"MatthewCaseres":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10171813,"issues_count":31942582,"pull_requests_count":100134560,"authors_count":10732619,"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":{"enhancement":4,"compat":1,"refactor":1,"performance":1},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"OWNER":12,"CONTRIBUTOR":2,"NONE":1},"past_year_pull_request_author_associations_count":{"OWNER":4,"NONE":2,"CONTRIBUTOR":2},"past_year_issue_authors":{"fumitoh":12,"AB-Athene":2,"bakj1979":1},"past_year_pull_request_authors":{"fumitoh":4,"AB-Athene":2,"alexeybaran":2},"maintainers":[{"login":"fumitoh","count":73,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}],"active_maintainers":[{"login":"fumitoh","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fumitoh"}]},"events":{"total":{"CreateEvent":5,"ReleaseEvent":2,"IssuesEvent":17,"WatchEvent":8,"DeleteEvent":7,"IssueCommentEvent":12,"PushEvent":19,"PullRequestEvent":8,"ForkEvent":2},"last_year":{"CreateEvent":5,"ReleaseEvent":2,"IssuesEvent":17,"WatchEvent":8,"DeleteEvent":7,"IssueCommentEvent":12,"PushEvent":19,"PullRequestEvent":8,"ForkEvent":2}},"keywords":["actuarial","actuary","cache","finance","memoization","modeling","monte-carlo","python","quantitative-finance","recursion","risk-management","time-series"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements-doc.txt","sha":null,"kind":"manifest","created_at":"2022-09-11T21:51:27.041Z","updated_at":"2022-09-11T21:51:27.041Z","repository_link":"https://github.com/fumitoh/modelx/blob/main/requirements-doc.txt","dependencies":[{"id":4531983425,"package_name":"sphinxcontrib-blockdiag","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983426,"package_name":"openpyxl","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983427,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983428,"package_name":"pydata_sphinx_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983429,"package_name":"networkx","ecosystem":"pypi","requirements":"\u003c2.8","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements-travis.txt","sha":null,"kind":"manifest","created_at":"2022-09-11T21:51:27.362Z","updated_at":"2022-09-11T21:51:27.362Z","repository_link":"https://github.com/fumitoh/modelx/blob/main/requirements-travis.txt","dependencies":[{"id":4531983468,"package_name":"networkx","ecosystem":"pypi","requirements":"==","direct":true,"kind":"runtime","optional":false},{"id":4531983469,"package_name":"asttokens","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983470,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983471,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.16.5","direct":true,"kind":"runtime","optional":false},{"id":4531983472,"package_name":"openpyxl","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983473,"package_name":"pytest-benchmark","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4531983474,"package_name":"psutil","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-09-11T21:51:27.408Z","updated_at":"2022-09-11T21:51:27.408Z","repository_link":"https://github.com/fumitoh/modelx/blob/main/setup.py","dependencies":[{"id":4531984923,"package_name":"networkx","ecosystem":"pypi","requirements":"\u003e=2.0","direct":true,"kind":"runtime","optional":false},{"id":4531984924,"package_name":"asttokens","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-package.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T08:45:40.082Z","updated_at":"2023-01-31T08:45:40.082Z","repository_link":"https://github.com/fumitoh/modelx/blob/main/.github/workflows/python-package.yml","dependencies":[{"id":7267636535,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7267636538,"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":"2023-01-31T08:45:40.346Z","updated_at":"2023-01-31T08:45:40.346Z","repository_link":"https://github.com/fumitoh/modelx/blob/main/.github/workflows/python-publish.yml","dependencies":[{"id":7267637347,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7267637348,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7267637349,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"27b31702a0e7fc50959f5ad993c78deac1bdfc29","direct":true,"kind":"composite","optional":false}]}],"score":12.855926029181825,"created_at":"2025-09-08T20:58:20.939Z","updated_at":"2025-10-07T08:28:12.114Z","avatar_url":"https://github.com/fumitoh.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":796,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/79497","html_url":"https://science.ecosyste.ms/projects/79497"}