Metadata-Version: 2.1
Name: jaraco.input
Version: 2.0.0
Summary: Hardware input support
Home-page: https://github.com/jaraco/jaraco.input
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7
Requires-Dist: six
Requires-Dist: pyglet
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (!=3.7.3,>=3.5) ; extra == 'testing'
Requires-Dist: pytest-checkdocs ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'

.. image:: https://img.shields.io/pypi/v/jaraco.input.svg
   :target: https://pypi.org/project/jaraco.input

.. image:: https://img.shields.io/pypi/pyversions/jaraco.input.svg

.. image:: https://img.shields.io/travis/jaraco/jaraco.input/master.svg
   :target: https://travis-ci.org/jaraco/jaraco.input

.. .. image:: https://img.shields.io/appveyor/ci/jaraco/jaraco-input/master.svg
..    :target: https://ci.appveyor.com/project/jaraco/jaraco-input/branch/master

.. image:: https://readthedocs.org/projects/jaracoinput/badge/?version=latest
   :target: https://jaracoinput.readthedocs.io/en/latest/?badge=latest

An early implementation of an input support library.
It currently implements support for an XBox 360 controller in Windows
and for a generic Linux joystick, both using the pyglet event model.


