/bmc

BIGmama Technology Python 3 wrapper for MinIO command line interface

Primary LanguagePythonOtherNOASSERTION

coverage

bmc

bmc is a Python 3 wrapper library for MinIO's command line interface mc and minio. MinIO, an Amazon Simple Storage Service (S3) compatible object storage. It has a useful Python client library which unfortunately lacks administrative capabilities that the mc and minio command line interfaces provide, such as adding users and hosts, which we need to do for the iko machine learning platform. This library solves that problem.

Installation

pip install bmc

asciicast

Development

git clone https://gitlab.com/big-mama-tech/bmc
cd bmc
pip install -e .

# Generate documentation
sphinx-build -b html docs docs/html

[[TOC]]