Metadata-Version: 1.1
Name: Adafruit_SSD1306
Version: 1.6.2
Summary: Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.
Home-page: https://github.com/adafruit/Adafruit_Python_SSD1306/
Author: Tony DiCola
Author-email: tdicola@adafruit.com
License: MIT
Description: 
        Adafruit Python SSD1306
        =======================
        
        Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.
        
        Designed specifically to work with the Adafruit SSD1306-based OLED displays ----> https://www.adafruit.com/categories/98
        
        Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
        
        Installing
        ----------
        
        ```
        sudo python -m pip install --upgrade pip setuptools wheel
        sudo pip install Adafruit-SSD1306
        ```
        
        Or alternatively:
        
        ```
        sudo python -m pip install --upgrade pip setuptools wheel
        git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git
        cd Adafruit_Python_SSD1306
        sudo python setup.py install
        ```
        
        Copying
        -------
        
        Written by Tony DiCola for Adafruit Industries.
        MIT license, all text above must be included in any redistribution
        
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
