An open API service indexing awesome lists of open source software.

https://github.com/ffy00/python-ioctl

Pure python typed Linux ioctl & ioctl interfaces implementation
https://github.com/ffy00/python-ioctl

hacktoberfest hid hidraw ioctl linux python python-ioctl

Last synced: 9 months ago
JSON representation

Pure python typed Linux ioctl & ioctl interfaces implementation

Awesome Lists containing this project

README

          

# python-ioctl ![checks](https://github.com/FFY00/python-ioctl/workflows/checks/badge.svg)

Pure python typed Linux ioctl & ioctl interfaces implementation

### Suported interfaces

- hidraw

### Development

We use [mypy](http://mypy-lang.org/) to run static checks in scripts, and
[pre-commit](https://pre-commit.com/) to run misc checks. Install the pre-commit
hook with `pre-commit install`.