{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"}],"enrichment":{"capability":"Provides high-level Python APIs to connect to MinIO or Amazon S3-compatible object storage services for uploading, downloading, and managing files and buckets.","skillfed_tags":["s3-compatible","object-storage","cloud-storage"],"use_cases":["Upload and download files to a MinIO cluster or S3-compatible storage from a Python application.","Programmatically create and manage buckets and set access policies on object storage.","Integrate cloud object storage into data processing pipelines or web applications.","Migrate files between local storage and MinIO or S3-compatible services.","Build backup or archival workflows that store objects in S3-compatible storage."],"what_it_does":"The MinIO Python SDK is a client library for interacting with MinIO object storage or any Amazon S3-compatible service. It abstracts the underlying S3 API into high-level Python methods for common operations like bucket creation, file upload and download, object listing, and metadata management. The library handles authentication, HTTP communication via urllib3, and cryptographic operations through its dependencies.\n\nTypical usage involves instantiating a Minio client with an endpoint URL and credentials, then calling methods to manage buckets and objects. The SDK is production-stable, actively maintained, and supports modern Python versions (3.9 through 3.13). It carries no known security vulnerabilities and uses permissive licensing, making it suitable for both open-source and commercial projects.","worth_installing":"Yes. The package is production-stable, actively maintained, has zero known vulnerabilities, low install friction, and permissive licensing. It is the standard way to interact with MinIO and S3-compatible storage from Python. Install it if you need to work with object storage in your application."},"id":"minio","links":{"html":"https://skillfed.io/packages/minio","md":"https://skillfed.io/packages/minio.md","pypi":"https://pypi.org/project/minio/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-11-27","license_spdx":null,"license_treatment":"permissive","name":"minio","python_support":"supports_current","summary":"MinIO Python SDK for Amazon S3 Compatible Cloud Storage"},"popularity":{"monthly_downloads":12925957,"position":1302,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.2.20"}
