apiminio is a Python package that provides a ready-to-use REST API for interacting with MinIO S3 storage, built with FastAPI and the MinIO Python client. It enables seamless file uploads, downloads, and bucket management via HTTP interface ideal for integrating MinIO S3 into your applications with minimal setup.
Project description
apiminio
🚧🚧🚧 apiminio package is under construction 🚧🚧🚧
apiminio is a Python package that provides a ready-to-use REST API for interacting with MinIO S3 storage, built with FastAPI and the MinIO Python client. It enables seamless file uploads, downloads, and bucket management via HTTP interface ideal for integrating MinIO S3 into your applications with minimal setup.
- Github repository: https://github.com/raederan/apiminio/
- Documentation https://raederan.github.io/apiminio/
📄 Table of Contents
📚 Project
- At 1st basic implementation of apiminio, handling buckets and files will be focused.
- Security will be at the 2nd development stage using authenticated sessions by credentials as well as tokens.
- Certificate handling and TLS will be the 3rd level.
🚦 Prerequisites
- minio endpoint, access key, and secret key
- Recommended Dev Setup
🚀 Install
Recommended
uv add apiminio
or use pip
pip install apiminio
✔️ Usage
TBD
🥐 Recommended Dev Setup Kubernetes
This repository has a skaffold.yaml configuration with a working minio as well as the apiminio service to bootstrap the development 😎🙌
🛞 Commands
To clone this repository, run:
git clone https://github.com/raederan/apiminio.git
To instantly provide minio with apiminio, e.g., run:
skaffold dev --no-prune=false --cache-artifacts=false --default-repo localhost:32000/apiminio --port-forward
📜 License
This project is licensed under the terms of the Apache License 2.0.
🦥 Authors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
File details
Details for the file apiminio-0.1.2.tar.gz.
File metadata
- Download URL: apiminio-0.1.2.tar.gz
- Upload date:
- Size: 133.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92070eb30c186428a73731ebad14450a81522a6ffbd97656b73fdb9195a6a621
|
|
| MD5 |
a6a58b57fa35f8c019d541cceab59174
|
|
| BLAKE2b-256 |
974744dbf270267a79c91e90bf9ea04a95de0bf9984ecf61a71ee9d26f529871
|
File details
Details for the file apiminio-0.1.2-py3-none-any.whl.
File metadata
- Download URL: apiminio-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ad38eb41d275d8d949c9da9e4d29bf65869124a9f02dd284bdf30dc1d7107bc
|
|
| MD5 |
7fb370c2a65d1309c89b8761f6cd963d
|
|
| BLAKE2b-256 |
66c57210a146cd2fc2cc3237e4b561384580483e32074cb6025ce10ea4dcdd70
|