inputs


Nameinputs JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://github.com/zeth/inputs
SummaryCross-platform Python support for keyboards, mice and gamepads.
upload_time2018-10-05 22:38:14
maintainer
docs_urlNone
authorZeth
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Inputs
======

    .. image:: https://raw.githubusercontent.com/zeth/inputs/master/devices.png

**Inputs** aims to provide cross-platform Python support for keyboards, mice and gamepads.

Install
-------

Install through pypi::

    pip install inputs

Or download the whole repository from github::

    git clone https://github.com/zeth/inputs.git
    cd inputs
    python setup.py install

About
-----

The inputs module provides an easy way for your Python program to
listen for user input.

Currently supported platforms are Linux (including the Raspberry Pi
and Chromebooks in developer mode), Windows and the Apple Mac.

Python versions supported are all versions of Python 3 and your
granddad's Python 2.7.

To get started quickly, just use the following::

    from inputs import devices

For more information, read the documentation at ReadTheDocs_

(Also available in the docs directory of the repository)

To get involved with inputs, please visit the github project at:

    https://github.com/zeth/inputs


.. _ReadTheDocs: https://inputs.readthedocs.io/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zeth/inputs",
    "name": "inputs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Zeth",
    "author_email": "theology@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d1/cd/5f434220920f76eb73d19bb7aab8d857445f40aa642718e6e51e850cd663/inputs-0.5.tar.gz",
    "platform": "",
    "description": "Inputs\n======\n\n    .. image:: https://raw.githubusercontent.com/zeth/inputs/master/devices.png\n\n**Inputs** aims to provide cross-platform Python support for keyboards, mice and gamepads.\n\nInstall\n-------\n\nInstall through pypi::\n\n    pip install inputs\n\nOr download the whole repository from github::\n\n    git clone https://github.com/zeth/inputs.git\n    cd inputs\n    python setup.py install\n\nAbout\n-----\n\nThe inputs module provides an easy way for your Python program to\nlisten for user input.\n\nCurrently supported platforms are Linux (including the Raspberry Pi\nand Chromebooks in developer mode), Windows and the Apple Mac.\n\nPython versions supported are all versions of Python 3 and your\ngranddad's Python 2.7.\n\nTo get started quickly, just use the following::\n\n    from inputs import devices\n\nFor more information, read the documentation at ReadTheDocs_\n\n(Also available in the docs directory of the repository)\n\nTo get involved with inputs, please visit the github project at:\n\n    https://github.com/zeth/inputs\n\n\n.. _ReadTheDocs: https://inputs.readthedocs.io/\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Cross-platform Python support for keyboards, mice and gamepads.",
    "version": "0.5",
    "project_urls": {
        "Homepage": "https://github.com/zeth/inputs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d094040a0d9c81f018c39bd887b7b825013b024deb0a6c795f9524797e2cd41b",
                "md5": "e303fe82878cf5b67204bbd0c894d48e",
                "sha256": "13f894564e52134cf1e3862b1811da034875eb1f2b62e6021e3776e9669a96ec"
            },
            "downloads": -1,
            "filename": "inputs-0.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e303fe82878cf5b67204bbd0c894d48e",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 33630,
            "upload_time": "2018-10-05T22:38:28",
            "upload_time_iso_8601": "2018-10-05T22:38:28.280094Z",
            "url": "https://files.pythonhosted.org/packages/d0/94/040a0d9c81f018c39bd887b7b825013b024deb0a6c795f9524797e2cd41b/inputs-0.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1cd5f434220920f76eb73d19bb7aab8d857445f40aa642718e6e51e850cd663",
                "md5": "965ee1770ac2550f7493ef2875b2d277",
                "sha256": "a31d5b96a3525f1232f326be9e7ce8ccaf873c6b1fb84d9f3c9bc3d79b23eae4"
            },
            "downloads": -1,
            "filename": "inputs-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "965ee1770ac2550f7493ef2875b2d277",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33393,
            "upload_time": "2018-10-05T22:38:14",
            "upload_time_iso_8601": "2018-10-05T22:38:14.206016Z",
            "url": "https://files.pythonhosted.org/packages/d1/cd/5f434220920f76eb73d19bb7aab8d857445f40aa642718e6e51e850cd663/inputs-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-10-05 22:38:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zeth",
    "github_project": "inputs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "inputs"
}
        
Elapsed time: 0.12640s