A collection of utility functions
Project description
Zampie Utils
一个实用的Python工具包,提供了一系列常用的工具函数。
功能特性
- 文件操作工具
- 计时器上下文管理器
- 表情符号和表情识别
- 概率触发器
- 会话保存功能
安装
pip install zampie_utils
使用示例
from zampie_utils import ContextTimer, read_file
# 使用计时器
with ContextTimer("my_task", "s"):
# 你的代码
pass
# 读取文件
content = read_file("path/to/your/file.txt")
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.2.0.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 zampie_utils-0.2.0.tar.gz.
File metadata
- Download URL: zampie_utils-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a3c15830e26fa57f77e6e4c173fc63e3bfdba2dc55895e3fb3e5b8e64a8dde5
|
|
| MD5 |
abf0ffc2162912d11533ca04dc9e5b81
|
|
| BLAKE2b-256 |
40ad976678979291fa524e1b2695ad555848d3cd5262545626022c03393f408c
|
File details
Details for the file zampie_utils-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zampie_utils-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
345923481e409819be601e3db0fca46e35491e4fe0d20e04767497d69c46fa38
|
|
| MD5 |
c6cfb06f0e43d9b89673d89011f26119
|
|
| BLAKE2b-256 |
0237b495506b16048b47fde5ae5f0290f076946a113bf8707e90d414170c7422
|