LICENSE
README.md
pyproject.toml
src/evrex/__init__.py
src/evrex/config.py
src/evrex/results.py
src/evrex.egg-info/PKG-INFO
src/evrex.egg-info/SOURCES.txt
src/evrex.egg-info/dependency_links.txt
src/evrex.egg-info/requires.txt
src/evrex.egg-info/top_level.txt
src/evrex/core/__init__.py
src/evrex/core/adoption.py
src/evrex/core/charging.py
src/evrex/core/degradation.py
src/evrex/core/grid_impact.py
src/evrex/core/integration.py
src/evrex/core/v2g.py
src/evrex/data/__init__.py
src/evrex/data/battery_cost.py
src/evrex/data/iea.py
src/evrex/data/osm.py
src/evrex/data/world_bank.py
tests/test_adoption.py
tests/test_analysis.py
tests/test_data.py