Minimal Object Storage Library for Python
Project description
# Minimal object storage library for Python
## Install
The recommended technique for installing this package is through pip.
```sh
$ pip install minio
```
## Example
```python
#!/usr/bin/env python
from minio.minio import Minio
# Instantiate a client
client = Minio('https://s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')
# List buckets
buckets = client.list_buckets()
for bucket in buckets:
print 'bucket:', bucket.name, bucket.creation_date
```
## Join The Community
* Community hangout on Gitter https://gitter.im/minio/minio
* Ask questions on Quora https://www.quora.com/Minio
## Install
The recommended technique for installing this package is through pip.
```sh
$ pip install minio
```
## Example
```python
#!/usr/bin/env python
from minio.minio import Minio
# Instantiate a client
client = Minio('https://s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')
# List buckets
buckets = client.list_buckets()
for bucket in buckets:
print 'bucket:', bucket.name, bucket.creation_date
```
## Join The Community
* Community hangout on Gitter https://gitter.im/minio/minio
* Ask questions on Quora https://www.quora.com/Minio
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minio-0.2.1.tar.gz
(13.1 kB
view details)
Built Distributions
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
minio-0.2.1.linux-x86_64.tar.gz
(30.8 kB
view details)
minio-0.2.1-py2.py3-none-any.whl
(20.1 kB
view details)
File details
Details for the file minio-0.2.1.tar.gz.
File metadata
- Download URL: minio-0.2.1.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1623f5fa136663fdc98e84541b6252981da06c39e5aa35ae094ba00a8edebbcd
|
|
| MD5 |
9ce8c31e238dcdae32d1f6f1133de071
|
|
| BLAKE2b-256 |
4ca7816437d311e32c5cb974971674ef7fdf61a3f59dc71d5e3de0ac376ded89
|
File details
Details for the file minio-0.2.1.linux-x86_64.tar.gz.
File metadata
- Download URL: minio-0.2.1.linux-x86_64.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6db39b7345e48919d0884802d7220eca7a31545d3314e7d29fd7ae19f58baa2b
|
|
| MD5 |
2e82b92de55ce320adb38e69fb53bb91
|
|
| BLAKE2b-256 |
79626caf69020cdbdf55f3f4e3924b45d738c86d8d825f0d1d095a949d0f1196
|
File details
Details for the file minio-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: minio-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fde32ec623af059fb2fed4da83d17034cd51c1fded34fdee55146987db0d404
|
|
| MD5 |
b2bef18eb036f3b5a383e26eeb52fc6f
|
|
| BLAKE2b-256 |
b34362ad1a0fcd4681a539a7babad4351e36f9016151e98f76e034116427c0a5
|