{"id":20030623,"url":"https://github.com/peterding/mugen","last_synced_at":"2025-05-05T03:32:54.959Z","repository":{"id":57443895,"uuid":"69882967","full_name":"PeterDing/mugen","owner":"PeterDing","description":"Mugen - HTTP for Asynchronous Requests","archived":false,"fork":false,"pushed_at":"2023-12-11T13:56:21.000Z","size":126,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-24T05:46:27.838Z","etag":null,"topics":["asynchronous","http","library","requests"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PeterDing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-10-03T15:17:03.000Z","updated_at":"2024-08-04T23:53:33.000Z","dependencies_parsed_at":"2023-12-04T10:26:28.414Z","dependency_job_id":"714aa75f-3d4f-4bda-84a8-09ef591b2c0b","html_url":"https://github.com/PeterDing/mugen","commit_stats":{"total_commits":102,"total_committers":1,"mean_commits":102.0,"dds":0.0,"last_synced_commit":"f6415106eb9f462b0c58c976a38700a787956d81"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDing%2Fmugen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDing%2Fmugen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDing%2Fmugen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeterDing%2Fmugen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeterDing","download_url":"https://codeload.github.com/PeterDing/mugen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252435569,"owners_count":21747457,"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":["asynchronous","http","library","requests"],"created_at":"2024-11-13T09:27:22.765Z","updated_at":"2025-05-05T03:32:54.586Z","avatar_url":"https://github.com/PeterDing.png","language":"Python","readme":"## Mugen - HTTP for Asynchronous Requests\n\nMugen is library for http asynchronous requests.\n\nOnly running on Python ^3.7\n\nok, code demo:\n\n```python\nimport asyncio\nimport mugen\n\nasync def task():\n    url = 'https://www.google.com'\n    resp = await mugen.get(url)\n    print(resp.text)\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(task())\n```\n\nSee, [Documention](https://peterding.github.io/mugen-docs/).\n\n\u003e Mugen is a name from _Samurai Champloo_ (サムライチャンプル, 混沌武士)\n\n### Feature Support\n\n- Keep-Alive \u0026 Connection Pooling\n- DNS cache\n- Sessions with Cookie Persistence\n- Automatic Decompression\n- Automatic Content Decoding\n- HTTP(S)/SOCKS5 Proxy Support\n- Connection Timeouts\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterding%2Fmugen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterding%2Fmugen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterding%2Fmugen/lists"}