Metadata-Version: 2.1
Name: bestv_common_util
Version: 0.2.4
Summary: Bestv Common Util
Home-page: UNKNOWN
Author: liu.qingchen
Author-email: liu.qingchen@bestv.com.cn
License: MIT
Description: # 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 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
        ```
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
