Metadata-Version: 1.1
Name: PedalPi-Raspberry-Physical
Version: 0.2.0
Summary: Implementation of components that gpiozero does not yet support
Home-page: https://github.com/PedalPi/Raspberry-Physical
Author: Paulo Mateus Moura da Silva (SrMouraSilva)
Author-email: mateus.moura@hotmail.com
License: Apache Software License v2
Description: Raspberry-Physical
        ==================
        
        |Code Health|
        
        Raspberry-Physical has implementations of components that gpiozero does
        not yet implemented.
        
        Components
        ----------
        
        * `Seven Segments Display <https://github.com/PedalPi/Raspberry-Physical/issues/4>`__:
          There are Seven segment display projects for gpiozero. So soon this
          API will be deprecated
        
          * `python-gpiozero#issue-357 <https://github.com/RPi-Distro/python-gpiozero/issues/357>`__
          * `python-gpiozero#issue-485 <https://github.com/RPi-Distro/python-gpiozero/issues/485>`__
        
        * `LCD 16x02 <https://github.com/PedalPi/Raspberry-Physical/issues/3>`__
        * `Rotary Encoder <https://github.com/PedalPi/Raspberry-Physical/issues/1>`__:
          There is Rotary Encoder project for gpiozero. So soon this API will
          be deprecated
        
          * `python-gpiozero#issue-392 <https://github.com/RPi-Distro/python-gpiozero/issues/392>`__
        
        Install
        -------
        
        .. code:: bash
        
            pip install PedalPi-Raspberry-Physical
        
        Using
        -----
        
        TODO - Add documentation
        
        .. |Code Health| image:: https://landscape.io/github/PedalPi/Raspberry-Physical/master/landscape.svg?style=flat-square
           :target: https://landscape.io/github/PedalPi/Raspberry-Physical/master
        
Keywords: pedal-pi raspberry gpiozero
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
