Metadata-Version: 2.1
Name: minio-tool
Version: 1.0.0
Summary: minio 创建/删除 bucket, 上传文件等
Home-page: https://gitee.com/ikxyang/minio_tool.git
Author: ikxyang
Author-email: sosdawn@163.com
License: apache 3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: minio (==7.1.8)

```python

from minio_tool import MinioBucket

minio_bucket = MinioBucket(
    service='', secret_key='', access_key=''
)


```

