Skip to main content

一个面向中大型项目的Python基础工具库,涵盖配置管理、日志、上下文、ID生成、数据处理、设计模式、定时、异常处理等基础功能。

Project description

smartutils

smartutils 是一个面向 Python 的通用工具库,集成了配置管理、上下文、ID生成、数据处理、设计模式、文件操作、日志、定时器、异常处理等常用功能,适用于中大型项目的基础设施搭建和快速开发。

主要功能模块

  • 配置管理:支持 YAML 配置加载、工厂模式、配置键管理。
  • 上下文管理:基于 contextvars,支持多种上下文变量注册与管理。
  • ID 生成:支持多种分布式唯一 ID 生成方案。
  • 数据处理:包括类型校验、哈希环、URL、CSV、中文数字等工具。
  • 设计模式:内置单例、工厂、弃用等常用设计模式实现。
  • 文件操作:文件读写、压缩、路径、锁、类型判断等。
  • 日志系统:基于 loguru,支持多级别日志与自定义扩展。
  • 定时与计时:Timer 类和 timeit 装饰器,支持同步/异步计时。
  • 异常处理:业务异常、系统异常、异常映射与工厂。
  • 系统工具:进程管理、平台信息、cgroup 资源管理等。
  • 应用层支持:插件、适配器、请求上下文、FastAPI 响应模型等。

安装依赖

项目使用 Poetry 管理依赖,核心依赖如下:

  • Python >= 3.8
  • PyYAML
  • loguru
  • contextvars
  • python-dotenv
  • orjson

可选依赖(数据库、缓存、Web 框架等)详见 pyproject.toml

安装命令:

poetry install

快速开始

from smartutils.init import init

# 初始化 smartutils,加载配置
await init("config/config.yaml")

# 使用时间工具
from smartutils import time
now = time.get_now_str()

# 使用定时器
from smartutils import timer

@timer.timeit("任务耗时:")
def my_task():
    # ... 业务逻辑 ...
    pass

my_task()

测试

项目内置丰富的单元测试,运行如下:

pytest -s --cov=smartutils --cov-report=html tests tests_real

贡献

欢迎提交 issue 和 PR,完善文档和功能!

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

smartutils_py-0.0.5.tar.gz (67.5 kB view details)

Uploaded Source

Built Distribution

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

smartutils_py-0.0.5-py3-none-any.whl (116.7 kB view details)

Uploaded Python 3

File details

Details for the file smartutils_py-0.0.5.tar.gz.

File metadata

  • Download URL: smartutils_py-0.0.5.tar.gz
  • Upload date:
  • Size: 67.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.10.11 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for smartutils_py-0.0.5.tar.gz
Algorithm Hash digest
SHA256 3398d8f1b650b26a09d49b2b84284ded5dd0e7d724ad22788ee69de7caa6c0a8
MD5 53b20e5fa362ecc83abe938e9b6371f7
BLAKE2b-256 ba3f7e3168e90c983ee02fc815b17b23e7c3f5867fbc3fde15628ad539a47866

See more details on using hashes here.

File details

Details for the file smartutils_py-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: smartutils_py-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 116.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.10.11 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for smartutils_py-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6a04a6cc42dfa3c3119178709f2c5a800e6a5a201ab4c45039e59eec530635f8
MD5 4c9df6540e5b3db102ad5ea0e6a91c11
BLAKE2b-256 e5b6a9cc5ee087e7d6a7f5eab79763a864c4f27580fcae7a0ad53a2bd6ab06eb

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