Metadata-Version: 2.1
Name: pyLionChief
Version: 1.0.0
Summary: Module for controlling Lionel LionChief series trains
Home-page: https://github.com/thetestgame/pyLionChief
Author: Jordan Maxwell
Maintainer: Jordan Maxwell
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# PyLionChief

PyLionChief is an open-source project that aims to provide Python access to the Lionel's LionChief line of trains.

## Installation

PyLionChief can be installed using `pip`, or by downloading the source code and running the `setup.py` script.

### Installing with pip

To install PyLionChief using `pip`, simply run:

```
pip install pylionchief
```

### Installing from source

To install PyLionChief from source, follow these steps:

1. Download the source code from the [GitHub repository](https://github.com/thetestgame/pyLionChief).
2. Extract the contents of the archive to a directory of your choice.
3. Navigate to the directory containing the `setup.py` script.
4. Run the following command:

```
python setup.py install
```

## Examples

PyLionChief comes with a few examples to help users get started. These examples can be found under the `examples` directory in the repository root.

## License
PyLionChief is released under the MIT license. See the LICENSE file for more details.
