evdev


Nameevdev JSON
Version 1.7.0 PyPI version JSON
download
home_page
SummaryBindings to the Linux input handling subsystem
upload_time2024-02-18 21:17:04
maintainer
docs_urlhttps://pythonhosted.org/evdev/
author
requires_python>=3.6
licenseCopyright (c) 2012-2023 Georgi Valkov. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords evdev input uinput
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *evdev*
-------

This package provides bindings to the generic input event interface in
Linux. The *evdev* interface serves the purpose of passing events
generated in the kernel directly to userspace through character
devices that are typically located in ``/dev/input/``.

This package also comes with bindings to *uinput*, the userspace input
subsystem. *Uinput* allows userspace programs to create and handle
input devices that can inject events directly into the input
subsystem.

Documentation:
    https://python-evdev.readthedocs.io/en/latest/

Development:
    https://github.com/gvalkov/python-evdev

Package:
    https://pypi.python.org/pypi/evdev

Changelog:
    https://python-evdev.readthedocs.io/en/latest/changelog.html

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "evdev",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/evdev/",
    "requires_python": ">=3.6",
    "maintainer_email": "Tobi <proxima@sezanzeb.de>",
    "keywords": "evdev,input,uinput",
    "author": "",
    "author_email": "Georgi Valkov <georgi.t.valkov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/0c/c87b141250a650ee53d4e9957e905b17c144cda6dc4187cbe89a641a1b34/evdev-1.7.0.tar.gz",
    "platform": null,
    "description": "*evdev*\n-------\n\nThis package provides bindings to the generic input event interface in\nLinux. The *evdev* interface serves the purpose of passing events\ngenerated in the kernel directly to userspace through character\ndevices that are typically located in ``/dev/input/``.\n\nThis package also comes with bindings to *uinput*, the userspace input\nsubsystem. *Uinput* allows userspace programs to create and handle\ninput devices that can inject events directly into the input\nsubsystem.\n\nDocumentation:\n    https://python-evdev.readthedocs.io/en/latest/\n\nDevelopment:\n    https://github.com/gvalkov/python-evdev\n\nPackage:\n    https://pypi.python.org/pypi/evdev\n\nChangelog:\n    https://python-evdev.readthedocs.io/en/latest/changelog.html\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2012-2023 Georgi Valkov. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Bindings to the Linux input handling subsystem",
    "version": "1.7.0",
    "project_urls": {
        "Homepage": "https://github.com/gvalkov/python-evdev"
    },
    "split_keywords": [
        "evdev",
        "input",
        "uinput"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f30cc87b141250a650ee53d4e9957e905b17c144cda6dc4187cbe89a641a1b34",
                "md5": "ef6d242ed75a92f93022b8715c4c8fe5",
                "sha256": "95bd2a1e0c6ce2cd7a2ecc6e6cd9736ff794b3ad5cb54d81d8cbc2e414d0b870"
            },
            "downloads": -1,
            "filename": "evdev-1.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef6d242ed75a92f93022b8715c4c8fe5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 30178,
            "upload_time": "2024-02-18T21:17:04",
            "upload_time_iso_8601": "2024-02-18T21:17:04.893159Z",
            "url": "https://files.pythonhosted.org/packages/f3/0c/c87b141250a650ee53d4e9957e905b17c144cda6dc4187cbe89a641a1b34/evdev-1.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 21:17:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gvalkov",
    "github_project": "python-evdev",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "evdev"
}
        
Elapsed time: 0.22401s