Metadata-Version: 2.1
Name: bmc
Version: 0.0.4
Summary: Python wrapper for Minio Admin
Home-page: https://big-mama-tech.gitlab.io/bmc/
Author: BIGmama Technology
Author-email: contact@big-mama.io
License: Proprietary
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown

![coverage](https://gitlab.com/big-mama-tech/bmc/badges/master/coverage.svg?job=test)

# bmc

bmc is a Python 3 wrapper library for MinIO's command line interface [mc](https://github.com/minio/mc) and `minio`. 
[MinIO](https://min.io), an Amazon Simple Storage Service (S3) compatible object storage. It has a useful [Python client library](https://github.com/minio/minio-py) 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](https://iko.ai) machine learning platform. This library solves that [problem](https://github.com/minio/minio-py/issues/829).


## Installation

```bash
pip install bmc
```

[![asciicast](https://asciinema.org/a/8CTCfGKzCHHt7IaL7wNCvoyJe.svg)](https://asciinema.org/a/8CTCfGKzCHHt7IaL7wNCvoyJe)

## Development

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

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


[[_TOC_]]





