Metadata-Version: 2.1
Name: pynvme
Version: 1.4
Summary: test NVMe devices in Python
Home-page: https://github.com/cranechu/pynvme
Author: Crane Chu
Author-email: cranechu@gmail.com
License: UNKNOWN
Description: # pynvme: test NVMe devices in Python.
        
        [![Status](https://img.shields.io/gitlab/pipeline/cranechu/pynvme.svg)](https://gitlab.com/cranechu/pynvme/pipelines)
        [![Document](https://readthedocs.org/projects/pynvme/badge/?version=latest)](https://pynvme.readthedocs.io)
        [![License](https://img.shields.io/github/license/cranechu/pynvme.svg)](https://github.com/cranechu/pynvme/blob/master/LICENSE)
        [![Release](https://img.shields.io/github/release/cranechu/pynvme.svg)](https://github.com/cranechu/pynvme/releases)
        
        <a href="http://www.youtube.com/watch?feature=player_embedded&v=NH6LmLSzjAs" target="_blank"><img align="right" src="https://github.com/cranechu/pynvme/raw/master/doc/logo.jpg" title="watch introduction video" alt="pynvme: test NVMe devices in Python" width="240" border="0" /></a>
        
        The pynvme is a python extension module. Users can test NVMe devices intuitively in Python scripts. It is designed for NVMe storage developers with performance considered. Integrated with third-party tools (e.g. vscode and pytest), pynvme provides a convenient and professional solution of NVMe testing.
        
        ## Features:
        1. access PCI configuration space
        2. access NVMe registers in BAR space
        3. send any NVMe admin/IO commands
        4. callback functions are supported
        5. MSIx interrupt is supported
        6. transparent checksum verification for each LBA
        7. IOWorker generates high-performance IO
        8. integrated with pytest
        9. integrated with VSCode
        10. test multiple controllers, namespaces and qpairs simultaneously
        11. test NVMe over TCP targets
        
        ## Links:
        * GitHub: https://github.com/cranechu/pynvme
        * Document: https://pynvme.readthedocs.io/
        * PDF: https://buildmedia.readthedocs.org/media/pdf/pynvme/latest/pynvme.pdf
        * Presentation: SPDK PRC Summit 2019, Beijing.  
          [02_Presentation_26_Why_SSD_Developers_Need_Pynvme_and_Why_Pynvme_Needs_SPDK_Crane.pdf](https://raw.githubusercontent.com/cranechu/pynvme/master/doc/_static/02_Presentation_26_Why_SSD_Developers_Need_Pynvme_and_Why_Pynvme_Needs_SPDK_Crane.pdf)
        
Platform: UNKNOWN
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5
Description-Content-Type: text/markdown
