An open API service indexing awesome lists of open source software.

https://github.com/arturogonzalezm/train_simulator


https://github.com/arturogonzalezm/train_simulator

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![codecov](https://codecov.io/gh/arturogonzalezm/train_simulator/graph/badge.svg?token=dfLOL5Ys5q)](https://codecov.io/gh/arturogonzalezm/train_simulator)
[![PyLint](https://github.com/arturogonzalezm/train_simulator/actions/workflows/workflow.yml/badge.svg)](https://github.com/arturogonzalezm/train_simulator/actions/workflows/workflow.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)
# Train Simulator

```bash
train_simulator/

├── tests/
│ ├── __init__.py
│ ├── test_journey.py
│ └── test_network.py
├── src/
│ ├── __init__.py
│ ├── exceptions.py
│ ├── journey.py
│ ├── network.py
│ ├── strategies.py
│ ├── utils.py
│ └── constants.py
├── data/
│ └── routes_0.csv
├── main.py
├── README.md
└── requirements.txt

```