Metadata-Version: 2.4
Name: lfwpythontools
Version: 0.1.0
Summary: 个人Python工具库 - matplotlib图表保存工具
Author-email: Fangwei Liu <lfwchemistry520@163.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/lfwpythontools
Project-URL: Repository, https://github.com/yourusername/lfwpythontools.git
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.0

# Lfw_Python_Tools

个人Python工具库，包含常用的工具函数。

## 安装

```bash
pip install -e .
