Skip to content

JavaScriptDude/python-uinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libsuinput
==========

Uinput allows attaching user-space device drivers into the Linux
kernel. However, it is pretty low level from the application
developers perspective. This library provides a set of helper
functions for making the uinput usage easier.

General information
-------------------

- Author:     [Tuomas Jorma Juhani Räsänen](http://tjjr.fi) <tuomas.rasanen@tjjr.fi>
- Homepage:   <http://tjjr.fi/projects/libsuinput>
- License:    GPLv3+ (see COPYING for details)
- Version:    0.4
- Bugs:       <http://bugs.launchpad.net/libsuinput>
- Tarball:    <http://launchpad.net/libsuinput/trunk/0.4/+download/libsuinput-0.4.tar.gz>
- Repository: <http://github.com/tuos/libsuinput>

Build requirements
------------------

- libudev-dev

Runtime requirements
--------------------

- libudev0
- uinput-module installed
- write permissions to `/dev/uinput`

About

Pythonic API to Linux uinput module

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 57.5%
  • C 40.2%
  • Makefile 1.4%
  • Other 0.9%