Metadata-Version: 1.1
Name: pifacerelayplus
Version: 0.2.4
Summary: The PiFace Relay Plus module.
Home-page: http://piface.github.io/pifacerelayplus/
Author: Thomas Preston
Author-email: thomas.preston@openlx.org.uk
License: GPLv3+
Description: pifacerelayplus
        ===============
        The PiFace Relay Plus module.
        
        
        Documentation
        =============
        [http://pifacerelayplus.readthedocs.org/](http://pifacerelayplus.readthedocs.org/)
        
        You can also find the documentation and some examples installed at:
        
            /usr/share/doc/python3-pifacerelayplus/
        
        
        Install
        =======
        Aptitude
        --------
        Try this first:
        
            sudo apt-get update
            sudo apt-get install python{,3}-pifacerelayplus
        
        Debian Package
        --------------
        Download the debian package from [here](https://github.com/piface/pifacerelayplus/releases) and install with:
        
            $ dpkg -i python3-pifacerelayplus-0.2.0-1_all.deb
        
        You may need to download and install the latest release of
        [pifacecommon](https://github.com/piface/pifacecommon/releases) and reboot.
        Change Log
        ==========
        
        v0.2.4
        ------
        - Fixed bug when using the 'Relay' Plus-Board where the 'relay_port'
          property would not be set correctly.
        - Fixed simplewebcontrol to return proper json as well
        v0.2.3
        ------
        - Added MANIFEST.in with readme and changelog and added setup.py for PyPI
        
        v0.2.2
        ------
        - Added simplewebcontrol.
        
        v0.2.1
        ------
        - Fixed bug with default GPIO configs for when there is no 'Extra Board'.
        
        v0.2.0
        ------
        - Introduced new way of handling of inputs/outputs on plus-boards: x-port
          and y-port.
        - Added MotorForwardReverseError and MotorTooSoonError.
        
        v0.1.1
        ------
        - Fixed motors.
        - Fixed relay extender (for relay board initialisation).
        
        v0.1.0
        ------
        - Inital structure.
        
Keywords: piface relay plus raspberrypi openlx
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: pifacecommon (>=4.0.0)
