[Python-modules-commits] r5808 - in packages/deliciousapi/trunk/debian (changelog control)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Wed Jul 2 17:42:57 UTC 2008
Date: Wednesday, July 2, 2008 @ 17:42:56
Author: morph-guest
Revision: 5808
added/fixed python-feedparser python-beautifulsoup Depends; long description updated
Modified:
packages/deliciousapi/trunk/debian/changelog
packages/deliciousapi/trunk/debian/control
Modified: packages/deliciousapi/trunk/debian/changelog
===================================================================
--- packages/deliciousapi/trunk/debian/changelog 2008-07-02 14:12:33 UTC (rev 5807)
+++ packages/deliciousapi/trunk/debian/changelog 2008-07-02 17:42:56 UTC (rev 5808)
@@ -3,8 +3,11 @@
* New upstream release
* debian/control
- bump Standards-Version to 3.8.0 (no changes needed)
+ - added versioned depends to python-feedparser
+ - added version to python-beautifulsoup Depends
+ - long description updated
- -- Sandro Tosi <matrixhasu at gmail.com> Wed, 02 Jul 2008 07:39:38 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com> Wed, 02 Jul 2008 19:44:13 +0200
deliciousapi (1.3.3-1) unstable; urgency=low
Modified: packages/deliciousapi/trunk/debian/control
===================================================================
--- packages/deliciousapi/trunk/debian/control 2008-07-02 14:12:33 UTC (rev 5807)
+++ packages/deliciousapi/trunk/debian/control 2008-07-02 17:42:56 UTC (rev 5808)
@@ -13,19 +13,27 @@
Package: python-deliciousapi
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup
+Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup (>=3.0.7), python-feedparser (>=0.4.1)
Description: Unofficial Python API for retrieving data from del.icio.us
This module provides the following features:
.
- * getting a url's history with:
- * common tags (up to a maximum of 25) including weight (0...5)
- * [NEW] users who bookmarked the url including tags used for such
- bookmarks and the creation time of the bookmark in YYYY-MM
- format
- * getting a user's tags including tag counts, i.e. her/his tagging
- vocabulary
- * HTTP proxy support
+ * getting a url's full history with
+ * users who bookmarked the url including tags used for such
+ bookmarks and the creation time of the bookmark in YYYY-MM
+ format
+ * common tags (up to a maximum of 25) including weight (0...5)
+ * getting a user's full bookmark collection including private
+ bookmarks IF you know username AND password
+ * getting a user's most recent public bookmarks
+ * getting a user's full tagging vocabulary, i.e. tags and tag counts
+ * HTTP proxy support
.
- Note: Only public del.icio.us data will be mined. This means that
- this API does not (yet) provide means to access your private bookmark
- data.
+ The official del.icio.us API does not provide all the functionality
+ mentioned above, and in such cases this module will query the
+ del.icio.us *website* directly and extract the required information
+ by parsing the HTML code of the resulting web pages (a kind of poor
+ man's web mining). The module is able to detect IP throttling, which
+ is employed by del.icio.us to temporarily block abusive HTTP request
+ behavior, and will raise a custom Python error to indicate
+ that. Please be a nice netizen and do not stress the del.icio.us
+ service more than necessary.
More information about the Python-modules-commits
mailing list