Metadata-Version: 2.1
Name: sumo-simulator
Version: 0.1.0
Summary: A traffic simulator package for controlling vehicles in SUMO
Home-page: https://github.com/yourusername/sumo_simulator
Author: Your Name
Author-email: your.email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: traci ; platform_python_implementation == "CPython"
Provides-Extra: dev
Requires-Dist: pytest (>=6.0) ; extra == 'dev'

# sumo_simulator

A Python package for controlling vehicles in SUMO (Simulation of Urban MObility). This package provides basic vehicle control functions like running, stopping, lane changing, and more.

## Features

- **Run and stop vehicles:** Control vehicle speed in the simulation.
- **Lane changes:** Change lanes for the specified vehicles.
- **Route updates:** Modify the vehicle routes during the simulation.
- **Support for conditional TraCI:** Real-time control using TraCI is available if installed.

## Installation

1. Clone the repository or download the package.

   ```bash
   git clone https://github.com/yourusername/sumo_simulator.git
   cd sumo_simulator


