Metadata-Version: 2.4
Name: libnfb-ext-python
Version: 0.1.1
Summary: Python extension for libnfb — implement NFB device backends in Python
Author: Martin Spinler
Author-email: Martin Spinler <spinler@cesnet.cz>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/CESNET/ndk-sw
Project-URL: Documentation, https://cesnet.github.io/ndk-sw/
Project-URL: Repository, https://github.com/CESNET/ndk-sw
Project-URL: Bug Tracker, https://github.com/CESNET/ndk-sw/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Cython
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: fdt
Requires-Dist: nfb
Dynamic: author
Dynamic: license-file

Installation
------------

libnfb_ext_python package requires nfb package for build.
The wanted nfb package is probably not available in ordinary way, so
local (venv) installation via pip can be done for example like this:

# current directory is root of this git repository
$ pip wheel -w ./localwhldir ./pynfb/
$ pip install --find-links ./localwhldir ./ext/libnfb_ext_python/
