LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
src/lru-cache/include/lru/cache-tags.hpp
src/lru-cache/include/lru/cache.hpp
src/lru-cache/include/lru/entry.hpp
src/lru-cache/include/lru/error.hpp
src/lru-cache/include/lru/insertion-result.hpp
src/lru-cache/include/lru/iterator-tags.hpp
src/lru-cache/include/lru/key-statistics.hpp
src/lru-cache/include/lru/lowercase.hpp
src/lru-cache/include/lru/lru.hpp
src/lru-cache/include/lru/statistics.hpp
src/lru-cache/include/lru/timed-cache.hpp
src/lru-cache/include/lru/wrap.hpp
src/lru-cache/include/lru/internal/base-cache.hpp
src/lru-cache/include/lru/internal/base-iterator.hpp
src/lru-cache/include/lru/internal/base-ordered-iterator.hpp
src/lru-cache/include/lru/internal/base-unordered-iterator.hpp
src/lru-cache/include/lru/internal/callback-manager.hpp
src/lru-cache/include/lru/internal/definitions.hpp
src/lru-cache/include/lru/internal/hash.hpp
src/lru-cache/include/lru/internal/information.hpp
src/lru-cache/include/lru/internal/last-accessed.hpp
src/lru-cache/include/lru/internal/optional.hpp
src/lru-cache/include/lru/internal/statistics-mutator.hpp
src/lru-cache/include/lru/internal/timed-information.hpp
src/lru-cache/include/lru/internal/utility.hpp
src/ridepy/__init__.py
src/ridepy/__main__.py
src/ridepy/cli.py
src/ridepy/data_structures.py
src/ridepy/events.py
src/ridepy/fleet_state.py
src/ridepy/vehicle_state.py
src/ridepy.egg-info/PKG-INFO
src/ridepy.egg-info/SOURCES.txt
src/ridepy.egg-info/dependency_links.txt
src/ridepy.egg-info/entry_points.txt
src/ridepy.egg-info/not-zip-safe
src/ridepy.egg-info/requires.txt
src/ridepy.egg-info/top_level.txt
src/ridepy/cpp/main.cxx
src/ridepy/cpp/ridepy/datastructures.h
src/ridepy/cpp/ridepy/dispatchers.h
src/ridepy/cpp/ridepy/spaces.h
src/ridepy/cpp/ridepy/transportspace.h
src/ridepy/cpp/ridepy/vehiclestate.h
src/ridepy/data_structures_cython/__init__.py
src/ridepy/data_structures_cython/cdata_structures.h
src/ridepy/data_structures_cython/cdata_structures.pxd
src/ridepy/data_structures_cython/data_structures.pxd
src/ridepy/data_structures_cython/data_structures.pyx
src/ridepy/extras/__init__.py
src/ridepy/extras/io.py
src/ridepy/extras/io_utils.py
src/ridepy/extras/simulation_set.py
src/ridepy/extras/spaces.py
src/ridepy/util/__init__.py
src/ridepy/util/request_generators.py
src/ridepy/util/spaces.py
src/ridepy/util/testing_utils.py
src/ridepy/util/analytics/__init__.py
src/ridepy/util/analytics/events.py
src/ridepy/util/analytics/plotting.py
src/ridepy/util/analytics/requests.py
src/ridepy/util/analytics/stops.py
src/ridepy/util/analytics/system.py
src/ridepy/util/analytics/vehicle.py
src/ridepy/util/dispatchers/__init__.py
src/ridepy/util/dispatchers/dispatcher_class.py
src/ridepy/util/dispatchers/ridepooling.py
src/ridepy/util/dispatchers/taxicab.py
src/ridepy/util/dispatchers_cython/__init__.py
src/ridepy/util/dispatchers_cython/cdispatchers.h
src/ridepy/util/dispatchers_cython/cdispatchers.pxd
src/ridepy/util/dispatchers_cython/cdispatchers.pyx
src/ridepy/util/dispatchers_cython/cdispatchers_utils.h
src/ridepy/util/dispatchers_cython/dispatchers.pxd
src/ridepy/util/dispatchers_cython/dispatchers.pyx
src/ridepy/util/spaces_cython/__init__.pxd
src/ridepy/util/spaces_cython/__init__.py
src/ridepy/util/spaces_cython/boost_graph_space.cxx
src/ridepy/util/spaces_cython/boost_graph_space.h
src/ridepy/util/spaces_cython/cspaces.cxx
src/ridepy/util/spaces_cython/cspaces.h
src/ridepy/util/spaces_cython/cspaces.pxd
src/ridepy/util/spaces_cython/ctransport_space.h
src/ridepy/util/spaces_cython/spaces.pxd
src/ridepy/util/spaces_cython/spaces.pyx
src/ridepy/util/testing_utils_cython/__init__.py
src/ridepy/util/testing_utils_cython/dispatchers.pyx
src/ridepy/vehicle_state_cython/__init__.py
src/ridepy/vehicle_state_cython/cvehicle_state.h
src/ridepy/vehicle_state_cython/cvehicle_state.pxd
src/ridepy/vehicle_state_cython/vehicle_state.pyx