aboutsummaryrefslogblamecommitdiff
path: root/net/py-txrestapi/pkg-descr
blob: b35563abc96d2c3d26df7266d71a1c49609741e6 (plain) (tree)
1
2
3
4
5
6
7
8






                                                                        
                                        
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.org/project/txrestapi/