Metadata-Version: 2.4
Name: gtfs4ev
Version: 0.2.1
Summary: A Python framework for simulating electric bus operations and charging demand using GTFS data
Author: Jérémy Dumoulin
Author-email: jeremy.dumoulin@epfl.ch
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas==2.2.3
Requires-Dist: numpy==2.2.4
Requires-Dist: shapely==2.1.0
Requires-Dist: rasterio==1.4.3
Requires-Dist: osmnx==2.0.2
Requires-Dist: folium==0.19.5
Requires-Dist: pvlib==0.11.0
Requires-Dist: timezonefinder==6.5.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

GTFS4EV is an open-source Python tool for planning public bus electrification using GTFS data. It provides a modular workflow that includes GTFS data pre-processing, fleet operation simulation, and scenario-based charging. Additional features include GTFS data filtering, PV integration potential, ex-post impact analysis, flexible charging strategies, spatial visualization, and dual usage as a CLI or Python library. For more information and examples, see the [GTFS4EV GitHub repository](https://github.com/gtfs4ev/gtfs4ev).
