MikuAPI: A modern lightweight Python web framework
Project description
MikuAPI
A lightweight Python web framework built from scratch.
Install
pip install mikuapi
Quick Start
from mikuapi import MikuAPI
app = MikuAPI()
@app.get("/") def home(): return {"message": "Hello from MikuAPI"}
Run server:
mikuapi run main:app --reload
Documentation
Full documentation coming soon.
License
MIT
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
mikuapi-0.1.0.tar.gz
(8.8 kB
view details)
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
mikuapi-0.1.0-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file mikuapi-0.1.0.tar.gz.
File metadata
- Download URL: mikuapi-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90fd91931642f950eab09beefe98ce0dbe0c3e6c75f4b032aeedab540f8f9d94
|
|
| MD5 |
5961bff7e0c666058e645422af3859e6
|
|
| BLAKE2b-256 |
436ab8cefa7ce2799011ca4996431006db06917b5d40cbf884f5e35e97e53ad9
|
File details
Details for the file mikuapi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mikuapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f447fddc285143e7db741967c36e4df898fd4cbf029caf5dab00357f0ca9371
|
|
| MD5 |
2e023cfccaaccf26f262bbfcb5ec10b2
|
|
| BLAKE2b-256 |
6446a4394f357d4ec4c090e6103bef13dbd451dc1485594ab286a25a712890b8
|