{"id":5290683,"name":"python-gist","ecosystem":"conda","description":null,"homepage":"http://github.com/jdowner/gist","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/jdowner/gist","keywords_array":[],"namespace":null,"versions_count":9,"first_release_published_at":"2019-05-06T17:28:06.000Z","latest_release_published_at":"2021-06-03T08:43:50.000Z","latest_release_number":"0.10.6","last_synced_at":"2026-04-01T02:01:32.330Z","created_at":"2022-10-03T15:50:20.241Z","updated_at":"2026-04-01T02:01:32.330Z","registry_url":"https://anaconda.org/conda-forge/python-gist","install_command":"conda install -c conda-forge python-gist","documentation_url":null,"metadata":{},"repo_metadata":{"id":27399613,"uuid":"30876042","full_name":"jdowner/gist","owner":"jdowner","description":"Gist command line interface","archived":true,"fork":false,"pushed_at":"2022-12-09T05:23:06.000Z","size":253,"stargazers_count":163,"open_issues_count":8,"forks_count":26,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-23T18:08:23.089Z","etag":null,"topics":["gist","git","github"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdowner.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-16T16:10:17.000Z","updated_at":"2025-05-07T14:36:33.000Z","dependencies_parsed_at":"2023-01-14T06:39:40.783Z","dependency_job_id":null,"html_url":"https://github.com/jdowner/gist","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/jdowner/gist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdowner","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/sbom","scorecard":{"id":512795,"data":{"date":"2025-08-11","repo":{"name":"github.com/jdowner/gist","commit":"b967010044f89b366cc7f2ebe981d81d6a3a0c1a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.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":"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":"Code-Review","score":0,"reason":"Found 0/27 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":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/jdowner/gist/ci.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/jdowner/gist/ci.yaml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yaml:21","Warn: pipCommand not pinned by hash: .github/workflows/ci.yaml:22","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 5 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"}},{"name":"Vulnerabilities","score":0,"reason":"15 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2022-42986 / GHSA-43fp-rhv2-5gv8","Warn: Project is vulnerable to: PYSEC-2023-135 / GHSA-xqr8-7jwr-rhp7","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2022-42969","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2023-74 / GHSA-j8r2-6x86-q33q","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2024-187 / GHSA-rqc4-2hc7-8c8v","Warn: Project is vulnerable to: GHSA-jfmj-5v4g-7637"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T01:00:50.352Z","repository_id":27399613,"created_at":"2025-08-20T01:00:50.352Z","updated_at":"2025-08-20T01:00:50.352Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277483764,"owners_count":25825676,"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-29T02:00:09.175Z","response_time":84,"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":"jdowner","name":"Joshua Downer","uuid":"135210","kind":"user","description":"An open-source, linux software developer and problem solver. I am interested in algorithm development; concurrent, asynchronous, distributed systems; simulation","email":"","website":"jdowner.github.io","location":"Boston, MA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/135210?v=4","repositories_count":19,"last_synced_at":"2024-04-16T01:11:32.865Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/jdowner","funding_links":[],"total_stars":186,"followers":23,"following":20,"created_at":"2022-11-06T11:30:22.839Z","updated_at":"2024-04-16T01:11:40.021Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdowner","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdowner/repositories"},"tags":[{"name":"v0.10.6","sha":"b967010044f89b366cc7f2ebe981d81d6a3a0c1a","kind":"commit","published_at":"2021-06-02T23:24:11.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.6","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.6/manifests"},{"name":"v0.10.5","sha":"26281b8ddeac8419312ebc29f46386f671c82b91","kind":"commit","published_at":"2021-06-02T23:17:11.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.5","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.5/manifests"},{"name":"v0.10.4","sha":"d2742a30964c55fb6ff5529b36dba428f8b7120a","kind":"commit","published_at":"2021-05-20T12:32:09.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.4","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"2e8cc773671da44920fcddd5ee207487fe1e51b9","kind":"commit","published_at":"2021-04-10T20:00:20.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.3","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"fe8670dc197c6b1867aa612fdfc8a3402c594e36","kind":"commit","published_at":"2021-04-10T19:42:15.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"f4e067d947d7e8688746052b961c5e6c4ba9ea8a","kind":"commit","published_at":"2021-03-17T18:25:21.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"9112e70af26e1e00e257c076135d4209627af89b","kind":"commit","published_at":"2021-03-17T12:44:44.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.10.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.10.0/manifests"},{"name":"v0.9.2","sha":"cd53b97a72bece2470085c8145e5f2412ad231d9","kind":"commit","published_at":"2020-04-02T17:45:59.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.9.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.9.2/manifests"},{"name":"v0.9.0","sha":"53f50689b4d14144119433ea4acfeb099bbb2442","kind":"commit","published_at":"2019-11-03T21:46:38.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.9.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.9.0/manifests"},{"name":"v0.8.1","sha":"a61ceea9fe6aeb930fea9825eff2381c9c34db4c","kind":"commit","published_at":"2019-09-15T12:26:36.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.8.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"b298e82fcdbadc64c6427678abd635404a0f479d","kind":"commit","published_at":"2019-09-08T21:39:33.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.8.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"72f42ed1494206f4375d5b6e25a69e6499336730","kind":"commit","published_at":"2019-05-03T12:45:00.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.7.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.7.0/manifests"},{"name":"v0.6.2","sha":"0f2941434f63c5aed69218edad454de8c73819a0","kind":"commit","published_at":"2019-03-31T09:36:39.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.6.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"41d2e56edca2e11b468ee92247ea873796d844f5","kind":"commit","published_at":"2018-05-08T23:08:06.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.6.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"3a5556ddad6026290c3b43627948def61a61df9c","kind":"commit","published_at":"2017-11-05T20:20:23.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.6.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.6.0/manifests"},{"name":"v0.5.3","sha":"8b057177010857ac198dc5e8a3b201f9d45b1641","kind":"commit","published_at":"2017-11-03T13:47:21.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.5.3","html_url":"https://github.com/jdowner/gist/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"4a831cd9f34e9fb9c317e8e81254d72583afef51","kind":"commit","published_at":"2017-10-29T13:46:17.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.5.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"5294cb4e948452230b8507ec66e2c05075684e20","kind":"commit","published_at":"2017-08-13T10:56:58.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.5.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"d99c8c1d29ba0722df95302b0320ab54c690f00d","kind":"commit","published_at":"2017-08-13T10:36:07.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.5.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.5.0/manifests"},{"name":"v0.4.7","sha":"19279ffc7d7583856975bed8915b1e13fb86bfe8","kind":"commit","published_at":"2017-01-12T13:24:04.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.7","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.7/manifests"},{"name":"v0.4.6","sha":"bef72de6e74b219a7f962f03bf3b262cff381631","kind":"commit","published_at":"2017-01-12T11:58:06.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.6","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.6/manifests"},{"name":"v0.4.5","sha":"70ba49a81aa074ca0d40bc4e79881357a0d266ed","kind":"commit","published_at":"2016-12-10T11:52:37.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.5","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"1762c5f4c8ff4bc616e1da93d84b109156cd4d8e","kind":"commit","published_at":"2016-12-10T11:49:27.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.4","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"4c5f6b000a63b130651a223176ab7dcbebb3257c","kind":"commit","published_at":"2016-12-04T14:43:29.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.3","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"d51401213973fa72d552ea277157439dd59430b4","kind":"commit","published_at":"2016-12-01T15:10:21.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b8e9d1c4ebbd131beb217ea2ca4da8465c2049ba","kind":"commit","published_at":"2016-08-21T13:12:29.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"eae3c5c6de4af5422f84fb1e706d388e679bece0","kind":"commit","published_at":"2016-08-11T11:29:25.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.4.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.4.0/manifests"},{"name":"v0.3.3","sha":"b3b5b8861cec9a9581d3379a77a37b129f32e12f","kind":"commit","published_at":"2016-06-26T22:53:29.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.3.3","html_url":"https://github.com/jdowner/gist/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"4c20c99f98693825ff2403cdbd0c2d00b1583344","kind":"commit","published_at":"2015-04-04T08:24:06.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.3.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"8ba153f9777356a3e166ee7d454c87d6da9aa603","kind":"commit","published_at":"2015-04-04T08:08:11.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.3.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e616185d1b7b412757ad41c7b419b6cee126e562","kind":"commit","published_at":"2015-04-04T07:52:29.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.3.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"3041e44cf415e0f0fa5b329cc5461bcb0be3e944","kind":"commit","published_at":"2015-04-02T23:53:24.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.2.2","html_url":"https://github.com/jdowner/gist/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"99c36c8918d8f4382168a70347446c4865f8f9a5","kind":"commit","published_at":"2015-03-19T10:37:24.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.2.1","html_url":"https://github.com/jdowner/gist/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"3e967d3744d9f14b77a63146cf492408d0a43597","kind":"commit","published_at":"2015-03-19T00:00:04.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.2.0","html_url":"https://github.com/jdowner/gist/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"08efc2da3844ddfcb91058df8884e4d39c6a17ea","kind":"commit","published_at":"2015-03-17T22:31:39.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.1.12","html_url":"https://github.com/jdowner/gist/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"393e5624af2990e906935bd2136daeb30cf6bd2f","kind":"commit","published_at":"2015-03-07T15:07:14.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.1.11","html_url":"https://github.com/jdowner/gist/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"4389dd18fde7cea330e438e329d7e4fe1fc2d980","kind":"commit","published_at":"2015-02-21T22:46:56.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.1.10","html_url":"https://github.com/jdowner/gist/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"aeca7d03d01703516f45cb9767885c97dad55788","kind":"commit","published_at":"2015-02-21T15:09:05.000Z","download_url":"https://codeload.github.com/jdowner/gist/tar.gz/v0.1.9","html_url":"https://github.com/jdowner/gist/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/jdowner/gist@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdowner%2Fgist/tags/v0.1.9/manifests"}]},"repo_metadata_updated_at":"2025-09-29T08:53:17.343Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":12,"rankings":{"downloads":null,"dependent_repos_count":10.20010978591746,"dependent_packages_count":51.58940066869604,"stargazers_count":28.479465043165824,"forks_count":31.9077798293328,"docker_downloads_count":null,"average":30.54418883177803},"purl":"pkg:conda/python-gist?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/python-gist","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/python-gist","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/python-gist/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-23T14:23:11.076Z","issues_count":63,"pull_requests_count":37,"avg_time_to_close_issue":9857738.732142856,"avg_time_to_close_pull_request":110823.38888888889,"issues_closed_count":56,"pull_requests_closed_count":36,"pull_request_authors_count":16,"issue_authors_count":28,"avg_comments_per_issue":1.8571428571428572,"avg_comments_per_pull_request":1.6486486486486487,"merged_pull_requests_count":24,"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/jdowner%2Fgist/issues","maintainers":[{"login":"jdowner","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdowner"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/python-gist/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/python-gist/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/python-gist/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/python-gist/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/python-gist/codemeta","maintainers":[]}