aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-24 19:32:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-24 19:32:06 +0000
commit4158dfa826bea47ffc0023b2e26c4b3fc3ebd869 (patch)
tree02d847fd1a412e4076bcd39fc2a3e65d5c47884e /net/Makefile
parent5c9e3ce4df75a91b05eac33c9e7dd18a79c1cbda (diff)
downloadports-4158dfa826bea47ffc0023b2e26c4b3fc3ebd869.tar.gz
ports-4158dfa826bea47ffc0023b2e26c4b3fc3ebd869.zip
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>
Notes
Notes: svn path=/head/; revision=404387
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index ff8b93b2b807..e1f7c94e7957 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -996,6 +996,7 @@
SUBDIR += py-twitter
SUBDIR += py-twitter-tools
SUBDIR += py-txamqp
+ SUBDIR += py-txrestapi
SUBDIR += py-uritemplate
SUBDIR += py-urllib3
SUBDIR += py-wolframalpha