.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/checks.yml
docs/api.rst
docs/conf.py
docs/index.rst
examples/simple_asyncio_blocking.py
examples/simple_polled_blocking.py
examples/simple_trio.py
src/uhid/__init__.py
src/uhid.egg-info/PKG-INFO
src/uhid.egg-info/SOURCES.txt
src/uhid.egg-info/dependency_links.txt
src/uhid.egg-info/requires.txt
src/uhid.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_asyncio_blocking.py
tests/test_polled_blocking.py
tests/test_trio.py