Metadata-Version: 2.2
Name: pigamepad
Version: 0.1.0
Summary: Gamepad interface for Raspberry Pi (and other linux systems)
Author-Email: Julian Stirling <julian@julianstirling.co.uk>
License: GPL-3.0-only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: ruff~=0.15.1; extra == "dev"
Requires-Dist: mypy[reports]; extra == "dev"
Requires-Dist: codespell~=2.4; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Description-Content-Type: text/markdown

# PiGamePad

For using a gamepad on a Raspberry Pi. This package is designed to be simple to use, but not super powerful. It also works on other Linux machines.

All pads should work, only the SNES and N64 controllers have button definitions so far.

## Installation

To install run:

    pip install pigamepad
