File: control

package info (click to toggle)
feedparser 5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,764 kB
  • sloc: xml: 12,437; python: 4,289; makefile: 33
file content (22 lines) | stat: -rw-r--r-- 1,002 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
Source: feedparser
Section: python
Priority: optional
Maintainer: Carlos Galisteo <cgalisteo@k-rolus.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python (>=2.6.6-3~), python-setuptools
Vcs-Svn: svn://svn.debian.org/python-modules/packages/feedparser/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/feedparser/trunk/
Standards-Version: 3.9.3.1
Homepage: https://code.google.com/p/feedparser/

Package: python-feedparser
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-libxml2, python-chardet, python-utidylib
XB-Python-Version: ${python:Versions}
Description: Universal Feed Parser for Python
 Python module for downloading and parsing syndicated feeds. It can
 handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS
 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds.
 .
 It provides the same API to all formats, and sanitizes URIs and HTML.