Metadata-Version: 2.1
Name: pyboon
Version: 0.0.18
Summary: A boon
Home-page: https://github.com/east196/pyboon
Author: east196
Author-email: east196@outlook.com
License: Apache License 2.0
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

# pyboon

This is a boon for python3.

## Development
```
python setup.py sdist bdist_wheel 
twine upload dist/* 
```

