{"id":8272937,"name":"py-enum-tools","ecosystem":"spack","description":"Tools to expand Python's enum module.\n","homepage":"https://github.com/domdfcoding/enum_tools","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/domdfcoding/enum_tools","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-09-14T01:51:11.858Z","latest_release_published_at":"2023-09-14T01:51:11.858Z","latest_release_number":"0.10.0","last_synced_at":"2026-08-25T01:49:31.335Z","created_at":"2023-09-14T01:51:09.830Z","updated_at":"2026-08-25T01:49:31.336Z","registry_url":"https://packages.spack.io/package.html?name=py-enum-tools","install_command":"spack install py-enum-tools","documentation_url":null,"metadata":{},"repo_metadata":{"id":38216060,"uuid":"271221661","full_name":"domdfcoding/enum_tools","owner":"domdfcoding","description":"Tools to expand Python's enum module.","archived":false,"fork":false,"pushed_at":"2025-07-07T17:14:14.000Z","size":641,"stargazers_count":10,"open_issues_count":10,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-20T08:44:20.532Z","etag":null,"topics":["documentation","enum","python","python3","sphinx","sphinx-extension"],"latest_commit_sha":null,"homepage":"https://enum-tools.readthedocs.io/en/latest","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/domdfcoding.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-06-10T08:27:36.000Z","updated_at":"2025-07-15T20:04:38.000Z","dependencies_parsed_at":"2023-02-01T03:46:03.222Z","dependency_job_id":"9b5cc7e4-2477-4de7-93ec-bad44a477432","html_url":"https://github.com/domdfcoding/enum_tools","commit_stats":{"total_commits":202,"total_committers":5,"mean_commits":40.4,"dds":"0.19801980198019797","last_synced_commit":"6a9ed9d1eb0b29eca04930692a4989aa6bd8eedb"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/domdfcoding/enum_tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/sbom","scorecard":{"id":350413,"data":{"date":"2025-08-11","repo":{"name":"github.com/domdfcoding/enum_tools","commit":"e41dfa64c9ca29e223182369195cd92a0dd5bb86"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Code-Review","score":0,"reason":"Found 0/14 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/conda_ci.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs_test_action.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/flake8.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/mypy.yml:14","Warn: no topLevel permission defined: .github/workflows/octocheese.yml:1","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci.yml:15","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci.yml:17","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci_linux.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci_linux.yml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/python_ci_macos.yml:17","Warn: topLevel 'actions' permission set to 'write': .github/workflows/python_ci_macos.yml:15","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/conda_ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/conda_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/conda_ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/conda_ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/conda_ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/conda_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/docs_test_action.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/docs_test_action.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs_test_action.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/docs_test_action.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flake8.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/flake8.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/flake8.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/flake8.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/flake8.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/flake8.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/mypy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/mypy.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/mypy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/mypy.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/mypy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/octocheese.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/octocheese.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:186: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:91: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:145: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_linux.yml:164: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_linux.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_macos.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_macos.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python_ci_macos.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/domdfcoding/enum_tools/python_ci_macos.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/flake8.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/flake8.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/mypy.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:153","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:154","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:173","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:206","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:207","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:71","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:100","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_linux.yml:101","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_macos.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/python_ci_macos.yml:69","Info:   0 out of  24 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  11 third-party GitHubAction dependencies pinned","Info:   0 out of  16 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: 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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.13.0 not signed: https://api.github.com/repos/domdfcoding/enum_tools/releases/213315230","Warn: release artifact v0.12.0 not signed: https://api.github.com/repos/domdfcoding/enum_tools/releases/149571162","Warn: release artifact v0.11.0 not signed: https://api.github.com/repos/domdfcoding/enum_tools/releases/120783000","Warn: release artifact v0.10.0 not signed: https://api.github.com/repos/domdfcoding/enum_tools/releases/108862641","Warn: release artifact v0.9.0.post1 not signed: https://api.github.com/repos/domdfcoding/enum_tools/releases/59225049","Warn: release artifact v0.13.0 does not have provenance: https://api.github.com/repos/domdfcoding/enum_tools/releases/213315230","Warn: release artifact v0.12.0 does not have provenance: https://api.github.com/repos/domdfcoding/enum_tools/releases/149571162","Warn: release artifact v0.11.0 does not have provenance: https://api.github.com/repos/domdfcoding/enum_tools/releases/120783000","Warn: release artifact v0.10.0 does not have provenance: https://api.github.com/repos/domdfcoding/enum_tools/releases/108862641","Warn: release artifact v0.9.0.post1 does not have provenance: https://api.github.com/repos/domdfcoding/enum_tools/releases/59225049"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-140 / GHSA-9w8r-397f-prfh","Warn: Project is vulnerable to: PYSEC-2023-117 / GHSA-mrwq-x4v8-fh7p","Warn: Project is vulnerable to: PYSEC-2021-141 / GHSA-pq64-v7f5-gqh8"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/python_ci_linux.yml:135"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 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-18T08:10:47.911Z","repository_id":38216060,"created_at":"2025-08-18T08:10:47.911Z","updated_at":"2025-08-18T08:10:47.911Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277290602,"owners_count":25793542,"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-27T02:00:08.978Z","response_time":73,"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":"domdfcoding","name":"Dominic Davis-Foster","uuid":"8050853","kind":"user","description":"Forensic Science researcher at Staffordshire University in the UK. Carrying out research into Organic Gunshot Residue","email":"","website":null,"location":"Stoke-On-Trent, UK","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8050853?u=b636e1761278becfb9ea7344e43f01929cf87cf8\u0026v=4","repositories_count":170,"last_synced_at":"2025-09-17T06:51:46.468Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/domdfcoding","funding_links":["https://github.com/sponsors/domdfcoding"],"total_stars":146,"followers":42,"following":57,"created_at":"2022-11-09T01:53:42.182Z","updated_at":"2025-09-17T06:51:46.468Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domdfcoding/repositories"},"tags":[{"name":"v0.13.0","sha":"baf43df237e80df30ccb4774b675f195429b8ccb","kind":"commit","published_at":"2025-04-17T13:48:18.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.13.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"bc86fece7e75c6622e1748c6d7a174814c32b452","kind":"commit","published_at":"2024-04-02T15:49:26.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.12.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"80b977255c453e127e39d8028af5bd8aa3d76e78","kind":"commit","published_at":"2023-09-12T10:50:20.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.11.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"f26d82d8ce7e1ae27b3485c6ac5f8d322d596465","kind":"commit","published_at":"2023-06-15T12:31:51.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.10.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.10.0/manifests"},{"name":"v0.9.0.post1","sha":"969b76d3dd17bcf5df791446e7596a3f77c6b446","kind":"commit","published_at":"2022-02-10T07:38:06.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.9.0.post1","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.9.0.post1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.9.0.post1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.9.0.post1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.9.0.post1/manifests"},{"name":"v0.9.0","sha":"092d9959e3d03fb957474e8ddd108518f714be79","kind":"commit","published_at":"2022-01-31T14:48:26.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.9.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"3d87d395306972cc68282ef871d553f1d8d10066","kind":"commit","published_at":"2022-01-03T22:37:38.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.8.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"42f37fea9c63e3cfb087caeba8e1f2065d958c5e","kind":"commit","published_at":"2021-12-28T22:16:33.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.7.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.7.0/manifests"},{"name":"v0.6.5","sha":"9dba1246eab0bbd0b9d874151cad917488152555","kind":"commit","published_at":"2021-12-02T16:47:09.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.5","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"8d573a51fccb7c65c49c44e9fa498b2395f9dae5","kind":"commit","published_at":"2021-02-09T07:34:08.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.4","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"d5e69fe8902b9e95bafffa5ff3e89e851fc89d81","kind":"commit","published_at":"2021-01-14T13:01:54.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.3","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"d073fa94f0260754cb187cc119faed4a8961faf9","kind":"commit","published_at":"2020-12-09T13:27:59.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.2","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"b1ffe615dff15350181db7aa29181a1a2026e37e","kind":"tag","published_at":"2020-09-30T10:39:50.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.1","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"6ba0383c7261f9b930a65d7e7b349c68f73a554e","kind":"tag","published_at":"2020-09-23T20:27:58.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.6.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"9c504bbd17b42372c10ac027695879a14dd81d1d","kind":"tag","published_at":"2020-09-23T09:40:40.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.5.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"56ff67e54a855d4124397938db323407ec822541","kind":"tag","published_at":"2020-09-17T10:41:59.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.4.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"6bc61afcf5fff24d394083b592fd9d9dc40a86f5","kind":"tag","published_at":"2020-09-11T13:37:07.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.3.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"9ec25b9614d0d4fe114003dfc5554c4c657f5912","kind":"tag","published_at":"2020-09-09T11:58:37.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.2.1","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"aff637ef7376d54bae391bb2fa0a61598bc76460","kind":"tag","published_at":"2020-09-08T10:57:19.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.2.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.2.0/manifests"},{"name":"v0.1.3","sha":"58a224a87c06d9870b766f1fe1f713499cca961a","kind":"tag","published_at":"2020-07-15T18:44:04.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.1.3","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"1f69e94d7dab7427b02d9d74b8f3a8d51c49e767","kind":"tag","published_at":"2020-07-14T21:40:50.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.1.2","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"7dfa5cbd66b95e64584cdce003478d5c1253ff30","kind":"tag","published_at":"2020-07-14T20:56:53.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.1.1","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"270b3fb4f6fcbdfd319289b0f25039a635d427d1","kind":"tag","published_at":"2020-07-14T20:05:32.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.1.0","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"eb7ba2696d5db18bc8e0a8644be3e717922dbde2","kind":"tag","published_at":"2020-07-14T20:05:19.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.0.3","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"dc642ae8ffd8b531fa6845f6c9eed8e9ea1840dd","kind":"tag","published_at":"2020-07-14T09:01:28.000Z","download_url":"https://codeload.github.com/domdfcoding/enum_tools/tar.gz/v0.0.2","html_url":"https://github.com/domdfcoding/enum_tools/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/domdfcoding/enum_tools@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/tags/v0.0.2/manifests"}]},"repo_metadata_updated_at":"2025-09-28T02:07:44.745Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":56.42762284196547,"stargazers_count":29.229747675962813,"forks_count":26.401062416998673,"docker_downloads_count":null,"average":28.01460823373174},"purl":"pkg:spack/py-enum-tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-enum-tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-enum-tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-enum-tools/dependencies","status":null,"funding_links":["https://github.com/sponsors/domdfcoding"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T08:00:11.023Z","issues_count":20,"pull_requests_count":98,"avg_time_to_close_issue":4764689.833333333,"avg_time_to_close_pull_request":4081617.170212766,"issues_closed_count":12,"pull_requests_closed_count":94,"pull_request_authors_count":10,"issue_authors_count":14,"avg_comments_per_issue":3.05,"avg_comments_per_pull_request":1.469387755102041,"merged_pull_requests_count":72,"bot_issues_count":0,"bot_pull_requests_count":86,"past_year_issues_count":2,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":1848543.0,"past_year_avg_time_to_close_pull_request":2032080.4,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.1111111111111112,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":18,"past_year_merged_pull_requests_count":12,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/domdfcoding%2Fenum_tools/issues","maintainers":[{"login":"domdfcoding","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/domdfcoding"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-enum-tools/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2151,"html_url":null,"role":null,"created_at":"2023-09-18T08:19:31.961Z","updated_at":"2023-09-18T08:19:31.961Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}]}