Metadata-Version: 2.1
Name: oktool
Version: 0.0.0.1
Summary: A short description of your awesome package
Author: yinlong
Author-email: your.email@example.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# oktool
# 字符串工具类
```python
 #字符串是否为空白
 str_util.is_blank('dd')
``` 
