Skip to main content

vrt_lss_universal

  • API version: 7.40.3475
  • Package version: 7.40.3475
  • Build date: 2026-08-12T14:21:44.624041841+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_universal

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_universal

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import vrt_lss_universal
from vrt_lss_universal.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_universal.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_universal.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with vrt_lss_universal.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_universal.ConvertApi(api_client)
    universal_data = vrt_lss_universal.UniversalData() # UniversalData | Conversion request to the THRIFT.

    try:
        # JSON >> THRIFT
        api_response = api_instance.run_convert_json_to_thrift(universal_data)
        print("The response of ConvertApi->run_convert_json_to_thrift:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ConvertApi->run_convert_json_to_thrift: %s\n" % e)

Documentation for API Endpoints

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

Class Method HTTP request Description
ConvertApi run_convert_json_to_thrift POST /universal/convert/json-to-thrift JSON >> THRIFT
ConvertApi run_convert_json_to_xlsx POST /universal/convert/json-to-xlsx JSON >> XLSX
ConvertApi run_convert_xlsx_to_json POST /universal/convert/xlsx-to-json XLSX >> JSON
PlanApi cancel_plan_calculation DELETE /universal/plan/calculation-async/{process_code} Cancel calculation
PlanApi delete_plan_result DELETE /universal/plan/result/{process_code} Result removal
PlanApi generate_plan_statistics POST /universal/plan/statistics Calculation of statistics on trips
PlanApi read_plan_result GET /universal/plan/result/{process_code} Getting the result
PlanApi read_plan_state GET /universal/plan/state/{process_code} Calculation state
PlanApi run_plan_calculation POST /universal/plan/calculation Planning (SYNC)
PlanApi run_plan_calculation_async POST /universal/plan/calculation-async Planning (ASYNC)
PlanApi run_plan_refine POST /universal/plan/refine Data refine
PlanApi run_plan_validation POST /universal/plan/validation Data validation
ReplanApi cancel_replan_calculation DELETE /universal/replan/calculation-async/{process_code} Cancel calculation
ReplanApi delete_replan_result DELETE /universal/replan/result/{process_code} Result removal
ReplanApi read_replan_result GET /universal/replan/result/{process_code} Getting the result
ReplanApi read_replan_state GET /universal/replan/state/{process_code} Calculation state
ReplanApi run_replan_calculation POST /universal/replan/calculation Replanning (SYNC)
ReplanApi run_replan_calculation_async POST /universal/replan/calculation-async Replanning (ASYNC)
ReplanApi run_replan_refine POST /universal/replan/refine Data refine
ReplanApi run_replan_validation POST /universal/replan/validation Data validation
SystemApi check GET /universal/system/check Checking the availability
SystemApi file GET /universal/file/{filename} Getting the documentation
SystemApi version GET /universal/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_universal-7.40.3475-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_universal-7.40.3475-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_universal-7.40.3475-py3-none-any.whl
Algorithm Hash digest
SHA256 167c79b7c3cad43261ef3fd9fbb122d2e681fb8d47c207bad32683adb5ea2d8b
MD5 f926d816c45e2cdd9b95667bb672ec2e
BLAKE2b-256 39732e19c47736a269b43bea9df1b8f0683c41e81d2f324aaf5c22897cabbc33

See more details on using hashes here.

Release history Release notifications | RSS feed

7.42.3500

1 file

7.42.3498

1 file

7.41.3481

1 file

This release

7.40.3475 This release

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.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.7.1607

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