diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-25 03:32:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-25 03:32:06 +0800 |
commit | d29711c65afd2bf32328da3c9dc3d8b9f9e06232 (patch) | |
tree | 02d847fd1a412e4076bcd39fc2a3e65d5c47884e /net/Makefile | |
parent | 870428eef36bdb732ccf17d40d94914e0d7c5d96 (diff) | |
download | freebsd-ports-gnome-d29711c65afd2bf32328da3c9dc3d8b9f9e06232.tar.gz freebsd-ports-gnome-d29711c65afd2bf32328da3c9dc3d8b9f9e06232.tar.zst freebsd-ports-gnome-d29711c65afd2bf32328da3c9dc3d8b9f9e06232.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>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
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 |