Metadata-Version: 2.4
Name: Alaea
Version: 2.3.4
Summary: Some simple tools by Christmas
Author: Christmas
Author-email: 273519355@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: netCDF4
Requires-Dist: xarray
Requires-Dist: colorlog
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary



## 1. Installation
To install this package, run:

```shell
pip3 install Alaea
```


## 2. Usages

```python
from Alaea import *
```
or
```python
import Alaea
```

