Skip to main content

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

https://pypi.org/project/zampie-utils/

Project details


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.4.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zampie_utils-0.7.4-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file zampie_utils-0.7.4.tar.gz.

File metadata

  • Download URL: zampie_utils-0.7.4.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.13

File hashes

Hashes for zampie_utils-0.7.4.tar.gz
Algorithm Hash digest
SHA256 59ea2c70b48a2a7a948c294be84f214312a0009fa8741a388a8c6235cb1828f5
MD5 2cd5bf9566ccac9a2a47fd394274f196
BLAKE2b-256 f05767c61e699a3fc1886b5b43661fd519164c8f8ee51d087bc147e1273e9e5b

See more details on using hashes here.

File details

Details for the file zampie_utils-0.7.4-py3-none-any.whl.

File metadata

File hashes

Hashes for zampie_utils-0.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 29f9f6b5cdf12a08e535de395649a39fd81a0bfce8a7d52bd9ad24b3c8442f3b
MD5 9064ebd74227a5a7c2d746e31c1833b3
BLAKE2b-256 0d87988e54a8c8c7b1a9c7284054180fdf5d5b6f81780ae84474e0e3474263a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page