logis-sdk 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- logis_sdk-0.0.1/LICENSE +21 -0
- logis_sdk-0.0.1/PKG-INFO +38 -0
- logis_sdk-0.0.1/README.md +21 -0
- logis_sdk-0.0.1/logis_sdk.egg-info/PKG-INFO +38 -0
- logis_sdk-0.0.1/logis_sdk.egg-info/SOURCES.txt +8 -0
- logis_sdk-0.0.1/logis_sdk.egg-info/dependency_links.txt +1 -0
- logis_sdk-0.0.1/logis_sdk.egg-info/top_level.txt +1 -0
- logis_sdk-0.0.1/setup.cfg +4 -0
- logis_sdk-0.0.1/setup.py +14 -0
- logis_sdk-0.0.1/tests/__init__.py +1 -0
logis_sdk-0.0.1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) [2025] [logis]
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
logis_sdk-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: logis-sdk
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: 络捷斯特 Python 模块合集
|
|
5
|
+
Author: leoking
|
|
6
|
+
Author-email: present150608@sina.com
|
|
7
|
+
Requires-Python: >=3.6
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Dynamic: author
|
|
11
|
+
Dynamic: author-email
|
|
12
|
+
Dynamic: description
|
|
13
|
+
Dynamic: description-content-type
|
|
14
|
+
Dynamic: license-file
|
|
15
|
+
Dynamic: requires-python
|
|
16
|
+
Dynamic: summary
|
|
17
|
+
|
|
18
|
+
# logis-sdk
|
|
19
|
+
|
|
20
|
+
络捷斯特 Python 模块合集
|
|
21
|
+
|
|
22
|
+
## 安装
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
pip install logis-sdk
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## 使用示例
|
|
29
|
+
|
|
30
|
+
```python
|
|
31
|
+
from sim import your_function
|
|
32
|
+
|
|
33
|
+
# 示例代码
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## 贡献指南
|
|
37
|
+
|
|
38
|
+
欢迎提交 Pull Request 或报告问题。
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: logis-sdk
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: 络捷斯特 Python 模块合集
|
|
5
|
+
Author: leoking
|
|
6
|
+
Author-email: present150608@sina.com
|
|
7
|
+
Requires-Python: >=3.6
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Dynamic: author
|
|
11
|
+
Dynamic: author-email
|
|
12
|
+
Dynamic: description
|
|
13
|
+
Dynamic: description-content-type
|
|
14
|
+
Dynamic: license-file
|
|
15
|
+
Dynamic: requires-python
|
|
16
|
+
Dynamic: summary
|
|
17
|
+
|
|
18
|
+
# logis-sdk
|
|
19
|
+
|
|
20
|
+
络捷斯特 Python 模块合集
|
|
21
|
+
|
|
22
|
+
## 安装
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
pip install logis-sdk
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
## 使用示例
|
|
29
|
+
|
|
30
|
+
```python
|
|
31
|
+
from sim import your_function
|
|
32
|
+
|
|
33
|
+
# 示例代码
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## 贡献指南
|
|
37
|
+
|
|
38
|
+
欢迎提交 Pull Request 或报告问题。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tests
|
logis_sdk-0.0.1/setup.py
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name="logis-sdk",
|
|
5
|
+
version="0.0.1",
|
|
6
|
+
description="络捷斯特 Python 模块合集",
|
|
7
|
+
long_description=open("README.md", encoding="utf-8").read(),
|
|
8
|
+
long_description_content_type="text/markdown",
|
|
9
|
+
author="leoking",
|
|
10
|
+
author_email="present150608@sina.com",
|
|
11
|
+
packages=find_packages(),
|
|
12
|
+
install_requires=[],
|
|
13
|
+
python_requires=">=3.6",
|
|
14
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# 单元测试目录
|