Metadata-Version: 2.1
Name: bestv-common-util
Version: 0.3.4
Summary: Bestv Common Util
Home-page: UNKNOWN
Author: liu.qingchen
Author-email: liu.qingchen@bestv.com.cn
License: MIT
Keywords: bestv_common_util,nacos,kms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas

# bestv-common-util


### Installing
```shell
pip install build twine
python -m build
  or python setup.py bdist_wheel sdist
python -m twine upload dist/*
pip uninstall bestv_common_util -y
pip install bestv_common_util -i https://pypi.org/simple
```

## Getting started
### nacos_util & kms_util
```shell
pip install alibabacloud_kms20160120==2.2.3
pip install yaml
```

### oss_util
```shell
pip install oss2
```

### s3_util
```shell
pip install boto3
```

