Metadata-Version: 1.1
Name: dccpi
Version: 1.3.0
Summary: A Python NMRA DCC protocol implementation for RaspberryPi
Home-page: https://github.com/hsanjuan/dccpi
Author: Hector Sanjuan
Author-email: code@hector.link
License: GNU General Public License v3 (GPLv3)
Description: ==================================================================
        NRMA Digital Command Control (DCC) implementation for Raspberry Pi
        ==================================================================
        
        This module implements the DCC protocol for controlling model trains using a
        Raspberry Pi.
        
        It is able to output direction and speed DCC-encoded packets on one of the
        RPi GPIO pins. It needs WiringPi libraries to work.
        
        Please visit the github page for more information:
        https://github.com/hsanjuan/dccpi.
        
Keywords: dcc,nrma,pi,raspberry,modelling,train,decoder,command,station,loco,locomotive
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
