络捷斯特 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.12.tar.gz
(57.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
File details
Details for the file logis_sdk-0.1.12.tar.gz.
File metadata
- Download URL: logis_sdk-0.1.12.tar.gz
- Upload date:
- Size: 57.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 |
1f2691faa27777d6926dbfdd70e2d6c3ce4f856411861db62aa7b508508faeba
|
|
| MD5 |
af6b2742e88f53a7a453dadbd91ae937
|
|
| BLAKE2b-256 |
a61e7e0f568395fbddd91bdc15f9170f52ba6b84f64ffac1055cf61ecf131b33
|
File details
Details for the file logis_sdk-0.1.12-py3-none-any.whl.
File metadata
- Download URL: logis_sdk-0.1.12-py3-none-any.whl
- Upload date:
- Size: 81.2 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 |
1678d909169880e6aa32af3fa5ff0f433bbf58af6a2fb13b79aa7b0fa909d813
|
|
| MD5 |
221e57789c941107fb783d39a25a62a2
|
|
| BLAKE2b-256 |
9812ed76fd43090fab42d5e81df6464ef473fb3242a6762eea98829f6427c447
|