络捷斯特 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
贡献指南
欢迎提交 Pull Request 或报告问题。
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.11.tar.gz
(56.4 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
File details
Details for the file logis_sdk-0.1.11.tar.gz.
File metadata
- Download URL: logis_sdk-0.1.11.tar.gz
- Upload date:
- Size: 56.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e22f061286f07789924eda13e083ffdfe9bd4a3133593bda06127a26557df455
|
|
| MD5 |
c36de3420ec174de0178387f2fcd050d
|
|
| BLAKE2b-256 |
1849c8f292edde8b76f40838956507079ad01967ba5c0bd7e7005735539ee45f
|
File details
Details for the file logis_sdk-0.1.11-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.1.11-py3-none-any.whl
- Upload date:
- Size: 80.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44ae9a1f7635f6094c39474ef1def3cc3aa207784e0a42ff9a29a5129725e9b9
|
|
| MD5 |
f3f43444827a3725e32124676fb06559
|
|
| BLAKE2b-256 |
17d5480052c94cdc21661f441cf88df0ab6b5fd3fc16f94f6552ca21ff2aa622
|