File: control

package info (click to toggle)
python-happydoc 2.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,176 kB
  • ctags: 3,347
  • sloc: python: 11,321; makefile: 88; sh: 77
file content (36 lines) | stat: -rw-r--r-- 1,434 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
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: python-happydoc
Section: interpreters
Priority: extra
Maintainer: Harry Henry Gebel <hgebel@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0), python2.1-dev
Standards-Version: 3.5.6

Package: python-happydoc
Architecture: all
Depends: python (>= 2.1), python (<< 2.2)
Conflicts: happydoc, python2-happydoc
Replaces: happydoc, python2-happydoc
Suggests: python-happydoc-doc
Description: Python Documentation Extraction Tool
 HappyDoc is a tool for extracting documentation from Python source
 code. It differs from other such applications by the fact that it uses the
 parse tree for a module to derive the information used in its output,
 rather that importing the module directly. This allows the user to
 generate documentation for modules which need special context to be
 imported.
 .
 This package provides the HappyDoc script and modules.

Package: python-happydoc-doc
Architecture: all
Conflicts: happydoc
Section: doc
Description: Python Documentation Extraction Tool Documentation
 HappyDoc is a tool for extracting documentation from Python source
 code. It differs from other such applications by the fact that it uses the
 parse tree for a module to derive the information used in its output,
 rather that importing the module directly. This allows the user to
 generate documentation for modules which need special context to be
 imported.
 .
 This package provides the HappyDoc documentation in HTML format.