Metadata-Version: 2.1
Name: pynvme
Version: 2.1.1
Summary: builds your own tests.
Home-page: https://github.com/pynvme/pynvme
Author: Crane Chu
Author-email: cranechu@gmail.com
License: UNKNOWN
Description: <img src="https://github.com/pynvme/pynvme/raw/master/doc/logo.jpg" width="256" align="right" />
        
        # pynvme: builds your own tests.
        
        [![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/pynvme/pynvme/blob/master/LICENSE)
        [![Release](https://img.shields.io/github/release/cranechu/pynvme.svg)](https://github.com/pynvme/pynvme/releases)
        
        Pynvme is an user-space NVMe test driver with Python API. It is an open, fast, and extensible solution for SSD developers and test engineers to build their own tests intuitively.
        
        ## Features
        
        1. access PCI configuration space
        1. access NVMe registers in BAR space
        1. send any NVMe admin/IO commands
        1. support callback functions for NVMe commands
        1. support MSI/MSIx interrupts
        1. transparent checksum verification on every LBA
        1. generates IO workload of high performance and low latency
        1. support multiple namespaces
        1. support multiple tests on different controllers
        1. integrate with pytest
        1. integrate with VSCode to display cmdlog in GUI
        1. support NVMe over TCP targets
        
        ## Links
        
        ### Repositories
        * GitHub: [https://github.com/pynvme/pynvme](https://github.com/pynvme/pynvme)
        * Mirror: [https://gitee.com/pynvme/pynvme](https://gitee.com/pynvme/pynvme)
        * conformance test suite: [https://github.com/pynvme/conformance](https://github.com/pynvme/conformance)
        
        ### Documents
        
        * Web: [https://pynvme.readthedocs.io/](https://pynvme.readthedocs.io/)
        * PDF: [https://buildmedia.readthedocs.org/media/pdf/pynvme/latest/pynvme.pdf](https://buildmedia.readthedocs.org/media/pdf/pynvme/latest/pynvme.pdf)
        * 简介: [link](https://raw.githubusercontent.com/cranechu/pynvme/master/doc/_static/pynvme_flyer.pdf)
        * 21天pynvme之旅: [link](https://github.com/pynvme/pynvme/wiki)
        
        ### Presentation
        
        * Introduction: [pynvme builds your own tests.](https://raw.githubusercontent.com/cranechu/pynvme/master/doc/_static/pynvme_builds_your_own_tests.pdf)
        * SPDK PRC Summit 2019, Beijing. Why SSD Developers Need Pynvme and Why Pynvme Needs SPDK. [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), [video](https://www.youtube.com/watch?v=Zg-vliodKx0).
        * SDC2020. Pynvme: an Open, Fast and Extensible NVMe SSD Test Tool. [pdf](https://raw.githubusercontent.com/cranechu/pynvme/master/doc/_static/pynvme_chu_sdc2020.pdf), [video](https://www.youtube.com/watch?v=Yoru7vzVyL8).
          
        ## Contact
        For more technical support and consultation, please send email to: cranechu@gmail.com
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5
Description-Content-Type: text/markdown
