vrt_lss_universal
- API version: 7.42.3500
- Package version: 7.42.3500
- Build date: 2026-09-08T18:30:11.413455399+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
- ActualizeSettings
- AdditionalAttributes
- AdditionalAttributesElement
- AssignedPerformer
- AssignedTransport
- Attribute
- Box
- BoxCompatibilities
- BoxLimits
- BreakRules
- CalculationAsyncResult
- CalculationInfo
- CalculationSettings
- CalculationState
- CalculationStatus
- Capacity
- CapacityCost
- CapacityLimit
- CapacityMultiplier
- CapacityStatisticsLoad
- CapacityStatisticsRatio
- CapacityStatisticsSum
- Cargo
- CargoAction
- CargoActionType
- CargoCompatibilities
- CargoInvoice
- CargoInvoiceDetail
- CargoInvoiceHonestSign
- CargoInvoiceReceipt
- CargoInvoiceTax
- CargoInvoiceWaybill
- CargoInvoiceWaybillStatus
- CargoRotationType
- CheckResult
- CompatibilityPenalty
- Demand
- DemandExtraDuration
- DemandType
- EntityError
- EntityErrorType
- EntityPath
- EntityType
- EntityWarning
- EntityWarningType
- ExtensionSettings
- Fact
- FactLore
- FactResult
- FactStatus
- FactStatusError
- FactType
- FeatureLifetime
- General402
- General403
- General404
- General404Detail
- General429
- General500
- GeneralStatistics
- GeoSettings
- Geopoint
- Hardlink
- HardlinkElement
- HardlinkElementType
- LoadStatistics
- Location
- LocationCargosLimit
- LocationCompatibilities
- LocationLimit
- LocationLimitStatistics
- LocationStatistics
- LocationTimetableElement
- LocationTransportsLimit
- LoreDemandCanceled
- LoreDemandDone
- LoreDemandPayment
- LoreDemandStart
- LoreGeotrackUpdated
- LoreJobDone
- LoreOrderCanceled
- LoreOrderDone
- LoreTripPrecedenceChanged
- Measurements
- ModelBreak
- Order
- OrderCompatibilities
- OrderResult
- OrderStatus
- PaymentDetails
- Performer
- PerformerCompatibilities
- PerformerLimits
- PerformerShift
- PerformerTariff
- PerformerTariffConstraint
- PlanResult
- PlanSettings
- PlanStatistics
- PlanTask
- PossibleEvent
- PossibleEventContact
- ProcessedItems
- ProductConclusion
- ProductConclusionType
- Quality
- RefineResult
- RemovedItems
- ReplanResult
- ReplanSettings
- ReplanStrategy
- ReplanTask
- Rest
- RestRules
- RoundtripStatistics
- RoutingMatrix
- RoutingMatrixWaypoint
- RoutingTransportMatrix
- SchemaError
- Service
- StatisticsTask
- StopDemand
- StopStatistics
- TaskStatistics
- TimeWindow
- TimeWindowViolationDetail
- TimeWindowViolations
- Tracedata
- Trackpoint
- Transport
- TransportCapacityMultiplier
- TransportCompatibilities
- TransportLimits
- TransportLoad
- TransportShift
- TransportSpeedMultiplier
- TransportTariff
- TransportTariffConstraint
- TransportType
- Trip
- TripAssumptions
- TripDemandPrecedence
- TripExpectations
- TripPenalties
- TripStartTimeStrategy
- TripState
- TripStateFlag
- TripStatistics
- TripStatus
- TripsSettings
- Universal400WithErrorsAndWarnings
- UniversalData
- UnplannedItems
- ValidateResult
- VersionResult
- WorkAndRestRules
Documentation For Authorization
Authentication schemes defined for the API:
ApiKeyAuth
- Type: Bearer authentication (JWT)
Author
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 vrt_lss_universal-7.42.3500-py3-none-any.whl.
File metadata
- Download URL: vrt_lss_universal-7.42.3500-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e1c11c93c76c7be97f01975c06069d02615cd8ba9fdccea942be8d1cfe787da
|
|
| MD5 |
b759df2157a0aad4b1a5bca80ae45883
|
|
| BLAKE2b-256 |
4b18a2c94834b8f3202a036a50deeef11d74d7422c1b54e9c6a72d05853db508
|