Metadata-Version: 2.1
Name: wxbtool
Version: 0.0.5
Summary: A toolkit for WeatherBench based on PyTorch
Home-page: https://github.com/caiyunapp/wxbtool
Author: Mingli Yuan
Author-email: mingli.yuan@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Source, https://github.com/caiyunapp/wxbtool
Project-URL: Tracker, https://github.com/caiyunapp/wxbtool/issues
Platform: UNKNOWN
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: torch
Requires-Dist: numpy
Requires-Dist: netcdf4
Requires-Dist: toolz
Requires-Dist: dask
Requires-Dist: xarray
Requires-Dist: opencv-python

# wxbtool

A toolkit for WeatherBench based on PyTorch

How to release
---------------

```bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

git tag va.b.c master
git push origin va.b.c
```

Contributors
------------

* Mingli Yuan ([Mountain](https://github.com/mountain))
* Ren Lu


