{"id":42113,"name":"pysheeet","description":"Python Cheat Sheet","url":"https://github.com/crazyguitar/pysheeet","last_synced_at":"2025-09-05T09:15:58.197Z","repository":{"id":38374149,"uuid":"52760178","full_name":"crazyguitar/pysheeet","owner":"crazyguitar","description":"Python Cheat Sheet","archived":false,"fork":false,"pushed_at":"2025-09-04T17:35:33.000Z","size":3796,"stargazers_count":8103,"open_issues_count":14,"forks_count":1221,"subscribers_count":204,"default_branch":"master","last_synced_at":"2025-09-04T17:38:27.074Z","etag":null,"topics":["cheatsheet","python","python-2","python-3"],"latest_commit_sha":null,"homepage":"https://www.pythonsheets.com","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/crazyguitar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"crazyguitar"}},"created_at":"2016-02-29T03:09:22.000Z","updated_at":"2025-09-04T17:35:37.000Z","dependencies_parsed_at":"2023-10-03T23:30:10.623Z","dependency_job_id":"94e12098-1e82-4f8f-8b5a-7de3628c2b0c","html_url":"https://github.com/crazyguitar/pysheeet","commit_stats":{"total_commits":976,"total_committers":47,"mean_commits":20.76595744680851,"dds":0.2848360655737705,"last_synced_commit":"84d50fcc05df211261fa7f24397dcf089032a571"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/crazyguitar/pysheeet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar","download_url":"https://codeload.github.com/crazyguitar/pysheeet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/sbom","scorecard":{"id":307767,"data":{"date":"2025-08-11","repo":{"name":"github.com/crazyguitar/pysheeet","commit":"dbb724085aaa549e212e29de8603c698b1043729"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/19 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pythonpackage.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":"Maintained","score":5,"reason":"7 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":"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/pythonpackage.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/crazyguitar/pysheeet/pythonpackage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/crazyguitar/pysheeet/pythonpackage.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction 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":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-hc5x-x2vx-497g","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: GHSA-48p4-8xcf-vxj5","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-17T22:30:15.650Z","repository_id":38374149,"created_at":"2025-08-17T22:30:15.650Z","updated_at":"2025-08-17T22:30:15.650Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273729205,"owners_count":25157379,"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-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"crazyguitar","name":"CHANG-NING TSAI","uuid":"3689606","kind":"user","description":"","email":"","website":"https://crazyguitar.me","location":"Mountain View","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3689606?v=4","repositories_count":633,"last_synced_at":"2023-08-02T21:39:17.783Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/crazyguitar","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-05T21:59:52.669Z","updated_at":"2023-08-02T21:39:18.245Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar/repositories"},"packages":[{"id":11698251,"name":"github.com/crazyguitar/pysheeet","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/crazyguitar/pysheeet","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2025-05-27T16:31:24.000Z","latest_release_published_at":"2025-05-27T16:31:24.000Z","latest_release_number":"v1.0.0","last_synced_at":"2025-09-04T17:51:12.473Z","created_at":"2025-05-28T06:26:03.504Z","updated_at":"2025-09-05T08:22:52.277Z","registry_url":"https://pkg.go.dev/github.com/crazyguitar/pysheeet","install_command":"go get github.com/crazyguitar/pysheeet","documentation_url":"https://pkg.go.dev/github.com/crazyguitar/pysheeet#section-documentation","metadata":{},"repo_metadata":{"id":38374149,"uuid":"52760178","full_name":"crazyguitar/pysheeet","owner":"crazyguitar","description":"Python Cheat Sheet","archived":false,"fork":false,"pushed_at":"2025-09-04T17:35:33.000Z","size":3796,"stargazers_count":8103,"open_issues_count":14,"forks_count":1221,"subscribers_count":204,"default_branch":"master","last_synced_at":"2025-09-04T17:38:27.074Z","etag":null,"topics":["cheatsheet","python","python-2","python-3"],"latest_commit_sha":null,"homepage":"https://www.pythonsheets.com","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/crazyguitar.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"crazyguitar"}},"created_at":"2016-02-29T03:09:22.000Z","updated_at":"2025-09-04T17:35:37.000Z","dependencies_parsed_at":"2023-10-03T23:30:10.623Z","dependency_job_id":"94e12098-1e82-4f8f-8b5a-7de3628c2b0c","html_url":"https://github.com/crazyguitar/pysheeet","commit_stats":{"total_commits":976,"total_committers":47,"mean_commits":20.76595744680851,"dds":0.2848360655737705,"last_synced_commit":"84d50fcc05df211261fa7f24397dcf089032a571"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/crazyguitar/pysheeet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar","download_url":"https://codeload.github.com/crazyguitar/pysheeet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/sbom","scorecard":{"id":307767,"data":{"date":"2025-08-11","repo":{"name":"github.com/crazyguitar/pysheeet","commit":"dbb724085aaa549e212e29de8603c698b1043729"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/19 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pythonpackage.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":"Maintained","score":5,"reason":"7 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":"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/pythonpackage.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/crazyguitar/pysheeet/pythonpackage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/crazyguitar/pysheeet/pythonpackage.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction 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":"Vulnerabilities","score":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-hc5x-x2vx-497g","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: GHSA-48p4-8xcf-vxj5","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v"],"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 23 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-17T22:30:15.650Z","repository_id":38374149,"created_at":"2025-08-17T22:30:15.650Z","updated_at":"2025-08-17T22:30:15.650Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273729205,"owners_count":25157379,"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-05T02:00:09.113Z","response_time":402,"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":"crazyguitar","name":"CHANG-NING TSAI","uuid":"3689606","kind":"user","description":"","email":"","website":"https://crazyguitar.me","location":"Mountain View","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3689606?v=4","repositories_count":633,"last_synced_at":"2023-08-02T21:39:17.783Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/crazyguitar","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-05T21:59:52.669Z","updated_at":"2023-08-02T21:39:18.245Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazyguitar/repositories"},"tags":[{"name":"v1.0.0","sha":"fa9a670c6a94c355eaa2231e93c1a7aceaed7a2e","kind":"commit","published_at":"2025-05-27T16:31:24.000Z","download_url":"https://codeload.github.com/crazyguitar/pysheeet/tar.gz/v1.0.0","html_url":"https://github.com/crazyguitar/pysheeet/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/crazyguitar/pysheeet@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-05T08:22:52.276Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.807004531283771,"dependent_packages_count":5.441509219438237,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.624256875361004},"purl":"pkg:golang/github.com/crazyguitar/pysheeet","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/crazyguitar/pysheeet","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/crazyguitar/pysheeet","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/crazyguitar/pysheeet/dependencies","status":null,"funding_links":["https://github.com/sponsors/crazyguitar"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-04T14:36:20.379Z","issues_count":28,"pull_requests_count":106,"avg_time_to_close_issue":5246524.705882353,"avg_time_to_close_pull_request":2456476.2696629213,"issues_closed_count":17,"pull_requests_closed_count":89,"pull_request_authors_count":33,"issue_authors_count":22,"avg_comments_per_issue":1.75,"avg_comments_per_pull_request":1.0377358490566038,"merged_pull_requests_count":73,"bot_issues_count":0,"bot_pull_requests_count":38,"past_year_issues_count":0,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":6527130.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/issues","maintainers":[{"login":"crazyguitar","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crazyguitar"}],"active_maintainers":[{"login":"crazyguitar","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crazyguitar"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcrazyguitar%2Fpysheeet/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcrazyguitar%2Fpysheeet/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcrazyguitar%2Fpysheeet/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcrazyguitar%2Fpysheeet/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1952121,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":1777751,"full_name":"crazyguitar/pysheeet","default_branch":"master","committers":[{"name":"chang-ning","email":"spiderpower02@gmail.com","login":"crazyguitar","count":701},{"name":"dependabot-preview[bot]","email":"27856297+dependabot-preview[bot]","login":"dependabot-preview[bot]","count":94},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":74},{"name":"dependabot[bot]","email":"support@dependabot.com","login":"dependabot-support","count":33},{"name":"snyk-bot","email":"snyk-bot@snyk.io","login":"snyk-bot","count":12},{"name":"FooBarQuaxx","email":"mabidi6@gmail.com","login":"FooBarQuaxx","count":10},{"name":"bzd111","email":"zxc@gogogozxc.xyz","login":null,"count":6},{"name":"Denis Veselov","email":"progr-m@yandex.ru","login":"saippuakauppias","count":5},{"name":"be-rock","email":"15165956+be-rock","login":"be-rock","count":3},{"name":"cntsai","email":"cntsai@synology.com","login":null,"count":2},{"name":"Edgard Decena","email":"edecena@gmail.com","login":"ejdecena","count":2},{"name":"pengyao","email":"pengyao@pengyao.org","login":"pengyao","count":2},{"name":"HSU,SHU-HSUAN","email":"ssarcandy@gmail.com","login":"SSARCandy","count":1},{"name":"Greg Walden","email":"gswalden","login":"gswalden","count":1},{"name":"Gavinkaa","email":"31143057+Gavinkaa","login":"Gavinkaa","count":1},{"name":"Esmail","email":"esmail","login":"esmail","count":1},{"name":"Duncan Betts","email":"DuncanBetts","login":"DuncanBetts","count":1},{"name":"Bejoy Mathew","email":"bejoygm@gmail.com","login":"bejoygm","count":1},{"name":"Akhil9804884357","email":"72178811+Akhil9804884357","login":"Akhil9804884357","count":1},{"name":"Shubham Dang","email":"shubham@voereir.com","login":null,"count":1},{"name":"tanaydin sirin","email":"tanaydin@boomset.com","login":null,"count":1},{"name":"Andrew Grinevich","email":"agrynevich@minsk.ximxim.com","login":null,"count":1},{"name":"Aleksey Nakoryakov","email":"alfnak@smart.space","login":null,"count":1},{"name":"lanf0n","email":"lanfon72@gmail.com","login":"lanfon72","count":1},{"name":"demi","email":"demi@grepp.co","login":"me-jordankim","count":1},{"name":"cclauss","email":"cclauss@me.com","login":"cclauss","count":1},{"name":"caimaoy","email":"caimaoy@gmail.com","login":"caimaoy","count":1},{"name":"awesomeniac","email":"awesomeniac","login":"awesomeniac","count":1},{"name":"Yazin","email":"yazinsai","login":"yazinsai","count":1},{"name":"Vladislav Zavadskyy","email":"16824835+VladislavZavadskyy","login":"VladislavZavadskyy","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Steely Wing","email":"steelywing","login":"steelywing","count":1},{"name":"Simon Leinen (SWITCH)","email":"simon.leinen@switch.ch","login":"sleinen","count":1},{"name":"Shiv Tathe","email":"76526542+shivnathtathe","login":"shivnathtathe","count":1},{"name":"Olivier DOSSMANN","email":"git@dossmann.net","login":"blankoworld","count":1},{"name":"Mr.Blue","email":"silverhugh.77@gmail.com","login":"hughplay","count":1},{"name":"Lilian Besson","email":"Naereen","login":"Naereen","count":1},{"name":"Konstantin Manna","email":"Konstantin@Manna.uno","login":"pheanex","count":1},{"name":"Kim Oliver Drechsel","email":"kim@drechsel.xyz","login":"kimdre","count":1},{"name":"John W. O'Brien","email":"john@saltant.com","login":"neirbowj","count":1},{"name":"John Belmonte","email":"john@neggie.net","login":"belm0","count":1},{"name":"nyo-wa","email":"41015607+nyo-wa","login":"nyo-wa","count":1},{"name":"onstring","email":"yanshi.403@gmail.com","login":"onstring","count":1},{"name":"rishi","email":"rishicomplex","login":"rishicomplex","count":1},{"name":"sufuf3","email":"sufuf3@gmail.com","login":"sufuf3","count":1},{"name":"⁣ Florian Best","email":"spaceone","login":"spaceone","count":1}],"total_commits":978,"total_committers":46,"total_bot_commits":201,"total_bot_committers":3,"mean_commits":21.26086956521739,"dds":0.28323108384458073,"past_year_committers":[{"name":"snyk-bot","email":"snyk-bot@snyk.io","login":"snyk-bot","count":7},{"name":"rishi","email":"rishicomplex","login":"rishicomplex","count":1}],"past_year_total_commits":8,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.125,"last_synced_at":"2025-04-14T05:32:27.768Z","last_synced_commit":"de7d733afd5114cea945cf49915a8b48d962b504","created_at":"2024-09-20T17:18:22.752Z","updated_at":"2025-04-14T05:32:28.930Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"crazyguitar/pysheeet","html_url":"https://github.com/crazyguitar/pysheeet","last_synced_at":"2025-09-04T14:36:20.379Z","status":null,"issues_count":28,"pull_requests_count":106,"avg_time_to_close_issue":5246524.705882353,"avg_time_to_close_pull_request":2456476.2696629213,"issues_closed_count":17,"pull_requests_closed_count":89,"pull_request_authors_count":33,"issue_authors_count":22,"avg_comments_per_issue":1.75,"avg_comments_per_pull_request":1.0377358490566038,"merged_pull_requests_count":73,"bot_issues_count":0,"bot_pull_requests_count":38,"past_year_issues_count":0,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":6527130.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":6,"created_at":"2024-09-20T17:18:22.869Z","updated_at":"2025-09-04T14:36:20.381Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazyguitar%2Fpysheeet/issues","issue_labels_count":{"feature":7,"good first issue":4,"bug":1},"pull_request_labels_count":{"dependencies":38,"python":4},"issue_author_associations_count":{"NONE":17,"OWNER":7,"CONTRIBUTOR":4},"pull_request_author_associations_count":{"CONTRIBUTOR":69,"OWNER":26,"NONE":11},"issue_authors":{"crazyguitar":7,"bibinmjose":1,"hobob0t":1,"pinguin999":1,"mingrammer":1,"clozinski":1,"r-mueller":1,"sleinen":1,"a-b":1,"wasnio":1,"chrysn":1,"flying-sheep":1,"dufferzafar":1,"neirbowj":1,"heljhumenad":1,"jihaonew":1,"whtitefall":1,"jbarlow83":1,"gamesbook":1,"bzd111":1,"cclauss":1,"damnever":1},"pull_request_authors":{"crazyguitar":26,"dependabot-preview[bot]":23,"dependabot[bot]":15,"FooBarQuaxx":9,"pengyao":2,"heljhumenad":2,"rishicomplex":2,"liamkirsh":2,"blakev":1,"bejoygm":1,"bargool":1,"DuncanBetts":1,"naveenarun":1,"hughplay":1,"JasonnnW3000":1,"sufuf3":1,"0x66656c6978":1,"VladislavZavadskyy":1,"lanfon72":1,"Derfirm":1,"neirbowj":1,"oriontvv":1,"pheanex":1,"blankoworld":1,"tanaydin":1,"belm0":1,"sleinen":1,"zeroYhero":1,"caimaoy":1,"spaceone":1,"onstring":1,"steelywing":1,"Naereen":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10095926,"issues_count":31397479,"pull_requests_count":97150418,"authors_count":10700329,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":4,"python":4},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"OWNER":7,"CONTRIBUTOR":5,"NONE":4},"past_year_issue_authors":{},"past_year_pull_request_authors":{"crazyguitar":7,"dependabot[bot]":4,"liamkirsh":2,"rishicomplex":2,"JasonnnW3000":1},"maintainers":[{"login":"crazyguitar","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crazyguitar"}],"active_maintainers":[{"login":"crazyguitar","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crazyguitar"}]},"events":{"total":{"WatchEvent":163,"DeleteEvent":3,"PushEvent":53,"PullRequestReviewEvent":2,"PullRequestEvent":25,"ForkEvent":26,"CreateEvent":7},"last_year":{"WatchEvent":163,"DeleteEvent":3,"PushEvent":53,"PullRequestReviewEvent":2,"PullRequestEvent":25,"ForkEvent":26,"CreateEvent":7}},"keywords":["cheatsheet","python","python-2","python-3"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-08T20:47:31.850Z","updated_at":"2022-07-08T20:47:31.850Z","repository_link":"https://github.com/crazyguitar/pysheeet/blob/master/requirements.txt","dependencies":[{"id":124641210,"package_name":"bandit","ecosystem":"pypi","requirements":"==1.7.2","direct":true,"kind":"runtime","optional":false},{"id":124641211,"package_name":"coverage","ecosystem":"pypi","requirements":"==6.4.1","direct":true,"kind":"runtime","optional":false},{"id":124641212,"package_name":"coveralls","ecosystem":"pypi","requirements":"==3.3.1","direct":true,"kind":"runtime","optional":false},{"id":124641213,"package_name":"Flask","ecosystem":"pypi","requirements":"==2.1.2","direct":true,"kind":"runtime","optional":false},{"id":124641214,"package_name":"Flask-SSLify","ecosystem":"pypi","requirements":"==0.1.5","direct":true,"kind":"runtime","optional":false},{"id":124641215,"package_name":"Flask-Testing","ecosystem":"pypi","requirements":"==0.8.1","direct":true,"kind":"runtime","optional":false},{"id":124641216,"package_name":"Flask-SeaSurf","ecosystem":"pypi","requirements":"==1.1.1","direct":true,"kind":"runtime","optional":false},{"id":124641217,"package_name":"flask-talisman","ecosystem":"pypi","requirements":"==1.0.0","direct":true,"kind":"runtime","optional":false},{"id":124641218,"package_name":"gunicorn","ecosystem":"pypi","requirements":"==20.1.0","direct":true,"kind":"runtime","optional":false},{"id":124641219,"package_name":"pycodestyle","ecosystem":"pypi","requirements":"==2.8.0","direct":true,"kind":"runtime","optional":false},{"id":124641220,"package_name":"pydocstyle","ecosystem":"pypi","requirements":"==6.1.1","direct":true,"kind":"runtime","optional":false},{"id":124641221,"package_name":"requests","ecosystem":"pypi","requirements":"==2.28.1","direct":true,"kind":"runtime","optional":false},{"id":124641222,"package_name":"Sphinx","ecosystem":"pypi","requirements":"==5.0.2","direct":true,"kind":"runtime","optional":false},{"id":124641223,"package_name":"Werkzeug","ecosystem":"pypi","requirements":"==2.0.3","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pythonpackage.yml","sha":null,"kind":"manifest","created_at":"2023-02-14T11:31:53.443Z","updated_at":"2023-02-14T11:31:53.443Z","repository_link":"https://github.com/crazyguitar/pysheeet/blob/master/.github/workflows/pythonpackage.yml","dependencies":[{"id":7657172819,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7657172820,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":null,"created_at":"2025-09-04T15:51:16.955Z","updated_at":"2025-10-07T08:17:09.500Z","avatar_url":"https://github.com/crazyguitar.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":0,"funding_links":["https://github.com/sponsors/crazyguitar"],"readme_doi_urls":["https://doi.org/10.5281/zenodo.15529042"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["cryptocurrencies","yolov5s","closember","profiler","optimizing-compiler","jax","static-analysis","embedded","distributed","annotation"],"project_url":"https://science.ecosyste.ms/api/v1/projects/42113","html_url":"https://science.ecosyste.ms/projects/42113","bibtex_url":"https://science.ecosyste.ms/projects/42113/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/42113/export.apalike"}