File: control

package info (click to toggle)
breadability 0.1.20-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 316 kB
  • ctags: 282
  • sloc: python: 1,713; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 880 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
Source: breadability
Section: python
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Homepage: http://github.com/bookieio/breadability
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9), python-nose, pep8, pylint, python-coverage, python-lxml, python-chardet
Standards-Version: 3.9.5
X-Python-Version: >= 2.4
Vcs-Git: git://anonscm.debian.org/users/jelmer/breadability.git -b unstable
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jelmer/breadability.git

Package: python-breadability
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}, python-chardet, python-lxml
Description: Python module that makes HTML documents more readable
 Python module that can clean up HTML documents to make them more
 easily readable.
 .
 This is fork of the python-readability module, cleaned up and with
 additional tests.