LICENSE
README.md
pyproject.toml
src/r5py/__init__.py
src/r5py/__main__.py
src/r5py.egg-info/PKG-INFO
src/r5py.egg-info/SOURCES.txt
src/r5py.egg-info/dependency_links.txt
src/r5py.egg-info/requires.txt
src/r5py.egg-info/top_level.txt
src/r5py/r5/__init__.py
src/r5py/r5/access_leg.py
src/r5py/r5/base_travel_time_matrix_computer.py
src/r5py/r5/breakdown_stat.py
src/r5py/r5/detailed_itineraries_computer.py
src/r5py/r5/direct_leg.py
src/r5py/r5/egress_leg.py
src/r5py/r5/regional_task.py
src/r5py/r5/scenario.py
src/r5py/r5/street_layer.py
src/r5py/r5/transfer_leg.py
src/r5py/r5/transit_layer.py
src/r5py/r5/transit_leg.py
src/r5py/r5/transport_mode.py
src/r5py/r5/transport_network.py
src/r5py/r5/travel_time_matrix_computer.py
src/r5py/r5/trip.py
src/r5py/r5/trip_leg.py
src/r5py/r5/trip_planner.py
src/r5py/util/__init__.py
src/r5py/util/camel_to_snake_case.py
src/r5py/util/classpath.py
src/r5py/util/config.py
src/r5py/util/contains_gtfs_data.py
src/r5py/util/data_set.py
src/r5py/util/data_validation.py
src/r5py/util/exceptions.py
src/r5py/util/good_enough_equidistant_crs.py
src/r5py/util/jvm.py
src/r5py/util/memory_footprint.py
src/r5py/util/parse_int_date.py
src/r5py/util/snake_to_camel_case.py
src/r5py/util/validating_requests_session.py
src/r5py/util/warnings.py
tests/test_breakdownstats.py
tests/test_camel_to_snake_case.py
tests/test_classpath.py
tests/test_config.py
tests/test_contains_gtfs_data.py
tests/test_data_set.py
tests/test_data_validation.py
tests/test_detailed_itineraries_computer.py
tests/test_deterministic_behaviour.py
tests/test_good_enough_equidistant_crs.py
tests/test_java_casting.py
tests/test_memory_footprint.py
tests/test_parse_int_date.py
tests/test_regional_task.py
tests/test_snake_to_camel_case.py
tests/test_street_layer.py
tests/test_transit_layer.py
tests/test_transport_mode.py
tests/test_transport_network.py
tests/test_travel_time_matrix_computer.py
tests/test_trip.py
tests/test_trip_leg.py
tests/test_trip_planner.py
tests/test_validating_request_session.py
tests/test_verbose_warnings.py