# 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
Release files for minio 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| minio-0.2.2.tar.gz | 14.6 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| minio-0.2.2.linux-x86_64.tar.gz | Details | |||
| minio-0.2.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 73.0 kB
Release files / minio-0.2.2.tar.gz
| Download URL | minio-0.2.2.tar.gz |
|---|---|
| Size | 14.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ac630d727a3eaf4f29826b6ba3e9abf15cf4db1c97de86a2292b11a56db1ee2
|
|
BLAKE2b-256 checksum How to use checksums |
a2fef8801f04d798a98b0100896e820ab6860af05a00e946957b728dca39a116
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / minio-0.2.2.linux-x86_64.tar.gz
| Download URL | minio-0.2.2.linux-x86_64.tar.gz |
|---|---|
| Size | 33.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0e74a48c33bb8349908f79fb56044383b26f29afce40466223d089455a82ff64
|
|
BLAKE2b-256 checksum How to use checksums |
e17a4e958787bbdc05ad32b25bac13b225754befb573c08d25075510380e0412
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / minio-0.2.2-py2.py3-none-any.whl
| Download URL | minio-0.2.2-py2.py3-none-any.whl |
|---|---|
| Size | 24.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b017d112134e3ff9d6937c7893cdc1d1341e8098fae48849b1c04026533a4e87
|
|
BLAKE2b-256 checksum How to use checksums |
ad015cdf248a138096b3fbfe9f91a2778c03912ac5fb01085e074a0642f66de4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |