MANIFEST.in
README.rst
setup.py
example/.DS_Store
example/__init__.py
example/authorization_code_grant.py
example/config.yaml
example/request_surge_ride.py
example/utils.py
tests/.DS_Store
tests/__init__.py
tests/test_auth.py
tests/test_client.py
tests/test_errors.py
tests/test_request_utils.py
tests/test_session.py
tests/vcr_config.py
tests/fixtures/.DS_Store
tests/fixtures/test_auth_code_get_session
tests/fixtures/test_cancel_current_ride
tests/fixtures/test_cancel_ride
tests/fixtures/test_client_credential_get_session
tests/fixtures/test_estimate_ride
tests/fixtures/test_estimate_ride_with_places
tests/fixtures/test_get_current_ride_details
tests/fixtures/test_get_home_address
tests/fixtures/test_get_payment_methods
tests/fixtures/test_get_pickup_time_estimates
tests/fixtures/test_get_price_estimates
tests/fixtures/test_get_products
tests/fixtures/test_get_promotions
tests/fixtures/test_get_ride_details
tests/fixtures/test_get_ride_map
tests/fixtures/test_get_ride_receipt
tests/fixtures/test_get_single_product
tests/fixtures/test_get_user_activity
tests/fixtures/test_get_user_profile
tests/fixtures/test_get_work_address
tests/fixtures/test_refresh_auth_code_access_token
tests/fixtures/test_refresh_client_credential_access_token
tests/fixtures/test_request_ride
tests/fixtures/test_request_ride_with_no_default_product
tests/fixtures/test_request_ride_with_places
tests/fixtures/test_request_ride_with_surge
tests/fixtures/test_request_ride_without_destination
tests/fixtures/test_set_home_address
tests/fixtures/test_set_work_address
tests/fixtures/test_update_ride_destination
tests/fixtures/test_update_ride_destination_with_places
tests/fixtures/test_update_sandbox_product
tests/fixtures/test_update_sandbox_ride
uber_rides/.DS_Store
uber_rides/__init__.py
uber_rides/auth.py
uber_rides/client.py
uber_rides/errors.py
uber_rides/request.py
uber_rides/session.py
uber_rides.egg-info/PKG-INFO
uber_rides.egg-info/SOURCES.txt
uber_rides.egg-info/dependency_links.txt
uber_rides.egg-info/requires.txt
uber_rides.egg-info/top_level.txt
uber_rides/utils/.DS_Store
uber_rides/utils/__init__.py
uber_rides/utils/auth.py
uber_rides/utils/handlers.py
uber_rides/utils/http.py
uber_rides/utils/request.py