HomeFreeBSD

txrestapi makes it easier to create Twisted REST API services. Normally,

Description

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 <yuri@rawbw.com>

Details

Provenance
miwiAuthored on
Parents
rP404386: - Update to 2.2.2
Branches
Unknown
Tags
Unknown