File: control

package info (click to toggle)
xlwt 0.7.5%2Bdebian1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 712 kB
  • ctags: 1,534
  • sloc: python: 6,402; makefile: 26; sh: 15
file content (28 lines) | stat: -rw-r--r-- 1,216 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
Source: xlwt
Section: python
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.5.6-1~),
                     python-antlr,
                     python-setuptools (>= 0.6b3-1~)
Standards-Version: 3.9.5
Homepage: http://pypi.python.org/pypi/xlwt
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/xlwt/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/xlwt/trunk/

Package: python-xlwt
Architecture: all
Depends: python-antlr, ${misc:Depends}, ${python:Depends}
Suggests: python-xlrd
Breaks: ${python:Breaks}
Description: module for writing Microsoft Excel spreadsheet files
 This package provides a pure Python module for writing spreadsheet files
 readable by Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. Excel
 spreadsheets can be generated on any platform without needing Excel or a COM
 server.
 .
 Xlwt is a fork of the unmaintained pyExcelerator module with several
 bugfixes and enhancements. For the functionality previously provided by the
 parse_xls function, see the python-xlrd package.