{"id":23978657,"url":"https://github.com/simmsb/aiofizzbuzz","last_synced_at":"2025-10-08T03:59:00.940Z","repository":{"id":94007267,"uuid":"89144998","full_name":"simmsb/aiofizzbuzz","owner":"simmsb","description":"An asynchronous implementation of fizzbuzz","archived":false,"fork":false,"pushed_at":"2017-04-23T15:53:47.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T00:03:14.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simmsb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-23T13:45:32.000Z","updated_at":"2021-08-11T23:05:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"345ce29e-4039-4d40-b60b-9f36f88f3246","html_url":"https://github.com/simmsb/aiofizzbuzz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simmsb/aiofizzbuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Faiofizzbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Faiofizzbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Faiofizzbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Faiofizzbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simmsb","download_url":"https://codeload.github.com/simmsb/aiofizzbuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Faiofizzbuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278886411,"owners_count":26062975,"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-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-01-07T08:19:07.503Z","updated_at":"2025-10-08T03:59:00.908Z","avatar_url":"https://github.com/simmsb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aiofizzbuzz [![Build Status](https://travis-ci.org/nitros12/aiofizzbuzz.svg?branch=master)](https://travis-ci.org/nitros12/aiofizzbuzz)\nAn asynchronous implementation of fizzbuzz\n\n# Installation\nTo install aiofizzbuzz use the following command\n`python3 -m pip install -U git+git://github.com/nitros12/aiofizzbuzz@master`\n\n# Example Usage\n```python\nimport asyncio\nfrom aiofizzbuzz import AioFizzBuzz\n\nloop = asyncio.get_event_loop()\n\nasync def main():\n  async for i in AioFizzBuzz(1, 101):\n    print(i)\n\nloop.run_until_complete(main())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimmsb%2Faiofizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimmsb%2Faiofizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimmsb%2Faiofizzbuzz/lists"}