一套实用的 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.0.tar.gz
(2.1 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.0.tar.gz.
File metadata
- Download URL: ginkgo_tools-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d135fd2ed0119127207ba0deab605ec190de7746b1244abe3fe88858711844e7
|
|
| MD5 |
22c96b8e0c3586dcb38f1c38979ed940
|
|
| BLAKE2b-256 |
7be2451f30a2c574f837355c446bb61e0abacd621b19ba9e397fd0b4bf0e5b4e
|
File details
Details for the file ginkgo_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ginkgo_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 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 |
16e0e5f35a2b43256a8c9139c9d703de839b793a2cac02d91fcc6841c1486345
|
|
| MD5 |
87c0af89895f5d8a884d3fee5b605577
|
|
| BLAKE2b-256 |
a5826f3863f50f22a0e5faa0954b853a4dc8ab5d61ed06133d0b28760f94eccc
|