File: control

package info (click to toggle)
pyreadstat 1.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,380 kB
  • sloc: ansic: 17,916; python: 1,065; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,188 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: pyreadstat
Section: python
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-all-dev,
               python3-setuptools,
               cython3 (>= 3.0.2),
               python3-pandas,
               zlib1g-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/Roche/pyreadstat
Vcs-Git: https://salsa.debian.org/python-team/packages/pyreadstat.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyreadstat

Package: python3-pyreadstat
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: read/write data sets from SAS, Stata, and SPSS from/to Python pandas.DataFrame
 A Python package to read and write popular stats packages files (like SAS
 (sas7bdat, sas7bcat, xport/xpt), SPSS (sav, zsav, por) and Stata (dta)) from
 and to Python pandas.DataFrame data structures.  This module is a wrapper
 around the Readstat C library by Evan Miller.