{"id":19268556,"url":"https://github.com/qweeze/uring_file","last_synced_at":"2025-04-21T20:31:50.609Z","repository":{"id":53258905,"uuid":"309090973","full_name":"qweeze/uring_file","owner":"qweeze","description":"Asynchronous file I/O with io_uring and asyncio","archived":false,"fork":false,"pushed_at":"2021-02-19T15:31:36.000Z","size":10,"stargazers_count":28,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T15:50:17.421Z","etag":null,"topics":["asyncio","liburing","python"],"latest_commit_sha":null,"homepage":"","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/qweeze.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}},"created_at":"2020-11-01T12:28:32.000Z","updated_at":"2025-02-23T02:05:31.000Z","dependencies_parsed_at":"2022-08-13T02:30:32.815Z","dependency_job_id":null,"html_url":"https://github.com/qweeze/uring_file","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/qweeze%2Furing_file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qweeze%2Furing_file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qweeze%2Furing_file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qweeze%2Furing_file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qweeze","download_url":"https://codeload.github.com/qweeze/uring_file/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250128218,"owners_count":21379472,"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":["asyncio","liburing","python"],"created_at":"2024-11-09T20:16:41.513Z","updated_at":"2025-04-21T20:31:50.348Z","avatar_url":"https://github.com/qweeze.png","language":"Python","readme":"### Requires\n\n- python 3.8+\n- linux kernel 5.7+\n\n### Usage\n\n```python\nf = uring_file.File('hello.txt')\nawait f.open(os.O_CREAT | os.O_WRONLY)\nawait f.write(b'hello\\nworld')\nawait f.close()\n\n# or as a context manager:\nasync with uring_file.open('hello.txt') as f:\n    async for line in f:\n        print(line)\n```\n\n### Links\n\n- [Python wrapper](https://github.com/YoSTEALTH/Liburing) for liburing\n- [Lord of the io_uring](https://unixism.net/loti/) tutorial\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqweeze%2Furing_file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqweeze%2Furing_file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqweeze%2Furing_file/lists"}