络捷斯特 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.1.17.tar.gz
(104.7 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.1.17-py3-none-any.whl
(144.2 kB
view details)
File details
Details for the file logis_sdk-0.1.17.tar.gz.
File metadata
- Download URL: logis_sdk-0.1.17.tar.gz
- Upload date:
- Size: 104.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf2a3fe50463e26363a954aad7cc722a0c7c947eb10c6185bbe18df64507137c
|
|
| MD5 |
fffe2eccfda7d83477470c0ee321dfc1
|
|
| BLAKE2b-256 |
72413e920a3b475637b3759351de84cca8a2ee2cfed10adb964c11e879c3a558
|
File details
Details for the file logis_sdk-0.1.17-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.1.17-py3-none-any.whl
- Upload date:
- Size: 144.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae45048870e79713f1ad26d2ae0e322c79b604dd35862c083bc26263fed43900
|
|
| MD5 |
4e06daffe2e208d8b6b4c0656473d8e9
|
|
| BLAKE2b-256 |
780590138a6f186f9843caece0fc7984bc8bb0af969e853bc3cf8179fa0e59d0
|