summaryrefslogtreecommitdiff
path: root/README.md
blob: 7e653192e3935e96bf2e8c767d2888a1f4bd8a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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`.