This is the Python client library for interacting with the Foxtrot API. The only endpoint currently exposed is the route optimization endpoint (Foxtrot.optimize).
In order to make requests, you need a valid API key. Your API key can be found at the bottom of any page in the Foxtrot web app.
Installation
pip install foxtrot-client
Usage
data = {
"file_url": "https://www.domain.io/your_file.xlsx",
"file_name": "your_file.xlsx",
"geocode": "false",
"stop_name": "Customer",
"lat": "Lat",
"lng": "Long",
"load": "Load",
"service_time": "Service Time",
"time_window": "Time Window",
"extra_info": "Contact Info",
"date_starting": "1407712069593",
"warehouse": "77 Massachusetts Ave, Cambridge MA",
"num_drivers": 1,
"num_avg_service_time": 10,
"float_fuel_cost": 3.56,
"float_driver_wage": 6.01,
"float_mpg": 8.32
}
api_key = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
from foxtrot import Foxtrot
fox = Foxtrot(api_key)
resp = fox.optimize(data).poll_and_block()
result = resp.get_result()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
foxtrot-client-0.2.4.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foxtrot-client-0.2.4.tar.gz.
File metadata
- Download URL: foxtrot-client-0.2.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c712bcef91247a3212d04eaa51315a625ec941c65af5c3b1910f940c96b3a5
|
|
| MD5 |
5acc976bd5bc40b59b9bc090521e2930
|
|
| BLAKE2b-256 |
03bf5e567563a3f523da7688b2f141c9a009da0a16c97f2a2fc783cccb3845cc
|
File details
Details for the file foxtrot-client-0.2.4.macosx-10.6-intel.tar.gz.
File metadata
- Download URL: foxtrot-client-0.2.4.macosx-10.6-intel.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5a043e23ddd09b52046afb919aac12e3e8b7639b4d6ccf3388dd0aef71423bf
|
|
| MD5 |
35ccff37dfe99d645cbe759bbcaf38e0
|
|
| BLAKE2b-256 |
8e2f2c482dfd875dde82499b0ca64ddd761e4345b72a9e999ef439ef5c361df2
|