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.3.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.3.linux-x86_64.tar.gz
(32.7 kB
view details)
minio-0.2.3-py2.py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file minio-0.2.3.tar.gz.
File metadata
- Download URL: minio-0.2.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c5c9e54241e06007ebc4058021c5797178f20b1d85c6824a6043f7a279b9bc1
|
|
| MD5 |
72d0f2f795533248282ede6fe1c2c542
|
|
| BLAKE2b-256 |
fc28e1edc3afb58fb1af5edd427722b76b84cceab35fb846bdf46ee776651802
|
File details
Details for the file minio-0.2.3.linux-x86_64.tar.gz.
File metadata
- Download URL: minio-0.2.3.linux-x86_64.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c75b09497ef4394b30651d0ae864165cb8dedf55e9e551cad7b31fd3323ba407
|
|
| MD5 |
1a3105ebdbe27a51b61dffcaea90e218
|
|
| BLAKE2b-256 |
c7a05b0bc8f04bc8330031ffcc2925992aa3c9ca18853bdf4b7c26cbd2a8a6a2
|
File details
Details for the file minio-0.2.3-py2.py3-none-any.whl.
File metadata
- Download URL: minio-0.2.3-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 |
2755ee9a4be26feb2f131432ffd8e0b14867a984899777ab4766bc89c71b84ca
|
|
| MD5 |
93f562cd48515bb667173e22c14c26ee
|
|
| BLAKE2b-256 |
465201b969e84eee37f43f4c335ad1fada6c68a8d9fa1f5d26127c548cfb2c0e
|