Metadata-Version: 2.1
Name: uhid
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Filipe Laíns
Author-email: lains@archlinux.org
License: MIT
Project-URL: homepage, https://github.com/FFY00/python-uhid
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: System :: Operating System Kernels :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Requires-Dist: furo (>=2020.11.19b18) ; extra == 'docs'
Requires-Dist: sphinx (~=3.0) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (>=1.10) ; extra == 'docs'
Requires-Dist: sphinxcontrib-trio (>=1.1.0) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-timeout ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: pytest-trio ; extra == 'test'
Requires-Dist: ioctl (>=0.2.1) ; extra == 'test'
Provides-Extra: trio
Requires-Dist: trio ; extra == 'trio'

# python-uhid

![checks](https://github.com/FFY00/python-uhid/workflows/checks/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/python-uhid/badge/?version=latest)](https://python-uhid.readthedocs.io/en/latest/?badge=latest)

Pure Python typed UHID wrapper

UHID is a Linux API to create virtual HID devices.
See the [official UHID documentation](https://www.kernel.org/doc/Documentation/hid/uhid.txt).


