Common tools for wish modules
Project description
RapidPen Tools
RapidPen Toolsモジュールは、RapidPenの各モジュールで使用される共通ツールを提供するモジュールです。
提供ツール
Tool Step Trace
Tool Step Traceは、RapidPen-visにステップトレースを追加するためのワークフローを提供します。このツールを使用することで、ワークフローの実行状況を可視化することができます。
使用方法
from rapidpen_tools.tool_step_trace import main as step_trace_main
# StepTraceを呼び出し
result = step_trace_main(
run_id="実行ID",
trace_name="トレース名",
trace_message="トレースメッセージ"
)
パラメータ
run_id: 実行ID(Run-プレフィックスなし)trace_name: トレース名trace_message: トレースメッセージ
戻り値
{
"status_code": 200, # HTTPステータスコード
"body": "Success" # レスポンスボディ
}
Base64 Encoder
Base64エンコーダーは、文字列をBase64形式にエンコードするためのツールを提供します。
使用方法
from rapidpen_tools.to_base64 import main as to_base64
# 文字列をBase64エンコード
encoded = to_base64("Hello, World!")
パラメータ
plain: エンコードする文字列
戻り値
Base64エンコードされた文字列
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
wish_tools-0.6.21.tar.gz
(4.2 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 wish_tools-0.6.21.tar.gz.
File metadata
- Download URL: wish_tools-0.6.21.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6cc859cf772c1b79102f1ec74630357781eba6cc5470c4b2aeb60516510d2e2
|
|
| MD5 |
4eff16f5dd78fe97bfc7d24b71feb7d9
|
|
| BLAKE2b-256 |
22f65d3d62cdac465f5962ca5f87ee7223657ae7f267ee3487a65782dfccaa74
|
File details
Details for the file wish_tools-0.6.21-py3-none-any.whl.
File metadata
- Download URL: wish_tools-0.6.21-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7e3a89d711fab07e5c9b12d7b74d8e2d42d8fa5ef2542ca560020731b9ba658
|
|
| MD5 |
fff52d59b6adcf475272f919d03d2388
|
|
| BLAKE2b-256 |
c6f3eac6c512dbfce2c2a76ca6732150e01793b8d66b51783b5dbd6fb6a1cf1d
|