A collection of utility functions
Project description
Zampie Utils
一个实用的Python工具包,提供了一系列常用的工具函数。
功能特性
- 文件操作工具
- 计时器上下文管理器
- 表情符号和表情识别
- 概率触发器
- 会话保存功能
- 智能日志系统(支持自动滚动日志)
安装
pip install zampie_utils
使用示例
from zampie_utils import ContextTimer, read_file
from zampie_utils.logger import Logger
# 使用计时器
with ContextTimer("my_task", "s"):
# 你的代码
pass
# 读取文件
content = read_file("path/to/your/file.txt")
# 使用滚动日志
logger = Logger()
# 添加文件处理器,设置最大文件大小为10MB,保留5个备份文件
logger.add_file_handler("app.log", max_bytes=10*1024*1024, backup_count=5)
logger.info("这是一条日志消息")
PyPi
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
zampie_utils-0.7.0.tar.gz
(16.5 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 zampie_utils-0.7.0.tar.gz.
File metadata
- Download URL: zampie_utils-0.7.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e8b0a8da54628716d0daac5769580eb82dec98520c19a288356defc58078ba1
|
|
| MD5 |
8380d2eb29ea0da36a419068048cbc13
|
|
| BLAKE2b-256 |
a9b97ef9bb29e6d9abdf8363a34bfe22d4d4311277d94b81693a302a6aca8cba
|
File details
Details for the file zampie_utils-0.7.0-py3-none-any.whl.
File metadata
- Download URL: zampie_utils-0.7.0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c9fb5a76e2e41962588a237aed81387e38bf08b9396992cd3c7ad0e8bd4cb81
|
|
| MD5 |
fb75f4656671b18d9c79461dad967eeb
|
|
| BLAKE2b-256 |
fc9de64197e41d67906e9138697f1e137eefe6ac2c2cbec0970ca58c8b83f459
|