{"id":69051,"name":"nomad","description":"simple sql migration tool to save you from going mad","url":"https://github.com/piranha/nomad","last_synced_at":"2025-09-08T14:21:16.088Z","repository":{"id":646903,"uuid":"2279184","full_name":"piranha/nomad","owner":"piranha","description":"simple sql migration tool to save you from going mad","archived":false,"fork":false,"pushed_at":"2024-06-09T07:19:04.000Z","size":209,"stargazers_count":77,"open_issues_count":3,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-23T09:52:44.468Z","etag":null,"topics":["migration","python","sql"],"latest_commit_sha":null,"homepage":"http://nomad.rtfd.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piranha.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-27T13:08:03.000Z","updated_at":"2025-06-04T20:51:17.000Z","dependencies_parsed_at":"2024-06-19T13:27:40.298Z","dependency_job_id":"c14c29ed-c942-40ff-b868-0e44192c36d1","html_url":"https://github.com/piranha/nomad","commit_stats":{"total_commits":128,"total_committers":9,"mean_commits":"14.222222222222221","dds":0.171875,"last_synced_commit":"f592cee2c5e3ebbbc62c5b44f1de302f3f5dbe31"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/piranha/nomad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/sbom","scorecard":{"id":735225,"data":{"date":"2025-08-11","repo":{"name":"github.com/piranha/nomad","commit":"cbd3d45edd85da8893a434a37a709ec38d53ee34"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 3/25 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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 8 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-22T15:34:46.933Z","repository_id":646903,"created_at":"2025-08-22T15:34:46.933Z","updated_at":"2025-08-22T15:34:46.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274196986,"owners_count":25239329,"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":"piranha","name":"Oleksandr Solovyov","uuid":"6553","kind":"user","description":"","email":"","website":"https://solovyov.net/","location":"Ukraine","twitter":"asolovyov","company":"Metabase","icon_url":"https://avatars.githubusercontent.com/u/6553?v=4","repositories_count":64,"last_synced_at":"2025-09-03T08:39:45.692Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/piranha","funding_links":["https://github.com/sponsors/piranha"],"total_stars":2083,"followers":940,"following":0,"created_at":"2022-11-02T19:00:22.394Z","updated_at":"2025-09-03T08:39:45.692Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha/repositories"},"packages":[{"id":2820501,"name":"nomad","ecosystem":"pypi","description":"simple sql migration tool to save you from becoming mad","homepage":"http://github.com/piranha/nomad/","licenses":"ISC License  Copyright (c) 2011-2014, Alexander Solovyov \u003calexander@solovyov.net\u003e  Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.  THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ","normalized_licenses":["Other"],"repository_url":"https://github.com/piranha/nomad","keywords_array":[],"namespace":null,"versions_count":35,"first_release_published_at":"2011-09-03T17:06:51.000Z","latest_release_published_at":"2012-09-21T09:57:29.000Z","latest_release_number":"0.1.3","last_synced_at":"2025-08-23T04:18:50.327Z","created_at":"2022-04-10T11:45:58.123Z","updated_at":"2025-08-23T09:52:20.480Z","registry_url":"https://pypi.org/project/nomad/","install_command":"pip install nomad --index-url https://pypi.org/simple","documentation_url":"https://nomad.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Environment :: Console","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Topic :: Database","Topic :: Software Development","Topic :: Software Development :: Version Control"],"normalized_name":"nomad","project_status":null},"repo_metadata":{"id":646903,"uuid":"2279184","full_name":"piranha/nomad","owner":"piranha","description":"simple sql migration tool to save you from going mad","archived":false,"fork":false,"pushed_at":"2024-06-09T07:19:04.000Z","size":209,"stargazers_count":77,"open_issues_count":3,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-13T19:51:38.813Z","etag":null,"topics":["migration","python","sql"],"latest_commit_sha":null,"homepage":"http://nomad.rtfd.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piranha.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-27T13:08:03.000Z","updated_at":"2025-06-04T20:51:17.000Z","dependencies_parsed_at":"2024-06-19T13:27:40.298Z","dependency_job_id":"c14c29ed-c942-40ff-b868-0e44192c36d1","html_url":"https://github.com/piranha/nomad","commit_stats":{"total_commits":128,"total_committers":9,"mean_commits":"14.222222222222221","dds":0.171875,"last_synced_commit":"f592cee2c5e3ebbbc62c5b44f1de302f3f5dbe31"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/piranha/nomad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/sbom","scorecard":{"id":735225,"data":{"date":"2025-08-11","repo":{"name":"github.com/piranha/nomad","commit":"cbd3d45edd85da8893a434a37a709ec38d53ee34"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":1,"reason":"Found 3/25 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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/piranha/nomad/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:24","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 8 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-22T15:34:46.933Z","repository_id":646903,"created_at":"2025-08-22T15:34:46.933Z","updated_at":"2025-08-22T15:34:46.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746468,"owners_count":24813566,"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-23T02:00:09.327Z","response_time":69,"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":"piranha","name":"Oleksandr Solovyov","uuid":"6553","kind":"user","description":"","email":"","website":"https://solovyov.net/","location":"Ukraine","twitter":"asolovyov","company":"Metabase","icon_url":"https://avatars.githubusercontent.com/u/6553?v=4","repositories_count":64,"last_synced_at":"2025-08-17T07:14:07.286Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/piranha","funding_links":["https://github.com/sponsors/piranha"],"total_stars":2083,"followers":939,"following":0,"created_at":"2022-11-02T19:00:22.394Z","updated_at":"2025-08-17T07:14:07.286Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piranha/repositories"},"tags":[{"name":"2.4","sha":"7bdd3dfd49ba7ad256d413cb6c52bf1ff70af848","kind":"commit","published_at":"2024-06-08T08:38:15.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/2.4","html_url":"https://github.com/piranha/nomad/releases/tag/2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.4/manifests"},{"name":"2.3","sha":"f592cee2c5e3ebbbc62c5b44f1de302f3f5dbe31","kind":"commit","published_at":"2023-09-12T14:38:16.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/2.3","html_url":"https://github.com/piranha/nomad/releases/tag/2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.3/manifests"},{"name":"2.2","sha":"4973735cbcc4365bf7a72cd811014600fd7f55ab","kind":"commit","published_at":"2023-01-24T09:31:13.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/2.2","html_url":"https://github.com/piranha/nomad/releases/tag/2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.2/manifests"},{"name":"2.1","sha":"9950c56ed17a3ec66b9d22df9d8cd974536fb033","kind":"commit","published_at":"2023-01-23T17:03:35.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/2.1","html_url":"https://github.com/piranha/nomad/releases/tag/2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.1/manifests"},{"name":"2.0","sha":"84f0f5d066e46eaaf3065cd88dd28a94a489aba9","kind":"commit","published_at":"2023-01-10T12:29:51.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/2.0","html_url":"https://github.com/piranha/nomad/releases/tag/2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/2.0/manifests"},{"name":"1.22","sha":"12e679740f0c2c8416ccd04e6d4a544f1bb1dd5e","kind":"commit","published_at":"2022-11-19T08:54:12.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.22","html_url":"https://github.com/piranha/nomad/releases/tag/1.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.22/manifests"},{"name":"1.21","sha":"3ddad7d2e2f706fa63d8c1a9552c592afdd2968d","kind":"commit","published_at":"2022-01-24T08:01:03.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.21","html_url":"https://github.com/piranha/nomad/releases/tag/1.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.21/manifests"},{"name":"1.20","sha":"ddd00d0862312b30867b9576cc72f889a57f71fe","kind":"commit","published_at":"2018-03-01T20:37:42.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.20","html_url":"https://github.com/piranha/nomad/releases/tag/1.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.20/manifests"},{"name":"1.19","sha":"2db0a96b447e7c89a414646f711f972d71cfd08b","kind":"commit","published_at":"2016-05-20T09:36:29.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.19","html_url":"https://github.com/piranha/nomad/releases/tag/1.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.19/manifests"},{"name":"1.18","sha":"50ac4ab5a6563f118fb1f73a65b2dabeaa1d2301","kind":"commit","published_at":"2015-12-15T20:45:45.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.18","html_url":"https://github.com/piranha/nomad/releases/tag/1.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.18/manifests"},{"name":"1.17","sha":"a175974cfbd54b5713efb182e5ce21ffe46d4aef","kind":"commit","published_at":"2015-05-13T08:31:25.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.17","html_url":"https://github.com/piranha/nomad/releases/tag/1.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.17/manifests"},{"name":"1.16","sha":"4238ef85f608c81fd45d3ad04d3849da3250b6fa","kind":"commit","published_at":"2015-05-08T11:34:50.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.16","html_url":"https://github.com/piranha/nomad/releases/tag/1.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.16/manifests"},{"name":"1.15","sha":"2c9f6af9445ea11aaae97dadd397d567649fe4cd","kind":"commit","published_at":"2015-05-08T09:06:24.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.15","html_url":"https://github.com/piranha/nomad/releases/tag/1.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.15/manifests"},{"name":"1.14","sha":"236b7284c37dea1b4d01ed0494d2fdb7b30ead36","kind":"commit","published_at":"2015-05-07T16:40:43.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.14","html_url":"https://github.com/piranha/nomad/releases/tag/1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.14/manifests"},{"name":"1.13","sha":"3d9e1ad483fae71964f4b256038289bce679bd7f","kind":"commit","published_at":"2015-05-04T18:15:32.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.13","html_url":"https://github.com/piranha/nomad/releases/tag/1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.13/manifests"},{"name":"1.12","sha":"79f13aa8d182c2321ff05fbd9ea0feae69da96f8","kind":"commit","published_at":"2015-04-07T16:41:30.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.12","html_url":"https://github.com/piranha/nomad/releases/tag/1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.12/manifests"},{"name":"1.11","sha":"f27657ec53c45538b4a9f342b7f5c45c9782d457","kind":"commit","published_at":"2015-03-26T09:22:15.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.11","html_url":"https://github.com/piranha/nomad/releases/tag/1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.11/manifests"},{"name":"1.10","sha":"ba620b52f8a302d8527cc118f95e0ec00ededc6a","kind":"commit","published_at":"2015-03-19T10:52:18.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.10","html_url":"https://github.com/piranha/nomad/releases/tag/1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.10/manifests"},{"name":"1.9","sha":"55ac7e40a8c9de41639ee2b03285005e6e923c3b","kind":"commit","published_at":"2014-09-16T08:35:22.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.9","html_url":"https://github.com/piranha/nomad/releases/tag/1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.9/manifests"},{"name":"1.8","sha":"a6afb35ab5e99deaa9e67c9f1dd17c75fc28a89a","kind":"commit","published_at":"2014-09-08T10:04:29.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.8","html_url":"https://github.com/piranha/nomad/releases/tag/1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.8/manifests"},{"name":"1.7","sha":"82e233925b051357e2261e7beb57ae2b49d47de5","kind":"commit","published_at":"2014-05-15T12:18:05.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.7","html_url":"https://github.com/piranha/nomad/releases/tag/1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.7/manifests"},{"name":"1.6","sha":"78dbacd9327fddd777e98081344592824a5173cf","kind":"commit","published_at":"2014-04-01T16:52:52.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.6","html_url":"https://github.com/piranha/nomad/releases/tag/1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.6/manifests"},{"name":"1.5","sha":"73856a09c58f4603869c1f500b6dc0de602856ab","kind":"commit","published_at":"2013-12-09T13:16:58.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.5","html_url":"https://github.com/piranha/nomad/releases/tag/1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.5/manifests"},{"name":"1.4","sha":"46124b7c9aa1949b65e95347c8bbc19dd754d946","kind":"commit","published_at":"2013-10-22T08:40:07.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.4","html_url":"https://github.com/piranha/nomad/releases/tag/1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.4/manifests"},{"name":"1.3","sha":"202bed3bde05e38476ae980227e02504bb6e718f","kind":"commit","published_at":"2013-10-22T08:24:26.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.3","html_url":"https://github.com/piranha/nomad/releases/tag/1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.3/manifests"},{"name":"1.2","sha":"a70028d8c5ee1eb4ee01c9f0cb9e3521bb56726c","kind":"commit","published_at":"2013-09-10T12:53:44.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.2","html_url":"https://github.com/piranha/nomad/releases/tag/1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.2/manifests"},{"name":"1.1","sha":"62adcbb6d52587718c46fb1ede2f349f90839729","kind":"commit","published_at":"2013-09-09T09:51:02.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.1","html_url":"https://github.com/piranha/nomad/releases/tag/1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.1/manifests"},{"name":"1.0","sha":"e294cb5463ad333c166af2fe232f4e90fb42a386","kind":"commit","published_at":"2013-09-03T13:35:55.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/1.0","html_url":"https://github.com/piranha/nomad/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/1.0/manifests"},{"name":"0.5","sha":"f10a0d158345bcf8a5b3546eb82b335b46d72ffb","kind":"commit","published_at":"2013-08-20T08:37:43.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.5","html_url":"https://github.com/piranha/nomad/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.5/manifests"},{"name":"0.4","sha":"16424f56670ee3ecf2952f6f92087b26248afd81","kind":"commit","published_at":"2013-08-19T21:03:41.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.4","html_url":"https://github.com/piranha/nomad/releases/tag/0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.4/manifests"},{"name":"0.3","sha":"049ec2c775700e54b5d542eab843f11cfac4aba1","kind":"commit","published_at":"2013-08-19T20:22:41.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.3","html_url":"https://github.com/piranha/nomad/releases/tag/0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.3/manifests"},{"name":"0.2","sha":"d829dc4e0717800d1420505c8f657f71dc364786","kind":"commit","published_at":"2013-06-08T07:55:10.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.2","html_url":"https://github.com/piranha/nomad/releases/tag/0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.2/manifests"},{"name":"0.1.3","sha":"009a182bc797c3a6f53a25e458df123fa93a321e","kind":"commit","published_at":"2012-09-21T09:57:14.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.1.3","html_url":"https://github.com/piranha/nomad/releases/tag/0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"6bd792f7d10b985634bc139048639e9ada91ae7c","kind":"commit","published_at":"2012-02-15T16:09:29.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.1.2","html_url":"https://github.com/piranha/nomad/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"022fff9d8cdda749985827ec8084ed40323a45c9","kind":"commit","published_at":"2011-09-29T20:37:57.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.1.1","html_url":"https://github.com/piranha/nomad/releases/tag/0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1.1/manifests"},{"name":"0.1","sha":"7cee374ef977a6fb40ff3bc9a5c4d6156502b6ac","kind":"commit","published_at":"2011-09-03T14:50:37.000Z","download_url":"https://codeload.github.com/piranha/nomad/tar.gz/0.1","html_url":"https://github.com/piranha/nomad/releases/tag/0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/piranha/nomad@0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/tags/0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-23T09:52:20.480Z","dependent_packages_count":0,"downloads":4365,"downloads_period":"last-month","dependent_repos_count":7,"rankings":{"downloads":6.9290160459606955,"dependent_repos_count":5.57825583783234,"dependent_packages_count":10.002282794063202,"stargazers_count":7.895903418391727,"forks_count":10.522822531915098,"docker_downloads_count":4.198493793230514,"average":7.521129070232263},"purl":"pkg:pypi/nomad","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/nomad","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/pypi/nomad","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/nomad/dependencies","status":null,"funding_links":["https://github.com/sponsors/piranha"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-23T09:52:19.628Z","issues_count":19,"pull_requests_count":15,"avg_time_to_close_issue":30408451.75,"avg_time_to_close_pull_request":17792390.0,"issues_closed_count":16,"pull_requests_closed_count":15,"pull_request_authors_count":11,"issue_authors_count":12,"avg_comments_per_issue":1.9473684210526316,"avg_comments_per_pull_request":1.5333333333333332,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/issues","maintainers":[{"login":"piranha","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piranha"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nomad/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nomad/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nomad/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/nomad/related_packages","maintainers":[{"uuid":"piranha","login":"piranha","name":null,"email":null,"url":null,"packages_count":12,"html_url":"https://pypi.org/user/piranha/","role":null,"created_at":"2023-02-24T19:37:10.912Z","updated_at":"2023-02-24T19:37:10.912Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/piranha/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726163,"maintainers_count":308801,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":619145,"full_name":"piranha/nomad","default_branch":"master","committers":[{"name":"Alexander Solovyov","email":"alexander@solovyov.net","login":"piranha","count":113},{"name":"Kyle Wilcox","email":"kyle@axiomdatascience.com","login":"kwilcox","count":12},{"name":"Aleksei Kovura","email":"3616242+alex3kov","login":"alex3kov","count":3},{"name":"Vsevolod Solovyov","email":"vsevolod.solovyov@gmail.com","login":"vsolovyov","count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"arjoonn sharma","email":"arjoonn.94@gmail.com","login":"theSage21","count":1},{"name":"Waldir Pimenta","email":"waldyrious@gmail.com","login":"waldyrious","count":1},{"name":"Vasyl Nakvasiuk","email":"vaxxxa@gmail.com","login":"vasylnakvasiuk","count":1},{"name":"Pham Cong Dinh","email":"pcdinh@gmail.com","login":"pcdinh","count":1},{"name":"Igor Bondarenko","email":"i@jetmind.me","login":"jetmind","count":1}],"total_commits":136,"total_committers":10,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":13.6,"dds":0.16911764705882348,"past_year_committers":[{"name":"Alexander Solovyov","email":"alexander@solovyov.net","login":"piranha","count":7},{"name":"Igor Bondarenko","email":"i@jetmind.me","login":"jetmind","count":1}],"past_year_total_commits":8,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.125,"last_synced_at":"2025-03-24T04:48:18.218Z","last_synced_commit":"cbd3d45edd85da8893a434a37a709ec38d53ee34","created_at":"2023-03-09T07:50:42.743Z","updated_at":"2025-03-24T04:48:18.232Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-06T00:00:13.651Z","repositories_count":5480019,"commits_count":853389126,"contributors_count":31098155,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"piranha/nomad","html_url":"https://github.com/piranha/nomad","last_synced_at":"2025-08-23T09:52:19.628Z","status":"error","issues_count":19,"pull_requests_count":15,"avg_time_to_close_issue":30408451.75,"avg_time_to_close_pull_request":17792390.0,"issues_closed_count":16,"pull_requests_closed_count":15,"pull_request_authors_count":11,"issue_authors_count":12,"avg_comments_per_issue":1.9473684210526316,"avg_comments_per_pull_request":1.5333333333333332,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T18:40:19.399Z","updated_at":"2025-09-01T21:50:31.592Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/piranha%2Fnomad/issues","issue_labels_count":{},"pull_request_labels_count":{"dependencies":2},"issue_author_associations_count":{"NONE":11,"OWNER":5,"CONTRIBUTOR":3},"pull_request_author_associations_count":{"CONTRIBUTOR":13,"NONE":4},"issue_authors":{"piranha":5,"rogerGunis":3,"playpauseandstop":2,"grimborg":1,"habibillah":1,"rrees":1,"mrjoes":1,"onoga":1,"kwilcox":1,"alex3kov":1,"pcdinh":1,"Drahflow":1},"pull_request_authors":{"jetmind":2,"alex3kov":2,"dependabot[bot]":2,"theSage21":2,"vsolovyov":2,"vasylnakvasiuk":1,"pcdinh":1,"kwilcox":1,"waldyrious":1,"playpauseandstop":1,"user-0100":1,"Mr-Vice-Versa":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10167557,"issues_count":32013306,"pull_requests_count":100263684,"authors_count":10729845,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[{"login":"piranha","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piranha"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":2},"last_year":{"WatchEvent":2}},"keywords":["migration","python","sql"],"dependencies":[{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-06-08T07:42:59.836Z","updated_at":"2024-06-08T07:42:59.836Z","repository_link":"https://github.com/piranha/nomad/blob/master/pyproject.toml","dependencies":[{"id":18480853467,"package_name":"opster","ecosystem":"pypi","requirements":"==5.0","direct":true,"kind":"runtime","optional":false},{"id":18480853468,"package_name":"termcolor","ecosystem":"pypi","requirements":"==2.2.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2024-06-19T13:27:39.215Z","updated_at":"2024-06-19T13:27:39.215Z","repository_link":"https://github.com/piranha/nomad/blob/master/.github/workflows/test.yml","dependencies":[{"id":18693624828,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":18693624829,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18693624830,"package_name":"ccorsi/setup-sqlite","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":15.067816279080848,"created_at":"2025-09-08T11:18:59.421Z","updated_at":"2025-10-07T08:25:41.702Z","avatar_url":"https://github.com/piranha.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":4365,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["interactive","tokenizer","genomics","observability","quaternions","autograding","hacking","shellcodes","network-simulation","ca"],"project_url":"https://science.ecosyste.ms/api/v1/projects/69051","html_url":"https://science.ecosyste.ms/projects/69051"}