Metadata-Version: 2.2
Name: valar
Version: 0.0.7
Summary: valar for morghulis
Author: LYP
Author-email: liuyinpeng@buaa.edu.cn
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: channels==3.0.3
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

valar for morghulis

# prepare
```sh
python -m pip install --upgrade pip
```
```sh
pip install --upgrade build
```
```sh
pip install twine
```

# publish
```sh
rm -r dist
```
```sh
python -m build
```
```sh
twine check dist/*
```
```sh
twine upload dist/*
```
