Metadata-Version: 2.1
Name: liburing
Version: 2020.2.8
Summary: This is a Python 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 wrapper around liburing library, which is a helper to setup and tear-down io_uring instances.
        
        
        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
        
        
        License
        -------
        Free, No limit what so ever. `Read more`_
        
        
        TODO
        ----
        
            - Add more liburing functions
            - 'Development Status :: 3 - Alpha',
            - 'Development Status :: 4 - Beta',
            - 'Development Status :: 5 - Production/Stable',
            - Needs testing.
            - Create more test
            - Create example
        
        .. _pip: https://pip.pypa.io/en/stable/quickstart/
        .. _Read more: https://github.com/YoSTEALTH/Liburing/blob/master/LICENSE.txt
        .. _liburing: https://git.kernel.dk/cgit/liburing/
        
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
