Metadata-Version: 2.4
Name: moisten
Version: 2.0.1
Summary: A toolbox for atmospheric scientists, including data processing and plotting functions.
Project-URL: Repository, https://gitee.com/lilidream/moisten
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray>=2024.03.0
Requires-Dist: numpy>=2.1.0
Requires-Dist: rich>=13.8.0
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: moisten-plot>=0.1.3
Requires-Dist: moisten-ew>=0.1.3
Dynamic: license-file

# Moisten
Moisten 是由 Lilidream 开发的一个 Python 库，用于简化处理气象数据、画图时的操作。它提供了一些便捷的函数和工具，帮助用户更高效地进行数据处理和可视化。
主要由三大部分构成：

 - moisten 本体，包含数据处理以及实用工具函数。
 - moisten-plot，独立 Python 包，包含绘图相关函数，针对邮票图、地图类型绘图优化，同时支持出版规范排版。（作为主体的 Requirement）
 - moisten-ew，独立 Python 包（[文档](http://moisten.nightship.cn/ew)），包含热带波动、滤波相关内容。（作为主体的 Requirement）
