Metadata-Version: 2.4
Name: xnvme
Version: 0.7.5
Summary: xNVMe Cython and ctypes language-bindings for Python
Home-page: https://github.com/xnvme/xnvme
Author: Simon A. F. Lund
Author-email: os@safl.dk
License: Apache License, Version 2.0
Project-URL: Bug Tracker, https://github.com/xnvme/xnvme/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: setuptools>=40.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

=========================
 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/xnvme/xnvme/tree/next
.. _repository: https://github.com/xnvme/xnvme
.. _pull-requests: https://github.com/xnvme/xnvme/pulls
