Metadata-Version: 1.1
Name: skywriter
Version: 0.0.7
Summary: Skywriter HAT Driver
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Description: Skywriter
        =========
        
        Support code and API library for the Skywriter Raspberry Pi HAT and breakout board.
        
        ##Quick-Install
        
        If you're using Skywriter on a Raspberry Pi, you can use our quick installer to get everything set up and configured for you. Just open up LXTerminal and type:
        
        ```
        curl -sSL get.pimoroni.com/skywriter | bash
        ```
        
        ##Step-by-Step Install
        
        ###Pre-Requisites
        
        Skywriter needs i2c enabled, you can use raspi-config to do this, or run:
        
        ```
        curl -sSL get.pimoroni.com/i2c | bash
        ```
        
        You'll also need to install smbus:
        
        ```
        sudo apt-get install python-smbus
        ```
        
        ###Installation
        
        ####From pip
        
        ```
        sudo apt-get install python-pip
        sudo pip install skywriter
        ```
        
        ####From source
        
        Clone this library, make your way into this directory:
        
        ```
        git clone https://github.com/pimoroni/skywriter-hat
        cd skywriter-hat/python/library
        ```
            
        And then install the library with:
        
        ```
        sudo python setup.py install
        ```
        Changelog
        ---------
        
        0.0.7 - Removed dependency upon smbus, tweak to Pi version detection
        
Keywords: Raspberry Pi Skywriter Gesture HAT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: System :: Hardware
