{"id":25349545,"url":"https://github.com/starrfox/asyncchain","last_synced_at":"2025-04-08T20:51:06.291Z","repository":{"id":57412068,"uuid":"294272453","full_name":"StarrFox/asyncchain","owner":"StarrFox","description":"Small python library to allow \"async chaining\"","archived":false,"fork":false,"pushed_at":"2023-12-15T20:33:11.000Z","size":7,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T16:49:46.421Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarrFox.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":"2020-09-10T01:39:50.000Z","updated_at":"2023-02-03T18:30:03.000Z","dependencies_parsed_at":"2025-02-14T16:43:26.185Z","dependency_job_id":"99040142-d190-491a-84ce-a9b055006ab2","html_url":"https://github.com/StarrFox/asyncchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fasyncchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fasyncchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fasyncchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarrFox%2Fasyncchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarrFox","download_url":"https://codeload.github.com/StarrFox/asyncchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927305,"owners_count":21019506,"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","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-02-14T16:43:22.703Z","updated_at":"2025-04-08T20:51:06.274Z","avatar_url":"https://github.com/StarrFox.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asyncchain\nSmall python library to allow \"async chaining\"\n\n\n## Usage\n```py\nimport asyncio\n\nfrom asyncchain import ChainMeta\n\n\nclass Target(metaclass=ChainMeta):\n    async def first(self):\n        print(\"first\")\n\n    async def second(self):\n        print(\"second\")\n\n\nasync def main():\n    my_target = Target()\n\n    await my_target.first().second()\n\n\nif __name__ == \"__main__\":\n    asyncio.run(main())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fasyncchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarrfox%2Fasyncchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarrfox%2Fasyncchain/lists"}