Simplify the writing of REST APIs, and extend them with additional protocols
Web Services Made Easy (WSME) simplifies the writing of REST web services by providing simple yet powerful typing, removing the need to directly manipulate the request and the response objects. WSME can work standalone or on top of your favorite Python web (micro)framework, so you can use both your preferred way of routing your REST requests and most of the features of WSME that rely on the typing system like: - Alternate protocols, including those supporting batch-calls - Easy documentation through a Sphinx extension WSME is originally a rewrite of TGWebServices with a focus on extensibility, framework-independence and better type handling.
$
pkg install py311-wsmeOrigin
devel/py-wsme
Size
1017KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
6 packages
Required by
0 packages