Metadata-Version: 2.1
Name: DCC-EX_py
Version: 0.0.2
Summary: TODO
Author-email: Kaiden Richardson <kaidencr@gmail.com>
License: MIT License
Keywords: DCC-EX_py
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: all
Requires-Dist: DCC-EX-py[extra] ; extra == 'all'
Provides-Extra: extra

# DCC-EX_py


[![image](https://img.shields.io/pypi/v/DCC-EX_py.svg)](https://pypi.python.org/pypi/DCC-EX_py)


A simple way to connect to your DCC-EX controlled model railroad using python code without having to write DCC-EX commands in manually.

[DCC-EX](https://dcc-ex.com/#gsc.tab=0) is an Arduino powered DIY tool for running DCC model trains on a layout.
This package wraps the protocol described in the [DCC-EX Native Command Detailed Reference](https://dcc-ex.com/reference/software/command-reference.html#gsc.tab=0) to be easy to use from python code.


-   Free software: MIT License
-   Documentation: https://github.com/Zenith08/DCC-EX_py/wiki

This package is in early development, breaking changes may happen until it is marked version 1.0.

## Features

-   Connects to a DCC-EX base station and wraps commands to make automating layouts easier.
-   Parses feedback from the command station and provides callbacks for important events.
-   TODO (Will get documentation and examples later)

<sub><sup>This project is not an official DCC-EX project nor is it endorsed by them. I just used the name that best decribes the funcionality and will change it if it creates issues.</sup></sub>
