Minio Python Library for Amazon S3 compatible cloud storage for Python
Project description
# Minio Python Library for Amazon S3 compatible cloud storage
## 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.4.tar.gz
(14.6 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.4.linux-x86_64.tar.gz
(32.7 kB
view details)
minio-0.2.4-py2.py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file minio-0.2.4.tar.gz.
File metadata
- Download URL: minio-0.2.4.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2a1aaf516df785e0c4a8cc74c76fe1af8827049cf008bddc263ae594caa6c58
|
|
| MD5 |
77d2a0a5a690333961207261f3920f9a
|
|
| BLAKE2b-256 |
28a2cd008c6654886d568ce3fc873f1dc650fe8ee883029adbe24b427588aa8f
|
File details
Details for the file minio-0.2.4.linux-x86_64.tar.gz.
File metadata
- Download URL: minio-0.2.4.linux-x86_64.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfd3fd46993f5e89704e39c30d56a13b468f49ac4b65afdd28e28dd7aad65850
|
|
| MD5 |
373507f3586df5ca48089efca274049c
|
|
| BLAKE2b-256 |
6750f52b18498160dfd93da4c2a9224be0fb9252e25eec99f4f7f26623ab95dc
|
File details
Details for the file minio-0.2.4-py2.py3-none-any.whl.
File metadata
- Download URL: minio-0.2.4-py2.py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8c44c62258fe508d5f119ff4f0f1b72d0e7cd1802b8ff276f5ebada2b1c512d
|
|
| MD5 |
c12fe50464b45c8e10801e78584e9af0
|
|
| BLAKE2b-256 |
88ff01a20f284aae5596a733d7a244d16aae09df46ea4b83db3f400c8632ae2d
|