将多个Python脚本文件内容以对象属性方式集中管理,便于查看和引用
Project description
pyksh
将多个Python脚本文件内容以对象属性或关键词方式集中管理,便于查看和引用。
用法说明
-
!pip install pyksh-oyb安装依赖 显示版本为 0.1.4 就不需要使用 更新依赖 的代码 -
!pip install --upgrade pyksh-oyb更新依赖 电脑上安装过 环境没有重置 就需要使用 (看坐的位置的电脑之前试过没) -
scda.all:按文件分段输出全部代码文本。 -
scda.t1~scda.t7:分别输出7个文件的代码文本。 -
scda["关键词"]:支持用中英文关键词或编号索引获取对应代码片段(区分大小写,仅支持预设关键词)。
支持的关键词示例
| 代码编号 | 中文关键词 | 其它关键词 | 文件名 |
|---|---|---|---|
| t1 | 图书 | 堆积柱形图 | 4.2.3.py |
| t2 | 销售额 | 多子图、组合图 | 5.1.2.py |
| t3 | 气温、天气、降水、蒸发 | 5.3.3.py | |
| t4 | 股票 | 折线图 | 6(1).py |
| t5 | 星星 | 散点图 | 7.2.2.py |
| t6 | 汽车 | 棉棒图 | 8(1).py |
| t7 | 小兰 | 桑基图 | 8(2).py |
示例代码
from pyksh.pyksh.scda import scda
# 方式一:属性访问
print(scda.t1)
# 方式二:关键词索引访问
print(scda["图书"])
print(scda["桑基图"])
print(scda["t3"])
注意:关键词区分大小写,仅支持上表中的关键词。
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 pyksh_oyb-0.1.4.tar.gz.
File metadata
- Download URL: pyksh_oyb-0.1.4.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd1dbc4a28c8054a3a339e2e5c66eb2112bb9d3ca7d46a154a93fb66b04ca63f
|
|
| MD5 |
b060fb47807e3d3cc55c9ee1efee3b16
|
|
| BLAKE2b-256 |
7a762eb8dfadaef1ec88c1662db4dcc0170c231ca803e005b5eddafca262deff
|
File details
Details for the file pyksh_oyb-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pyksh_oyb-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
380a85c1356f44597e13fc206e1a2fcc874479a9a77d198dc8c8fd9f2231732e
|
|
| MD5 |
b0179e60c7230f7ed7a2825313ff127d
|
|
| BLAKE2b-256 |
c83f7232fe02a1bf9532e805ffafe547c3f500051ef6cc11e6cb19f49ef498db
|