Metadata-Version: 2.1
Name: keybow
Version: 0.0.2
Summary: Keybow 3 and 12 key, backlit mechanical keyboard add-ons for the Raspberry Pi
Home-page: https://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Project-URL: GitHub, https://www.github.com/pimoroni/keybow-python
Keywords: Raspberry Pi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Description-Content-Type: text/markdown
Requires-Dist: setuptools (>=30.4.0)

# Keybow
## 3 and 12 key, backlit mechanical keyboard add-ons for the Raspberry Pi

[![Build Status](https://travis-ci.com/pimoroni/keybow-python.svg?branch=master)](https://travis-ci.com/pimoroni/keybow-python)
[![Coverage Status](https://coveralls.io/repos/github/pimoroni/keybow-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/keybow-python?branch=master)
[![PyPi Package](https://img.shields.io/pypi/v/keybow.svg)](https://pypi.python.org/pypi/keybow)
[![Python Versions](https://img.shields.io/pypi/pyversions/keybow.svg)](https://pypi.python.org/pypi/keybow)

# Installing

Stable library from PyPi:

* Just run `sudo pip install keybow`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/keybow-python`
* `cd keybow-python`
* `sudo ./install.sh`


# Changelog
0.0.2
-----

* Bug: Fixed order of LEDs for Keybow Mini
* Overhauled packaging to use setup.cfg

0.0.1
-----

* Initial Release


