Skip to content
Snippets Groups Projects

python-libevdev - Python wrapper for libevdev

This project is still under heavy development. Until further notice, expect non-fast-forward pushes to master

libevdev is a wrapper library for evdev devices written in C. This project is a Python wrapper around libevdev, taking advantage of libevdev's advanced event handling. For information about libevdev see here: https://freedesktop.org/wiki/Software/libevdev/

Source code

The source code of python-libevdev can be found at: http://github.com/whot/python-libevdev

License

python-libevdev is licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: [...]

See the COPYING file for the full license information.

TODO

  • logging hooks and logging priority
  • libevdev_get_repeat
  • error handling is almost nonexistent