Metadata-Version: 2.4
Name: mzy_py
Version: 0.2.9
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
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25
Requires-Dist: numpy>=1.21
Requires-Dist: pandas<3,>=1.3
Requires-Dist: matplotlib<4,>=3.5
Requires-Dist: seaborn<1,>=0.11
Requires-Dist: beautifulsoup4>=4.9
Requires-Dist: flask<4,>=2.0
Requires-Dist: qrcode<8,>=7.0
Requires-Dist: Pillow<11,>=8.0
Requires-Dist: scikit-learn<2,>=1.0
Requires-Dist: jieba<2,>=0.42
Dynamic: license-file

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

## 安装
```bash
pip install mzy_py
