Metadata-Version: 2.1
Name: wxw
Version: 1.0.8
Summary: A library for wxw
Home-page: https://github.com/weixianwei0129/wxwLibrary
Author: weixianwei
Author-email: weixianwei0129@gmail.com
License: UNKNOWN
Keywords: pip,wxw
Platform: any
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev

# MyLibrary

## Usage

- clone this repo and `cd mylibrary`
- `pip install -e .`

## Release

```commandline
python setup.py sdist
twine upload dist/wxw-x.x.x.tar.gz --verbose
```

