Metadata-Version: 2.4
Name: smartfleet-simulator
Version: 0.1.0
Summary: Reusable library for simulating vehicle fleet telemetry
Author: Satvik T M
Author-email: satvikw007@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# fleet-simulator-satvik25159712

Reusable Python library for simulating delivery vehicle fleet telemetry.
Generates GPS, speed, fuel and engine temperature readings and posts
them to AWS API Gateway.

## Install
pip install fleet-simulator-satvik25159712

## Quick start
from fleet_simulator_pkg import FleetSimulator
sim = FleetSimulator()
sim.run(dry_run=True, max_ticks=5)
