opnsense-ports/net/py-txrestapi/pkg-descr
Franco Fichtner 4cd9a1d9b0 */*: sync with upstream
Taken from: FreeBSD
2015-12-25 14:34:48 +01:00

8 lines
395 B
Text

txrestapi makes it easier to create Twisted REST API services. Normally,
one would create Resource subclasses defining each segment of a path;
this is cubersome to implement and results in output that isn't very
readable. txrestapi provides an APIResource class allowing complex
mapping of path to callback (a la Django) with a readable decorator.
WWW: https://pypi.python.org/pypi/txrestapi/