1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-wsme/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

9 lines
447 B
Plaintext

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.
WWW: https://pypi.org/project/WSME/