diff options
author | koobs <koobs@FreeBSD.org> | 2013-06-30 21:44:49 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-06-30 21:44:49 +0800 |
commit | dd955c47c861a749389ccf521fe381dba75440d4 (patch) | |
tree | 4d45e418825600e4489485cfdec50c734e7430fc /www/Makefile | |
parent | abf70a84fff412c105b4990fd45931853d9da68e (diff) | |
download | freebsd-ports-gnome-dd955c47c861a749389ccf521fe381dba75440d4.tar.gz freebsd-ports-gnome-dd955c47c861a749389ccf521fe381dba75440d4.tar.zst freebsd-ports-gnome-dd955c47c861a749389ccf521fe381dba75440d4.zip |
www/py-praw: Python Reddit API Wrapper [NEW PORT]
PRAW, an acronym for "Python Reddit API Wrapper", is a python package
that allows for simple access to reddit's API. PRAW aims to be as easy
to use as possible and is designed to follow all of reddit's API rules.
You have to give a useragent that follows the rules, everything else is
handled by PRAW so you needn't worry about violating them.
WWW: http://praw.readthedocs.org
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 959c0020c1aa..80e663a3ac57 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1629,6 +1629,7 @@ SUBDIR += py-plonetheme.sunburst SUBDIR += py-poster SUBDIR += py-postmarkup + SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-py-restclient SUBDIR += py-pylons |