diff options
author | wen <wen@FreeBSD.org> | 2016-06-27 09:52:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-06-27 09:52:14 +0800 |
commit | 9911fa625c32cf7d145f0181b0927a968208f33f (patch) | |
tree | c4f98abab0e52845eaebf49593ceee1696dbb176 /www/Makefile | |
parent | 59a0b6a7192c9fa91cdfd8d040fb26411caa2d73 (diff) | |
download | freebsd-ports-graphics-9911fa625c32cf7d145f0181b0927a968208f33f.tar.gz freebsd-ports-graphics-9911fa625c32cf7d145f0181b0927a968208f33f.tar.zst freebsd-ports-graphics-9911fa625c32cf7d145f0181b0927a968208f33f.zip |
URLObject is a utility class for manipulating URLs. The latest incarnation of
this library builds upon the ideas of its predecessor, but aims for a clearer
API, focusing on proper method names over operator overrides. It's also being
developed from the ground up in a test-driven manner, and has full Sphinx
documentation.
WWW: http://github.com/zacharyvoase/urlobject
PR: 210604
Submitted by: freebsd@skinc.ru
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 daf312140fa..2eb9ac10eef 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1778,6 +1778,7 @@ SUBDIR += py-uliweb SUBDIR += py-urlgrabber SUBDIR += py-urljr + SUBDIR += py-urlobject SUBDIR += py-user_agent SUBDIR += py-utidy SUBDIR += py-w3lib |