{"id":32385389,"url":"https://github.com/rockem/busypie","last_synced_at":"2026-02-06T08:20:32.937Z","repository":{"id":36656836,"uuid":"229114211","full_name":"rockem/busypie","owner":"rockem","description":"Expressive busy-waiting for Python","archived":false,"fork":false,"pushed_at":"2024-06-05T05:46:45.000Z","size":102,"stargazers_count":24,"open_issues_count":8,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T23:44:08.536Z","etag":null,"topics":["asynchronous","busywait","python","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rockem.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-19T18:20:18.000Z","updated_at":"2025-08-27T07:39:18.000Z","dependencies_parsed_at":"2024-02-25T06:59:17.447Z","dependency_job_id":"3d0e52a7-23d6-418c-ae37-f3ab87aae203","html_url":"https://github.com/rockem/busypie","commit_stats":{"total_commits":53,"total_committers":5,"mean_commits":10.6,"dds":"0.13207547169811318","last_synced_commit":"4ac316e08733c3ded5107039d751351515ff76bb"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/rockem/busypie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockem%2Fbusypie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockem%2Fbusypie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockem%2Fbusypie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockem%2Fbusypie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockem","download_url":"https://codeload.github.com/rockem/busypie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockem%2Fbusypie/sbom","scorecard":{"id":781774,"data":{"date":"2025-08-11","repo":{"name":"github.com/rockem/busypie","commit":"2faef0cd2a7b5e94e267d47adcd83a6a2f1f7d8b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"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":"Code-Review","score":2,"reason":"Found 6/29 approved changesets -- score normalized to 2","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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/publish-to-pypi.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/rockem/busypie/publish-to-pypi.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/rockem/busypie/publish-to-pypi.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/rockem/busypie/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/rockem/busypie/test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:19","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:30","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 19 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-23T05:04:38.088Z","repository_id":36656836,"created_at":"2025-08-23T05:04:38.088Z","updated_at":"2025-08-23T05:04:38.088Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280897699,"owners_count":26409960,"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-10-25T02:00:06.499Z","response_time":81,"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"}},"keywords":["asynchronous","busywait","python","testing"],"created_at":"2025-10-25T02:51:14.293Z","updated_at":"2026-02-06T08:20:32.931Z","avatar_url":"https://github.com/rockem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/rockem/busypie/master/docs/source/_static/busypie_logo.png\" alt=\"logo\" width=\"120\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eEasy and expressive busy-waiting for Python\u003c/strong\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/rockem/busypie/actions/workflows/test.yml\"\u003e\n        \u003cimg src=\"https://github.com/rockem/busypie/actions/workflows/test.yml/badge.svg?branch=master\" alt=\"tests badge\"/\u003e\n        \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/busypie/\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/busypie\" alt=\"pypi version\"/\u003e\n    \u003c/a\u003e\n  \u003ca href=\"https://github.com/rockem/busypie/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"http://img.shields.io/:license-apache2.0-blue.svg\" alt=\"license badge\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nAlthough you typically wouldn't want to do much busy-waiting in your production code,\ntesting is a different matter. When testing asynchronous systems,\nit's very helpful to wait for some scenario to finish its course.\n**busypie** helps you perform busy waiting easily and expressively.\n\n## Installation\n\n```bash\npip install busypie\n```\n\n## Quickstart\n\nMost typical usage will be in test, when we have a scenario\nthat requires us to wait for something to happen.\n\n```python\nfrom busypie import wait, SECOND\n\ndef test_create_user():\n    create_user_from(USER_DETAILS)\n    wait().at_most(2, SECOND).until(lambda: is_user_exists(USER_DETAILS))\n```\n\n## Documentation\n\n* [Installation](https://busypie.readthedocs.io/en/latest/install.html)\n* [Usage Guide](https://busypie.readthedocs.io/en/latest/index.html)\n\n## Links\n\nThis project drew a lot of inspiration from [Awaitility](https://github.com/awaitility/awaitility).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockem%2Fbusypie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockem%2Fbusypie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockem%2Fbusypie/lists"}