Metadata-Version: 2.1
Name: pywander
Version: 0.6.2
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

# pywander
a general purpose python module.


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

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

```
pytest
```
