Skip to main content

vrt_lss_packer

  • API version: 7.42.3498
  • Package version: 7.42.3498
  • Build date: 2026-09-07T18:25:24.444807083+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_packer

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_packer

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

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


# Enter a context with an instance of the API client
with vrt_lss_packer.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_packer.PackApi(api_client)
    process_code = 'process_code_example' # str | Unique process identifier.

    try:
        # Cancel calculation
        api_instance.cancel_pack_calculation(process_code)
    except ApiException as e:
        print("Exception when calling PackApi->cancel_pack_calculation: %s\n" % e)

Documentation for API Endpoints

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

Class Method HTTP request Description
PackApi cancel_pack_calculation DELETE /packer/pack/calculation-async/{process_code} Cancel calculation
PackApi delete_pack_result DELETE /packer/pack/result/{process_code} Result removal
PackApi read_pack_result GET /packer/pack/result/{process_code} Getting the result
PackApi read_pack_state GET /packer/pack/state/{process_code} Calculation state
PackApi run_pack_calculation POST /packer/pack/calculation Packing (SYNC)
PackApi run_pack_calculation_async POST /packer/pack/calculation-async Packing (ASYNC)
PackApi run_pack_validation POST /packer/pack/validation Data validation
SystemApi check GET /packer/system/check Checking the availability
SystemApi file GET /packer/file/{filename} Getting the documentation
SystemApi version GET /packer/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_packer-7.42.3498-py3-none-any.whl (145.3 kB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_packer-7.42.3498-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_packer-7.42.3498-py3-none-any.whl
Algorithm Hash digest
SHA256 43ec0c88dca53136d167a25fd21955a4427fb9bf5ca5370e2bd741db90254c42
MD5 05a54ac10b7aae42133371aa0c757687
BLAKE2b-256 f5f94fd9d6ccdfe22d35cd256072afc85421ba0f7fa3f33fc88bae9cd1fce876

See more details on using hashes here.

Release history Release notifications | RSS feed

7.42.3500

1 file

This release

7.42.3498 This release

1 file

7.41.3481

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

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