{"id":2686870,"name":"d8s-python","ecosystem":"pypi","description":"Democritus functions for working with Python code.","homepage":"https://github.com/democritus-project/d8s-python","licenses":"GNU Lesser General Public License v3","normalized_licenses":["LGPL-2.1"],"repository_url":"https://github.com/democritus-project/d8s-python","keywords_array":["democritus","utility","python","python-asts","python-asts-utility","ast","python-ast","abstract-syntax-tree"],"namespace":null,"versions_count":14,"first_release_published_at":"2021-03-16T11:35:14.000Z","latest_release_published_at":"2021-05-26T11:02:48.000Z","latest_release_number":"0.9.0","last_synced_at":"2026-04-12T09:53:26.862Z","created_at":"2022-04-10T10:31:13.611Z","updated_at":"2026-04-12T10:37:56.932Z","registry_url":"https://pypi.org/project/d8s-python/","install_command":"pip install d8s-python --index-url https://pypi.org/simple","documentation_url":"https://d8s-python.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 2 - Pre-Alpha","Intended Audience :: Developers","License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)","Natural Language :: English","Programming Language :: Python :: 3","Programming Language :: Python :: 3.4","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9"],"normalized_name":"d8s-python","project_status":null},"repo_metadata":{"id":46207613,"uuid":"329070659","full_name":"democritus-project/d8s-python","owner":"democritus-project","description":"Democritus functions for working with Python ASTs.","archived":false,"fork":false,"pushed_at":"2021-11-06T23:46:47.000Z","size":184,"stargazers_count":2,"open_issues_count":11,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T03:10:42.127Z","etag":null,"topics":["abstract-syntax-tree","ast","democritus","python","python-ast","python-asts","python-asts-utility","utility"],"latest_commit_sha":null,"homepage":null,"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/democritus-project.png","metadata":{"funding":{"github":"fhightower"}},"created_at":"2021-01-12T18:04:53.000Z","updated_at":"2021-11-08T09:53:27.000Z","dependencies_parsed_at":"2022-07-25T00:02:06.668Z","dependency_job_id":null,"html_url":"https://github.com/democritus-project/d8s-python","commit_stats":null,"previous_names":["democritus-project/democritus-ast","democritus-project/democritus-python"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/democritus-project/d8s-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/democritus-project","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/sbom","scorecard":{"id":333682,"data":{"date":"2025-08-11","repo":{"name":"github.com/democritus-project/d8s-python","commit":"2ea5a0a9d1363e00283a83d2657808e152b93b37"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.5,"checks":[{"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":"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":"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":0,"reason":"Found 1/28 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":["Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: no topLevel permission defined: .github/workflows/new-issues-to-backlog-project.yml:1","Warn: no topLevel permission defined: .github/workflows/pypi-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pytest.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":"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: COPYING:0","Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: COPYING: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":"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/lint.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/new-issues-to-backlog-project.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/new-issues-to-backlog-project.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi-publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pypi-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi-publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pypi-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/democritus-project/d8s-python/pytest.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating python:3.9.1-buster to python:3.9.1-buster@sha256:feaab3d04b8f28aa2a7939517fcf023bf5ef332fe190de1cdc783640e2b5db8b","Warn: containerImage not pinned by hash: bumpversion.dockerfile:1: pin your Docker image by updating python:3.9.1-buster to python:3.9.1-buster@sha256:feaab3d04b8f28aa2a7939517fcf023bf5ef332fe190de1cdc783640e2b5db8b","Warn: pipCommand not pinned by hash: Dockerfile:9","Warn: pipCommand not pinned by hash: bumpversion.dockerfile:9","Warn: pipCommand not pinned by hash: .github/workflows/lint.yaml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yaml:24","Warn: pipCommand not pinned by hash: .github/workflows/pypi-publish.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/pypi-publish.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:52","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of  10 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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"19 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-43019","Warn: Project is vulnerable to: PYSEC-2022-43024","Warn: Project is vulnerable to: PYSEC-2022-43027","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: PYSEC-2022-238 / GHSA-h3qr-fjhm-jphw","Warn: Project is vulnerable to: GHSA-29gw-9793-fvw7","Warn: Project is vulnerable to: PYSEC-2015-24 / GHSA-4vwq-x64q-j4cj","Warn: Project is vulnerable to: PYSEC-2017-46 / GHSA-66gw-5xpf-gfp5","Warn: Project is vulnerable to: PYSEC-2015-25 / GHSA-92mr-v722-f48m","Warn: Project is vulnerable to: PYSEC-2022-12 / GHSA-pq7m-3gw7-gq5x","Warn: Project is vulnerable to: PYSEC-2017-47"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 3 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-18T04:10:28.272Z","repository_id":46207613,"created_at":"2025-08-18T04:10:28.272Z","updated_at":"2025-08-18T04:10:28.272Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276229128,"owners_count":25606942,"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-21T02:00:07.055Z","response_time":72,"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":"democritus-project","name":"Democritus Project","uuid":"69728139","kind":"organization","description":"Collection of simple, effective, modular, well-tested, and well-documented functions.","email":null,"website":"https://democritus.dev/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/69728139?v=4","repositories_count":39,"last_synced_at":"2023-03-12T03:10:33.711Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"fhightower"}},"html_url":"https://github.com/democritus-project","funding_links":["https://github.com/sponsors/fhightower"],"total_stars":null,"followers":null,"following":null,"created_at":"2023-02-15T07:27:53.582Z","updated_at":"2023-03-12T03:10:33.725Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/democritus-project","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/democritus-project/repositories"},"tags":[{"name":"v0.9.0","sha":"4e5e8178b9dfda8f3752a53042c58c1e95ecfd19","kind":"tag","published_at":"2021-05-26T11:04:54.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.9.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"775d8880b863d24187864156b01e65f5c1139227","kind":"tag","published_at":"2021-05-07T10:51:13.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.8.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"d6025dfeca2af01277c36a3f8e47871669db8654","kind":"tag","published_at":"2021-04-22T10:37:39.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.7.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.7.0/manifests"},{"name":"v0.6.4","sha":"848c11f84dc0305766de996e627b453558e7aaab","kind":"tag","published_at":"2021-04-15T11:47:52.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.6.4","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"9ca1587862a63b8edcc3080e2ba6b15c03d01086","kind":"tag","published_at":"2021-04-06T11:24:19.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.6.3","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"4fd5adc6db544b568379c617e55474ef0bc75bd5","kind":"tag","published_at":"2021-04-05T12:10:29.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.6.2","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"3b3cb8763c56bc9bdec56b2886af1d0d7e1e4409","kind":"tag","published_at":"2021-03-30T11:07:18.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.6.1","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"440124477729ac6c5a70b77aa83b25be35863eb4","kind":"tag","published_at":"2021-03-30T10:53:46.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.6.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.6.0/manifests"},{"name":"v0.5.1","sha":"511eb8fab71625cf9f7b04ee2c7c5edf4ad9c43b","kind":"tag","published_at":"2021-03-25T10:34:39.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.5.1","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"2c82c2495c3a2e2bbce17008c700162cf4c9325e","kind":"tag","published_at":"2021-03-24T11:52:01.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.5.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"95b60facbe5da26123bb1a893080f7173c45f141","kind":"tag","published_at":"2021-03-24T11:15:43.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.4.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.4.0/manifests"},{"name":"v0.3.0","sha":"fb76221e84c6dacbeb141370e67b3bacdeb11d02","kind":"tag","published_at":"2021-03-17T13:05:53.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.3.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"380b251ca37c9f84f2abb19c0040ec4d00ffb298","kind":"tag","published_at":"2021-03-17T10:35:29.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.2.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"22d3c371e7fcb4a2e4d118e44f41f440d3334a9f","kind":"tag","published_at":"2021-03-16T11:35:08.000Z","download_url":"https://codeload.github.com/democritus-project/d8s-python/tar.gz/v0.1.0","html_url":"https://github.com/democritus-project/d8s-python/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/democritus-project/d8s-python@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/democritus-project%2Fd8s-python/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-04-12T10:37:56.911Z","dependent_packages_count":0,"downloads":88,"downloads_period":"last-month","dependent_repos_count":37,"rankings":{"downloads":21.902749060195234,"dependent_repos_count":2.4025130810067603,"dependent_packages_count":10.069287946036377,"stargazers_count":27.800472482749793,"forks_count":15.317921834865889,"docker_downloads_count":null,"average":15.49858888097081},"purl":"pkg:pypi/d8s-python","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/d8s-python","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/d8s-python","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/d8s-python/dependencies","status":null,"funding_links":["https://github.com/sponsors/fhightower"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-18T11:54:49.028Z","issues_count":19,"pull_requests_count":17,"avg_time_to_close_issue":4009219.222222222,"avg_time_to_close_pull_request":897843.6875,"issues_closed_count":9,"pull_requests_closed_count":16,"pull_request_authors_count":7,"issue_authors_count":3,"avg_comments_per_issue":1.263157894736842,"avg_comments_per_pull_request":1.0588235294117647,"merged_pull_requests_count":5,"bot_issues_count":0,"bot_pull_requests_count":9,"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/democritus-project%2Fd8s-python/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/d8s-python/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/d8s-python/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/d8s-python/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/d8s-python/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/d8s-python/codemeta","maintainers":[{"uuid":"fhightower","login":"fhightower","name":null,"email":null,"url":null,"packages_count":47,"html_url":"https://pypi.org/user/fhightower/","role":null,"created_at":"2023-02-23T22:25:54.722Z","updated_at":"2023-02-23T22:25:54.722Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/fhightower/packages"}]}