一套实用的 Python 工具库,包含日志、时间处理和多线程相关的工具函数
Project description
Ginkgo Tools
一套实用的 Python 工具库,包含日志、时间处理和多线程相关的工具函数。
功能模块
tools_log: 日志处理工具tools_time: 时间处理工具tools_threading_target: 多线程任务处理工具
安装
pip install ginkgo-tools
使用示例
from ginkgo_tools import tools_log, tools_time, tools_threading_target
# 使用日志工具
tools_log.console_log_debug("这是一条调试信息")
# 使用时间工具
current_time = tools_time.create_time_mark()
# 使用多线程工具
# (需要继承 Base_Operation_Threading_Target 类来创建具体的线程任务)
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
ginkgo_tools-0.1.1.tar.gz
(7.0 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 ginkgo_tools-0.1.1.tar.gz.
File metadata
- Download URL: ginkgo_tools-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e254e3a0ca6dae6f2638f8e14483b6e385d52579fa48f1ab7787e5d0eb1a085
|
|
| MD5 |
0bfe3f261c4828491277fcd11131f966
|
|
| BLAKE2b-256 |
d2d584f8d8d75307913e809a21b3fe8519b2529ac74a09d294803220cafddd76
|
File details
Details for the file ginkgo_tools-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ginkgo_tools-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ad741e12afa212303f76aa9cd24c4a11ae4488892649325fc2f819fbb2c5822
|
|
| MD5 |
60a6b70f2e00b8aea11815a35ef40797
|
|
| BLAKE2b-256 |
c7d0faf74546bf972e97479157cfd4957deace29d8c8513594ddc3c1ec27d0e6
|