Wsgiservice
Python WSGI framework to create REST web services
Install / Use
/learn @pneff/WsgiserviceREADME
WsgiService is a lean Python WSGI framework for very easy creation of REST services.
A REST service in this context is a HTTP service to be used by machines. So a service should output something like XML, JSON or any other machine-readable format.
LINKS
- Documentation: https://wsgiservice.readthedocs.org/en/latest/
- Package index page: http://pypi.python.org/pypi/WsgiService
GOALS
The primary guiding principle is that the actual service should be as easy and small to write as possible. And here's what the WsgiService framework will do for the developer:
- Abstract away error and status code handling
- Make it easy to create machine readable output
- Easily validate input
- Easy deployment using good configuration file handling
- Make testing easy
- Create usable REST API documentation from source
- Content negotiation to automatically use the correct output format
Just as important as what WsgiService tries to accomplish is what it will never be:
- WsgiService is not planning to be a full-featured frontend framework. Use your existing framework of choice for that, e.g. Pylons.
SEE ALSO
- servicegen http://github.com/pneff/servicegen/tree/master. The predecessor to WsgiService.
Related Skills
node-connect
349.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.7kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
