Metadata-Version: 2.1
Name: mzy_py
Version: 0.2.5
Summary: This is a simple open-source Python toolkit. It is currently in the testing phase and only implements simplified handling of a few specific pandas commands, as well as the ability to set up a basic Flask server with one click.
Author-email: MaZiYan <2011283064@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/MaZiYan/mzy_py
Project-URL: Repository, https://github.com/MaZiYan/mzy_py
Project-URL: Issues, https://github.com/MaZiYan/mzy_py/issues
Keywords: mzy,du_csv,du_excel,dayin,lianjie,plus_mzy,minus_mzy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31
Requires-Dist: numpy<2.1,>=1.24
Requires-Dist: pandas<3,>=2.1
Requires-Dist: matplotlib<4,>=3.7
Requires-Dist: seaborn>=0.12.2
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: flask>=2.3
Requires-Dist: qrcode>=1.0
Requires-Dist: Pillow<11,>=10.0.0

# My Open Source Package
这是一个简单的开源Python工具包。目前处于测试阶段，仅实现了对pandas的极个别指令的简化处理，和一键搭建Flask简易服务器的功能。

## 安装
```bash
pip install mzy_py
