Skip to main content

The Python SDK for Nextmv

Project description

Nextmv Python SDK

This is the Python SDK for the Nextmv Platform. Before starting:

  1. Sign up for a Nextmv account.
  2. Get your API key. Go to Team > API Key.

Visit the docs for more information.

Installation

Requires Python >=3.8. Install using pip:

pip install nextmv

Usage

Make sure that you have your API key set as an environment variable:

export NEXTMV_API_KEY="<YOUR-API-KEY>"

Additionally, you must have a valid app in Nextmv Cloud.

  • Make a run and get the results.
import os

from nextmv.cloud import Application, Client, PollingOptions

input = {
    "defaults": {"vehicles": {"speed": 20}},
    "stops": [
        {
            "id": "Nijō Castle",
            "location": {"lon": 135.748134, "lat": 35.014239},
            "quantity": -1,
        },
        {
            "id": "Kyoto Imperial Palace",
            "location": {"lon": 135.762057, "lat": 35.025431},
            "quantity": -1,
        },
    ],
    "vehicles": [
        {
            "id": "v2",
            "capacity": 2,
            "start_location": {"lon": 135.728898, "lat": 35.039705},
        },
    ],
}

client = Client(api_key=os.getenv("NEXTMV_API_KEY"))
app = Application(client=client, id="<YOUR-APP-ID>")
result = app.new_run_with_result(
    input=input,
    instance_id="latest",
    run_options={"solve.duration": "1s"},
    polling_options=PollingOptions(),  # Customize the polling options.
)
print(result.to_dict())

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextmv-0.10.0.dev13.tar.gz (42.7 kB view details)

Uploaded Source

Built Distribution

nextmv-0.10.0.dev13-py3-none-any.whl (39.0 kB view details)

Uploaded Python 3

File details

Details for the file nextmv-0.10.0.dev13.tar.gz.

File metadata

  • Download URL: nextmv-0.10.0.dev13.tar.gz
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for nextmv-0.10.0.dev13.tar.gz
Algorithm Hash digest
SHA256 45019439e018c29defaed47555fc53fde0f7ef41a4a55c30bcdcf139d89848c0
MD5 429db7a00d5d268abcf55dfbb3dc623d
BLAKE2b-256 cff03648a4325e39ce7ccc666a39ba48d08e3cf50d6674385122919db84309b3

See more details on using hashes here.

File details

Details for the file nextmv-0.10.0.dev13-py3-none-any.whl.

File metadata

File hashes

Hashes for nextmv-0.10.0.dev13-py3-none-any.whl
Algorithm Hash digest
SHA256 1371a502f0877cc022a3e80de3c8c31df23957ab21e119d5451364607e4e64ff
MD5 502131b47320d3f849a9aaac5a977224
BLAKE2b-256 a44796958f008ea5d7f8d8149ec2abb732d79bda04db627cfb3fb1e20e289937

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page