Metadata-Version: 1.2
Name: xnvme
Version: 0.7.3
Summary: xNVMe Cython and ctypes language-bindings for Python
Home-page: https://github.com/OpenMPDK/xNVMe
Author: Simon A. F. Lund
Author-email: os@safl.dk
License: Apache License, Version 2.0
Project-URL: Bug Tracker, https://github.com/OpenMPDK/xNVMe/issues
Description: =========================
         xNVMe Python interfaces
        =========================
        
        xNVMe provides a raw mapping of the C API to Python via ctypes, these are
        referred to as the Python bindings. 
        
        For additional information see:
        
        * The online docs_ for the latest released version
        * The ``docs/python`` folder on the next_ branch of the repository_ for the
          upcoming release
        * The ``docs/python/`` folder in the repository_ on any outstanding pull-requests_.
        
        .. _docs: https://xnvme.io/docs/latest/python
        .. _next: https://github.com/OpenMPDK/xNVMe/tree/next
        .. _repository: https://github.com/OpenMPDK/xNVMe
        .. _pull-requests: https://github.com/OpenMPDK/xNVMe/pulls
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
