Metadata-Version: 1.1
Name: dccpi
Version: 1.0.0
Summary: A Python NMRA DCC protocol implementation for RaspberryPi
Home-page: https://github.com/hsanjuan/dccpi
Author: Hector Sanjuan
Author-email: hector@convivencial.org
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 GPIO pins.
        
        It is based on the:
         - `S-91 Electrical Standard <http://www.nmra.org/sites/default/files/standards/sandrp/pdf/s-9.1_electrical_standards_2006.pdf>`_
         - `S-92 DCC Communications Standard <http://www.nmra.org/sites/default/files/s-92-2004-07.pdf>`_
        
        Please visit the github page for more information: https://github.com/hsanjuan/dccpi.
        
Keywords: dcc,nmra,pi,raspberry,modelling,train,decoder
Platform: UNKNOWN
Classifier: Programming Language :: Python
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
