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
- Host: GitHub
- URL: https://github.com/ffy00/python-ioctl
- Owner: FFY00
- License: mit
- Created: 2020-08-07T01:02:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T19:27:20.000Z (10 months ago)
- Last Synced: 2025-03-25T12:22:35.138Z (9 months ago)
- Topics: hacktoberfest, hid, hidraw, ioctl, linux, python, python-ioctl
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-ioctl 
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`.