{ "info": { "author": "Minio, Inc.", "author_email": "dev@minio.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Minio Python Library for Amazon S3 Compatible Cloud Storage [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n## Install [![Build Status](https://travis-ci.org/minio/minio-py.svg)](https://travis-ci.org/minio/minio-py)\n\nThe recommended technique for installing this package is through pip.\n\n```sh\n$ pip install minio\n```\n\n## Example\n\n```python\n#!/usr/bin/env python\n\nfrom minio import Minio\n\n# Instantiate a client\nclient = Minio('s3.amazonaws.com',\n access_key='access_key',\n secret_key='secret_key')\n\n# List buckets\nbuckets = client.list_buckets()\nfor bucket in buckets:\n print('bucket:', bucket.name, bucket.creation_date)\n\n```\n\n## Examples:\n\n### Bucket Operations.\n\n[make_bucket(bucket, location)](examples/make_bucket.py)\n\n[list_buckets()](examples/list_buckets.py)\n\n[bucket_exists(bucket)](examples/bucket_exists.py)\n\n[remove_bucket(bucket)](examples/remove_bucket.py)\n\n[list_incomplete_uploads(bucket_name, prefix=None, recursive=False)](examples/list_incomplete_uploads.py)\n\n### Object Operations.\n\n[get_object(bucket_name, object_name)](examples/get_object.py)\n\n[get_partial_object(bucket_name, object_name, offset, length)](examples/get_partial_object.py)\n\n[put_object(bucket_name, object_name, length, data, content_type='application/octet_stream')](examples/put_object.py)\n\n[list_objects(bucket_name, prefix=None, recursive=False)](examples/list_objects.py)\n\n[stat_object(bucket_name, object_name)](examples/stat_object.py)\n\n[remove_object(bucket_name, object_name)](examples/remove_object.py)\n\n[remove_incomplete_upload(bucket_name, object_name)](examples/remove_incomplete_upload.py)\n\n### Presigned Operations.\n\n[presigned_get_object(bucket_name, object_name, expires=604800)](examples/presigned_get_object.py)\n\n[presigned_put_object(bucket_name, object_name, expires=604800)](examples/presigned_put_object.py)\n\n[presigned_post_policy(policy=PostPolicy())](examples/presigned_post_policy.py)\n\n## Contribute\n\n[Contributors Guide](./CONTRIBUTING.md)\n\n[![PYPI](https://img.shields.io/pypi/v/minio.svg)](https://pypi.python.org/pypi/minio)\n[![PYPI](https://img.shields.io/pypi/l/minio.svg)](https://pypi.python.org/pypi/minio)\n[![PYPI](https://img.shields.io/pypi/pyversions/minio.svg)](https://pypi.python.org/pypi/minio)\n[![PYPI](https://img.shields.io/pypi/dm/minio.svg)](https://pypi.python.org/pypi/minio)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/minio/minio-py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/minio/minio-py", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "minio-py3", "package_url": "https://pypi.org/project/minio-py3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/minio-py3/", "project_urls": { "Download": "https://github.com/minio/minio-py", "Homepage": "https://github.com/minio/minio-py" }, "release_url": "https://pypi.org/project/minio-py3/1.0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Minio Python Library for Amazon S3 Compatible Cloud Storage for Python", "version": "1.0.1.1" }, "last_serial": 2117584, "releases": { "1.0.1.1": [ { "comment_text": "", "digests": { "md5": "8005bc4af99c7f94269623162f6ee00d", "sha256": "a013b463a5559481c43dbcf959e327087caa467f9ca2baaa78a6e9be9350c4eb" }, "downloads": -1, "filename": "minio_py3-1.0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8005bc4af99c7f94269623162f6ee00d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35824, "upload_time": "2016-05-16T06:33:59", "url": "https://files.pythonhosted.org/packages/34/b2/f6ae467167aff84672b4b41e8ae32c0172ecf235110ba12aefd1701d541e/minio_py3-1.0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b74b3f489331d6fa7bd46d80d6b6b30", "sha256": "b691f3d36d0e0382615057eaf08140f600ba303b110cacf25113c384e43fbdd8" }, "downloads": -1, "filename": "minio-py3-1.0.1.1.tar.gz", "has_sig": false, "md5_digest": "7b74b3f489331d6fa7bd46d80d6b6b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26790, "upload_time": "2016-05-16T06:34:11", "url": "https://files.pythonhosted.org/packages/0a/cc/f0375a5060b1c74e8ac97d70cdb6a1e09953af1ab564336a103672df5360/minio-py3-1.0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8005bc4af99c7f94269623162f6ee00d", "sha256": "a013b463a5559481c43dbcf959e327087caa467f9ca2baaa78a6e9be9350c4eb" }, "downloads": -1, "filename": "minio_py3-1.0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8005bc4af99c7f94269623162f6ee00d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 35824, "upload_time": "2016-05-16T06:33:59", "url": "https://files.pythonhosted.org/packages/34/b2/f6ae467167aff84672b4b41e8ae32c0172ecf235110ba12aefd1701d541e/minio_py3-1.0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b74b3f489331d6fa7bd46d80d6b6b30", "sha256": "b691f3d36d0e0382615057eaf08140f600ba303b110cacf25113c384e43fbdd8" }, "downloads": -1, "filename": "minio-py3-1.0.1.1.tar.gz", "has_sig": false, "md5_digest": "7b74b3f489331d6fa7bd46d80d6b6b30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26790, "upload_time": "2016-05-16T06:34:11", "url": "https://files.pythonhosted.org/packages/0a/cc/f0375a5060b1c74e8ac97d70cdb6a1e09953af1ab564336a103672df5360/minio-py3-1.0.1.1.tar.gz" } ] }