File: control

package info (click to toggle)
openpyxl 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 6,376 kB
  • sloc: python: 40,337; xml: 13,965; makefile: 122
file content (32 lines) | stat: -rw-r--r-- 1,089 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
Source: openpyxl
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
           Michael Hanke <michael.hanke@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest,
               python3-pil,
               python3-lxml (>= 3.3.4),
               python3-et-xmlfile,
               python3-jdcal
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/openpyxl.git
Vcs-Git: https://salsa.debian.org/science-team/openpyxl.git
Homepage: http://bitbucket.org/openpyxl/openpyxl/

Package: python3-openpyxl
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-jdcal,
         python3-lxml (>= 3.3.4),
         python3-et-xmlfile
Recommends: python3-pytest,
            python3-pil
Description: Python 3 module to read/write OpenXML xlsx/xlsm files
 Openpyxl is a pure Python 3 module to read/write Excel 2007 (OpenXML)
 xlsx/xlsm files.