Metadata-Version: 2.1
Name: liburing
Version: 2020.2.26
Summary: This is a Python + CFFI wrapper around Liburing C library, which is a helper to setup and tear-down io_uring instances.
Home-page: https://github.com/YoSTEALTH/Liburing
Author: STEALTH
License: UNKNOWN
Description: Liburing
        ========
        
        This is a Python + CFFI wrapper around Liburing C library, which is a helper to setup and tear-down ``io_uring`` instances.
        
        Read how to use `Liburing`_ (pdf)
        
        
        Requires
        --------
        
            - Linux 5.5+
            - Python 3.6+
        
        
        Includes
        --------
        
            - liburing 0.5.0
        
        
        Install, update & uninstall (Alpha)
        -----------------------------------
        
        Use `pip`_ to install, upgrade & uninstall Python wrapper:
        
        .. code-block:: text
        
            pip install liburing
        
            pip install --upgrade liburing
        
            pip uninstall liburing
        
        
        To find out all the functions and definitions:
        
        .. code-block:: text
            
            import liburing
        
            help(liburing)
        
        
        License
        -------
        Free, Public Domain (CC0). `Read more`_
        
        
        TODO
        ----
        
            - create more test
            - Development Status :: 4 - Beta
            - create example
            - Development Status :: 5 - Production/Stable
            
        
        .. _pip: https://pip.pypa.io/en/stable/quickstart/
        .. _Read more: https://github.com/YoSTEALTH/Liburing/blob/master/LICENSE.txt
        .. _Liburing: https://kernel.dk/io_uring.pdf
        
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
