Metadata-Version: 2.3
Name: simtoolsz
Version: 0.2.1
Summary: A simple tool collection.
Author-email: Sidney Zhang <liangyi@me.com>
License: MulanPSL-2.0
Keywords: collection,tool
Requires-Python: >=3.11
Requires-Dist: duckdb>=1.4.0
Requires-Dist: pendulum>=3.1.0
Description-Content-Type: text/markdown

# simtoolsz

<img alt="PyPI - License" src="https://img.shields.io/pypi/l/simtoolsz">


[English](README_EN.md) | 中文

一个简单、方便的工具集合，包含一些好用的函数、类、方法。

计划把我之前写的[工具包](https://github.com/SidneyLYZhang/pytoolsz)做一些精简，之前的包被我塞了太多的东西。
现在做一些精简，保留最常用的哪些工具，以及一些常用的函数。


## 安装

```bash
pip install simtoolsz
```
