K 10 svn:author V 4 miwi K 8 svn:date V 27 2015-12-24T19:32:06.267220Z K 7 svn:log V 455 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/ PR: 205064 Submitted by: Yuri Victorovich END