freebsd-ports/devel/py-wsme/pkg-descr
Sunpoet Po-Chuan Hsieh 9fc2d35990 Update to 0.10.0
- Add LICENSE
- Update version requirement of BUILD_DEPENDS
- Update pkg-descr
- Take maintainership

Changes:	https://opendev.org/x/wsme/commits/branch/master
2020-09-13 19:45:48 +00:00

14 lines
685 B
Text

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.
WWW: https://opendev.org/x/wsme