Metadata-Version: 1.1
Name: gamepad
Version: 0.1.0
Summary: An asynchronous (threaded) API for interfacing with gamepads.
Home-page: https://github.com/DariusMontez/gamepad
Author: Darius Montez
Author-email: darius.montez@gmail.com
License: MIT license
Description: ==================
        Python Gamepad API
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/gamepad.svg
                :target: https://pypi.python.org/pypi/gamepad
        
        .. image:: https://img.shields.io/travis/DariusMontez/gamepad.svg
                :target: https://travis-ci.org/DariusMontez/gamepad
        
        .. image:: https://readthedocs.org/projects/gamepad/badge/?version=latest
                :target: https://pygamepad.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        An asynchronous (threaded) API for interfacing with gamepads.
        
        
        * Free software: MIT license
        * Documentation: https://pygamepad.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-03-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: gamepad
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
