络捷斯特 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.2.tar.gz
(106.9 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.2-py3-none-any.whl
(147.9 kB
view details)
File details
Details for the file logis_sdk-0.2.2.tar.gz.
File metadata
- Download URL: logis_sdk-0.2.2.tar.gz
- Upload date:
- Size: 106.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d53fd10b86eb299bf5fffa00b75091b618a2e5cdeadd2d786585a7f840e64ff2
|
|
| MD5 |
15b785f117359f5906b5e519e7e81f93
|
|
| BLAKE2b-256 |
e5423c9777341de44a1b01b30f2773bf7eee64742454f8101ff3ca88e7fb0a21
|
File details
Details for the file logis_sdk-0.2.2-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.2.2-py3-none-any.whl
- Upload date:
- Size: 147.9 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 |
cd8db35d85069573c3ebb057a7b3c62c4c80a75056e39e7fd1007107f3c31f74
|
|
| MD5 |
e38c2c7d711228137fcd2b8a091d7067
|
|
| BLAKE2b-256 |
f9008fb6cc0678b1a8cc32c8095f174befc8d2a473dae716390a860166fdb101
|