https://github.com/arturogonzalezm/train_simulator
https://github.com/arturogonzalezm/train_simulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arturogonzalezm/train_simulator
- Owner: arturogonzalezm
- License: mit
- Created: 2024-06-11T04:37:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T06:55:47.000Z (11 months ago)
- Last Synced: 2025-01-02T08:14:38.142Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/arturogonzalezm/train_simulator)
[](https://github.com/arturogonzalezm/train_simulator/actions/workflows/workflow.yml)
[](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```