0 purchases
bmc 0.0.4
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
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]]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.