一套实用的 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.2.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.2.tar.gz.
File metadata
- Download URL: ginkgo_tools-0.1.2.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 |
0a3760766620de31b1f2d4744a26d6b819a1047d5183c19fdcfdbdeb62b02942
|
|
| MD5 |
c10d4b74291da218380d38d23fc5fec2
|
|
| BLAKE2b-256 |
1482c181347c19ad7c022db76c644d2b0b23bafe87cbd3310cadced4755dd07d
|
File details
Details for the file ginkgo_tools-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ginkgo_tools-0.1.2-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 |
d17c887b30823fcff0486d6616081b3d116f5a8bf5ee56933253ae226f2712fb
|
|
| MD5 |
97b2e19a8c74396f2b154538b082ef42
|
|
| BLAKE2b-256 |
2fbe5a2d43a8a671b6aab55d1c510a3b9caf480ebfb0bdfeac8cfe0f8b4d6312
|