Metadata-Version: 2.2
Name: pywander
Version: 0.8.1
Summary: a general purpose python module.
Home-page: https://github.com/a358003542/pywander
Author: wanze
Author-email: a358003542@outlook.com
Maintainer: wanze
Maintainer-email: a358003542@outlook.com
License: MIT
Keywords: python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: pillow>=10.0.0

# pywander
a general purpose python module.


## USAGE
user just ust the package.
```
pip install pywander
```

## Console Scripts
### pywander_image
convert image
```
pywander_image convert --help
```
resize image

```text
pywander_image resize --help
```

## TEST
local environment run 
```
pip install -e .
```
and run 

```
pytest
```
