Simpleapi
A Python web framework.
Install / Use
/learn @adhamsalama/SimpleapiREADME
SimpleAPI
SimpleAPI is a minimalistic, unopinionated web framework for Python, inspired by FastAPI & Flask.
SimpleAPI is a WSGI compliant framework.
This is a hobby project made for educational purposes because I want to try learning writing a web server framework.
So, this is obviously not meant for production environments.
Development of SimpleAPI is tracked at this GitHub project.
Installation
pip install simplestapi
Usage
An example of using SimpleAPI:
Copy the following code to a file called app.py
from simpleapi import SimpleAPI
app = SimpleAPI()
@app.get("/hello")
def hello():
return "Hello, world!"
Run it with gunicorn app:app
More examples can be found in tests
Documentation
https://adhamsalama.github.io/simpleapi

Related Skills
gh-issues
349.0kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
349.0kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
349.0kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
