AUTHORS.rst
CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
co2mpas.egg-info/PKG-INFO
co2mpas.egg-info/SOURCES.txt
co2mpas.egg-info/dependency_links.txt
co2mpas.egg-info/entry_points.txt
co2mpas.egg-info/not-zip-safe
co2mpas.egg-info/requires.txt
co2mpas.egg-info/top_level.txt
compas/__init__.py
compas/__main__.py
compas/_version.py
compas/co2mpas_template.xlsx
compas/dispatcher/__init__.py
compas/dispatcher/constants.py
compas/dispatcher/draw.py
compas/dispatcher/read_write.py
compas/dispatcher/utils/__init__.py
compas/dispatcher/utils/alg.py
compas/dispatcher/utils/dsp.py
compas/dispatcher/utils/gen.py
compas/functions/__init__.py
compas/functions/gf_torque.py
compas/functions/plot.py
compas/functions/read_inputs.py
compas/functions/write_outputs.py
compas/functions/physical/__init__.py
compas/functions/physical/final_drive.py
compas/functions/physical/torque_converter.py
compas/functions/physical/utils.py
compas/functions/physical/vehicle.py
compas/functions/physical/wheels.py
compas/functions/physical/constants/NEDC.py
compas/functions/physical/constants/__init__.py
compas/functions/physical/electrics/__init__.py
compas/functions/physical/electrics/electrics_prediction.py
compas/functions/physical/engine/__init__.py
compas/functions/physical/engine/co2_emission.py
compas/functions/physical/gear_box/AT_gear.py
compas/functions/physical/gear_box/__init__.py
compas/functions/physical/gear_box/thermal.py
compas/models/__init__.py
compas/models/physical/__init__.py
compas/models/physical/final_drive.py
compas/models/physical/torque_converter.py
compas/models/physical/vehicle.py
compas/models/physical/wheels.py
compas/models/physical/electrics/__init__.py
compas/models/physical/electrics/electrics_prediction.py
compas/models/physical/engine/__init__.py
compas/models/physical/engine/co2_emission.py
compas/models/physical/gear_box/AT_gear.py
compas/models/physical/gear_box/__init__.py
compas/models/physical/gear_box/thermal.py
compas/samples/co2mpas_example_1_full_data.xlsx
compas/samples/co2mpas_example_2_wltp_high_only.xlsx
compas/samples/co2mpas_example_3_wltp_low_only.xlsx
compas/samples/co2mpas_example_4_baseline_no_battery_currents.xlsx
compas/samples/co2mpas_example_5_baseline_no_gears.xlsx
doc/_ext/__init__.py
doc/_ext/autosummary.py
doc/_ext/dsp_directive.py
requirements/dev.pip
requirements/exe.conda
requirements/exe.pip
tests/dispatcher/__init__.py
tests/dispatcher/test_dispatcher.py
tests/dispatcher/test_draw.py
tests/dispatcher/test_read_write.py
tests/dispatcher/docs/__init__.py
tests/dispatcher/docs/test_autodispatcher.py
tests/dispatcher/docs/util.py
tests/dispatcher/docs/root/__init__.py
tests/dispatcher/docs/root/autodoc_fodder.py
tests/dispatcher/docs/root/autodoc_missing_imports.py
tests/dispatcher/docs/root/conf.py
tests/dispatcher/docs/root/ext.py
tests/dispatcher/docs/root/parsermod.py
tests/dispatcher/docs/root/special/__init__.py
tests/dispatcher/docs/root/special/code.py
tests/dispatcher/utils/__init__.py
tests/dispatcher/utils/test_alg.py
tests/dispatcher/utils/test_dsp.py
tests/dispatcher/utils/test_gen.py
tests/functions/__init__.py
tests/functions/test_gear_box.py