diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 11:24:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 11:24:56 +0000 |
commit | 4b4d667306eeb408a0f516dc168fded920d2bb6c (patch) | |
tree | 1becde0d31dc5b06f77fc84c213c05b208f68d8e /www/Makefile | |
parent | fa6582ee2658af1a7e5cd33d6f814620192a0c61 (diff) | |
download | ports-4b4d667306eeb408a0f516dc168fded920d2bb6c.tar.gz ports-4b4d667306eeb408a0f516dc168fded920d2bb6c.zip |
Slumber is a python library that provides a convenient yet powerful object
orientated interface to ReSTful APIs. It acts as a wrapper around the
excellent requests_ library and abstracts away the handling of urls,
serialization, and processing requests.
WWW: http://slumber.in/
PR: ports/168557
Submitted by: koobs <koobs.freebsd@gmail.com>
Notes
Notes:
svn path=/head/; revision=298577
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index eb7fb1139cf1..d6a4faf8e949 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1594,6 +1594,7 @@ SUBDIR += py-scriptaculous SUBDIR += py-selenium SUBDIR += py-slimmer + SUBDIR += py-slumber SUBDIR += py-surl SUBDIR += py-textile SUBDIR += py-tgwebservices |