Metadata-Version: 2.1
Name: fanshim
Version: 0.0.1
Summary: Python library for the Pimoroni Fan Shim for 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/fanshim-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
Requires-Dist: plasmalights

Fan Shim
========

|Build Status| |Coverage Status| |PyPi Package| |Python Versions|

Installing
==========

Stable library from PyPi:

-  Just run ``sudo pip install fanshim``

Latest/development library from GitHub:

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

.. |Build Status| image:: https://travis-ci.com/pimoroni/fanshim-python.svg?branch=master
   :target: https://travis-ci.com/pimoroni/fanshim-python
.. |Coverage Status| image:: https://coveralls.io/repos/github/pimoroni/fanshim-python/badge.svg?branch=master
   :target: https://coveralls.io/github/pimoroni/fanshim-python?branch=master
.. |PyPi Package| image:: https://img.shields.io/pypi/v/fanshim.svg
   :target: https://pypi.python.org/pypi/fanshim
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/fanshim.svg
   :target: https://pypi.python.org/pypi/fanshim

0.0.1
-----

* Initial Release


