Metadata-Version: 2.1
Name: kLoop
Version: 0.0.1
Summary: An asyncio event loop using Linux io_uring and kTLS.
Home-page: https://github.com/fantix/kloop
Author: Fantix King
Author-email: fantix.king@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/fantix/kloop/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# kLoop

kLoop is an implementation of the Python asyncio event loop written in Cython,
using io_uring and kTLS features of the Linux kernel, open-sourced and released
under the MulanPSL - 2.0 license.


