络捷斯特 Python 模块合集
Project description
logis-sdk
络捷斯特 Python 模块合集
安装
pip install logis-sdk
使用示例
from logis.alg.path_finding import Finder
class MyPathFinder(Finder):
"""
基于pathfinding模块实现自定义寻路算法
"""
pass
from logis.alg.path_finding import PathFindingAlgorithm,PathFindingInput,PathFindingOutput
class MyPathFindingAlgorithm(PathFindingAlgorithm):
"""
基于自定义输入输出实现具体寻路算法
"""
def find_path(self, input: PathFindingInput) -> PathFindingOutput:
# 实现具体的寻路算法
pass
贡献指南
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
logis_sdk-0.2.0.tar.gz
(107.2 kB
view details)
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
logis_sdk-0.2.0-py3-none-any.whl
(147.5 kB
view details)
File details
Details for the file logis_sdk-0.2.0.tar.gz.
File metadata
- Download URL: logis_sdk-0.2.0.tar.gz
- Upload date:
- Size: 107.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6514cfd76993ffcd642f292cd9f70777848b209bf847480b65b87f09f26846b
|
|
| MD5 |
8dab694a72a95effb9fd1bb1195b6056
|
|
| BLAKE2b-256 |
a2cb40398556030602bfafc131891595b1ab4548a1ef246a233291e714567f9b
|
File details
Details for the file logis_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 147.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7161cb803fdcc4066945d70a5fbc2cfdd4085e575d0dbb45d31dba7311d2fa91
|
|
| MD5 |
6a02cd15ec3b40bc8353eded3be23e64
|
|
| BLAKE2b-256 |
5799b534f3f6ff9c226e4c3c0ef9106578813cc4f961b79ad66434fd5f2b1140
|