Skip to main content

vrt_lss_routing

  • API version: 7.41.3481
  • Package version: 7.41.3481
  • Build date: 2026-08-24T15:53:07.945224017+03:00[Europe/Moscow]
  • Generator version: 7.17.0

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import vrt_lss_routing

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import vrt_lss_routing

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import vrt_lss_routing
from vrt_lss_routing.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.edge7.veeroute.cloud
# See configuration.py for a list of all supported configuration parameters.
configuration = vrt_lss_routing.Configuration(
    host = "https://api.edge7.veeroute.cloud"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): ApiKeyAuth
configuration = vrt_lss_routing.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with vrt_lss_routing.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_routing.MatrixApi(api_client)
    matrix_task = vrt_lss_routing.MatrixTask() # MatrixTask | New request for matrix calculation.

    try:
        # Time-distance matrix
        api_response = api_instance.run_matrix_calculation(matrix_task)
        print("The response of MatrixApi->run_matrix_calculation:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling MatrixApi->run_matrix_calculation: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.edge7.veeroute.cloud

Class Method HTTP request Description
MatrixApi run_matrix_calculation POST /routing/matrix/calculation Time-distance matrix
RouteApi run_route_calculation POST /routing/route/calculation Route between points
SystemApi check GET /routing/system/check Checking the availability
SystemApi file GET /routing/file/{filename} Getting the documentation
SystemApi version GET /routing/system/version Getting the service version

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: Bearer authentication (JWT)

Author

support@veeroute.com

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vrt_lss_routing-7.41.3481-py3-none-any.whl (80.7 kB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_routing-7.41.3481-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_routing-7.41.3481-py3-none-any.whl
Algorithm Hash digest
SHA256 52f345f5c89a39bbb9556e8381de2407dda29bef2b9c2d84aeac206bd9aee1dc
MD5 782c6c3762f832981a0714e59d6f391f
BLAKE2b-256 534d92d09288b6d0ccc7de68d2a76e5955087a0130a96400601821877f10cf42

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

7.41.3481 This release

1 file

7.40.3475

1 file

7.39.3350

1 file

7.38.3336

1 file

7.37.3331

1 file

7.36.3317

1 file

7.35.3290

1 file

7.34.3275

1 file

7.33.3222

1 file

7.32.3215

1 file

7.31.3182

1 file

7.30.3153

1 file

7.29.3120

1 file

7.28.3096

1 file

7.26.3024

1 file

7.25.3009

1 file

7.24.2983

1 file

7.24.2977

1 file

7.23.2926

1 file

7.23.2924

1 file

7.22.2904

1 file

7.21.2852

1 file

7.21.2849

1 file

7.20.2789

1 file

7.19.2779

1 file

7.18.2755

1 file

7.17.2697

1 file

7.16.2673

1 file

7.15.2652

1 file

7.14.2618

1 file

7.13.2613

1 file

7.12.2609

1 file

7.11.2593

1 file

7.10.2580

1 file

7.9.2527

1 file

7.8.2508

1 file

7.7.2501

1 file

7.6.2491

1 file

7.5.2472

1 file

7.4.2469

1 file

7.3.2463

1 file

7.2.2444

1 file

7.1.2439

1 file

7.0.2395

1 file

6.20.2258

1 file

6.20.2252

1 file

6.19.2236

1 file

6.18.2232

1 file

6.17.2224

1 file

6.16.2177

1 file

6.16.2174

1 file

6.15.2142

1 file

6.14.2133

1 file

6.13.2112

1 file

6.12.2101

1 file

6.11.2097

1 file

6.10.2076

1 file

6.9.2071

1 file

6.8.2055

1 file

6.7.2022

1 file

6.6.2006

1 file

6.5.1990

1 file

6.4.1962

1 file

6.3.1926

1 file

6.2.1912

1 file

6.1.1902

1 file

5.12.1836

1 file

5.12.1831

1 file

5.11.1826

1 file

5.8.1766

1 file

5.6.1748

1 file

5.4.1715

1 file

5.3.1702

1 file

5.1.1673

1 file

4.9.1653

1 file

4.9.1651

1 file

4.7.1607

1 file

4.7.1605

1 file

4.7.1601

1 file

4.7.1599

1 file

3.15.183137

1 file

3.12.180165

1 file

3.10.176314

1 file

3.10.176203

1 file

3.10.176173

1 file

3.9.175411

1 file

3.9.172873

1 file

3.8.171175

1 file

3.8.168904

1 file

3.8.168700

1 file

3.8.168680

1 file

3.8.168672

1 file

3.7.167066

1 file

3.6.163909

1 file

3.6.163884

1 file

3.6.163873

1 file

3.6.163569

1 file

3.6.163551

1 file

3.6.163543

1 file

3.6.163438

1 file

3.6.163430

1 file

3.6.163373

1 file

3.6.163087

1 file

3.6.163082

1 file

3.6.163079

1 file

3.6.163073

1 file

3.6.163068

1 file

3.5.162365

1 file

3.5.162359

1 file

3.4.161326

1 file

3.4.161082

1 file

3.4.161005

1 file

3.4.160802

1 file

3.3.160640

1 file

3.3.160628

1 file

3.2.160311

1 file

3.2.160222

1 file

3.2

1 file

3.1

1 file

3.0.159457

1 file

3.0.159197

1 file

3.0.159116

1 file

3.0

1 file

2.6.158615

1 file

2.6.158443

1 file

2.6.158395

1 file

2.6.158370

1 file

2.5.157219

1 file

2.5.156494

1 file

2.5.156470

1 file

2.3.155767

1 file

2.3.155643

1 file

2.1.155313

1 file

2.1.155144

1 file

2.0.154686

1 file

2.0.154684

1 file

2.0.154581

1 file

1.8.154023

1 file

1.8.153818

1 file

1.8.153758

1 file

1.7.153581

1 file

1.7.153580

1 file

1.7.153555

1 file

1.7.153344

1 file

1.7.153198

1 file

1.7.153189

1 file

1.6.152966

1 file

1.6.152846

1 file

1.6.152797

1 file

1.6.152780

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page