A Python wrapper for the MinIO client (mc)
Project description
MinIO Admin Client
pyminioadmin is a Python Wrapper for the MinIO client (mc) that provides admin operations and other functionalities not supported by the official Minio SDK. Please note that this wrapper requires the MinIO client (mc) to be installed on the machine.
Requirements
- Python and pip installed.
- MinIO client installed on the machine with the path environment added as
mc.
Usage Example
from pyminioadmin import MinioAdminClient
# Initialize the MinIO Admin Client
client = MinioAdminClient('host:3000', 'access-key', 'secret-key')
# Example: Create a new user
client.create_user('new-access-key', 'new-secret-key')
Source Code
The source code for this project is available on GitHub:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyminioadmin-0.0.8.tar.gz.
File metadata
- Download URL: pyminioadmin-0.0.8.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d124e128caab5d671e1f44c545d28c45edc91fd289ed51092500b61ed6110fdc
|
|
| MD5 |
3dbdda9c034740566d06bf74e980e85b
|
|
| BLAKE2b-256 |
3be6de45efa14da0a18024ae65d68874a599fbbae7b60d12393df9776db14c00
|
File details
Details for the file pyminioadmin-0.0.8-py2.py3-none-any.whl.
File metadata
- Download URL: pyminioadmin-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2928517eebd2bb66281442b3d32ba3a8dbff396e36dfa9299772db4696a9cfc9
|
|
| MD5 |
3d52bc5eb669cd33d652d2e607564609
|
|
| BLAKE2b-256 |
5613310c31f8bd6c09fb259c7977e0b194281586ddaf853240b1dc272bae29c6
|