Metadata-Version: 2.1
Name: cedarkit-comp
Version: 2024.4.0
Summary: A meteorological computation tool for CEMC/CMA.
Author-email: Wang Dapeng <perillaroc@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/perillaroc/cedarkit-comp
Project-URL: Repository, https://github.com/perillaroc/cedarkit-comp.git
Keywords: computation,meteorological
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: scipy
Requires-Dist: importlib-metadata; python_version < "3.8"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: cov
Requires-Dist: pytest-cov; extra == "cov"
Requires-Dist: codecov; extra == "cov"

# cedarkit-comp

气象数据计算库

## 安装

```bash
pip install cedarkit-comp
```

## 使用

## LICENSE

Copyright &copy; 2024, developers at cemc-oper.

`cedarkit-comp` is licensed under [Apache License V2.0](./LICENSE)
