Metadata-Version: 2.4
Name: moxtools
Version: 0.9.9
Summary: A multi-utility toolkit compiled with Cython
Author: Morgan Chen
Author-email: tetsuhou@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: chart
Requires-Dist: matplotlib; extra == "chart"
Provides-Extra: data
Requires-Dist: numpy; extra == "data"
Requires-Dist: pandas; extra == "data"
Requires-Dist: scipy; extra == "data"
Provides-Extra: image
Requires-Dist: pillow; extra == "image"
Provides-Extra: io
Requires-Dist: requests; extra == "io"
Requires-Dist: click; extra == "io"
Requires-Dist: python-dotenv; extra == "io"
Requires-Dist: pyyaml; extra == "io"
Provides-Extra: all
Requires-Dist: numpy; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: pillow; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: scipy; extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: click; extra == "all"
Requires-Dist: python-dotenv; extra == "all"
Requires-Dist: pyyaml; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

`moxtools` 是一個全方位的 Python 多功能工具庫，採用 Cython 編譯以提高執行效率與代碼安全性。本工具庫採用了延遲載入 (Lazy Import) 機制，使各子模組在被真正存取時才進行載入，顯著縮短了套件啟動載入時間，並有效避免了 Python 常見的循環匯入 (Circular Import) 問題。

- **支援的平台與環境**：
  - **作業系統**：Windows & Linux
  - **語言/運行環境版本**：Python >= 3.8
