summaryrefslogtreecommitdiffstats
path: root/libraries/pyquery/README
diff options
context:
space:
mode:
author Šime Ramov <s@ramov.com>2010-08-14 08:25:10 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:49 -0500
commit82e4f169bf220046471d843217e5b60d01f00a2e (patch)
tree6bdf783634462f594d89ac139b31f811630a738a /libraries/pyquery/README
parenta7eb251a59a0906a9c094d637d061617a02c57ec (diff)
downloadslackbuilds-82e4f169bf220046471d843217e5b60d01f00a2e.tar.gz
slackbuilds-82e4f169bf220046471d843217e5b60d01f00a2e.tar.xz
libraries/pyquery: Updated for version 0.6.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/pyquery/README')
-rw-r--r--libraries/pyquery/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pyquery/README b/libraries/pyquery/README
index 6aa9eec643..cc2788340c 100644
--- a/libraries/pyquery/README
+++ b/libraries/pyquery/README
@@ -1,12 +1,12 @@
-pyquery (A jquery-like library for python)
+pyquery (a jquery-like library for python)
-pyquery allows you to make jquery queries on xml documents. The API
-is as much as possible the similar to jquery. pyquery uses lxml for
-fast xml and html manipulation.
+pyquery allows you to make jquery queries on xml documents. The API is
+as much as possible the similar to jquery. pyquery uses lxml for fast
+xml and html manipulation.
It can be used for many purposes, one idea that I might try in the
future is to use it for templating with pure http templates that you
modify using pyquery. I can also be used for web scrapping or for
theming applications.
-This requires lxml.
+Requires lxml.