络捷斯特 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.8.tar.gz
(52.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.8-py3-none-any.whl
(73.8 kB
view details)
File details
Details for the file logis_sdk-0.1.8.tar.gz.
File metadata
- Download URL: logis_sdk-0.1.8.tar.gz
- Upload date:
- Size: 52.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f82a7b60e4c0b080a5487d827cf020b839d9e855e4286d8dfee0f1848c195009
|
|
| MD5 |
5aefbe37b893a39d88ddaa931b31901e
|
|
| BLAKE2b-256 |
e5d2df2bf414a3251ad0f075a4b7069d36da8d45eb4910b5b716a3e24cf10f94
|
File details
Details for the file logis_sdk-0.1.8-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.1.8-py3-none-any.whl
- Upload date:
- Size: 73.8 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 |
28ee8c3b785a3b6c3b045c784019bb4f70eaec2e65e716328d496c7e2d9f5db1
|
|
| MD5 |
8c854ab42da99bbb05fdacef4c941fad
|
|
| BLAKE2b-256 |
cbc76f7d77894c5adea7f79a5f04fb720a7bb937215d8a9859ebfdc895bf9907
|