freebsd-ports/www/py-tgwebservices/pkg-descr
Nicola Vitale c1e95e4dec - Update to 1.2.2
- Convert easy_install support to <bsd.python.mk>
- Update WWW url in pkg-descr

PR:		ports/130784
Submitted by:	nivit
2009-01-20 16:45:40 +00:00

10 lines
428 B
Text

Multiprotocol Web Services for TurboGears
TGWebServices provides a super simple API for creating web services
that are available via SOAP, HTTP->XML, and HTTP->JSON.
The SOAP API generates WSDL automatically for your Python and even
generates enough type information for statically typed languages
(Java and C#, for example) to generate good client code on their end.
Author: Kevin Dangoor
WWW: http://code.google.com/p/tgws/