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.2.tar.gz
(14.6 kB
view details)
Built Distributions
minio-0.2.2.linux-x86_64.tar.gz
(33.8 kB
view details)
minio-0.2.2-py2.py3-none-any.whl
(24.7 kB
view details)
File details
Details for the file minio-0.2.2.tar.gz
.
File metadata
- Download URL: minio-0.2.2.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5ac630d727a3eaf4f29826b6ba3e9abf15cf4db1c97de86a2292b11a56db1ee2
|
|
MD5 |
e7f914fe43ebe54122c20ff71da8cd00
|
|
BLAKE2b-256 |
a2fef8801f04d798a98b0100896e820ab6860af05a00e946957b728dca39a116
|
File details
Details for the file minio-0.2.2.linux-x86_64.tar.gz
.
File metadata
- Download URL: minio-0.2.2.linux-x86_64.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0e74a48c33bb8349908f79fb56044383b26f29afce40466223d089455a82ff64
|
|
MD5 |
b187d869a3d20152ccb2ad714ef8afde
|
|
BLAKE2b-256 |
e17a4e958787bbdc05ad32b25bac13b225754befb573c08d25075510380e0412
|
File details
Details for the file minio-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: minio-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b017d112134e3ff9d6937c7893cdc1d1341e8098fae48849b1c04026533a4e87
|
|
MD5 |
d8daac1c3bb1a84a3b128435024ab091
|
|
BLAKE2b-256 |
ad015cdf248a138096b3fbfe9f91a2778c03912ac5fb01085e074a0642f66de4
|