File: control

package info (click to toggle)
nodebox-web 1.9.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,724 kB
  • ctags: 1,254
  • sloc: python: 6,161; sh: 602; xml: 239; makefile: 33
file content (23 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: nodebox-web
Section: python
Priority: optional
Maintainer: Serafeim Zanikolas <serzan@hellug.gr>
Build-Depends: debhelper (>= 5), python-support (>= 0.6), dpatch
Standards-Version: 3.8.0

Package: python-nodebox-web
Architecture: all
Depends: ${python:Depends}, python-beautifulsoup, python-soappy, python-feedparser
Provides: ${python:Provides}
Homepage: http://nodebox.net/code/index.php/Web
Description: collection of web-related Python modules
 Nodebox Web is a collection of Python modules to get content from the web.
 One can query Yahoo! for links, images, news and spelling suggestions, read
 RSS and Atom newsfeeds, retrieve articles from Wikipedia, collect quality
 images from morgueFile or Flickr, browse through HTML documents, clean up
 HTML, validate URLs, create GIF images from math equations using mimeTeX, and
 get ironic word definitions from Urban Dictionary.
 .
 The library uses a caching mechanism that stores things you download from the
 web, so they can be retrieved faster the next time. Many of the services also
 work asynchronously.