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 37 38
|
Source: python-sexpdata
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/sexpdata
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-sexpdata
Vcs-Git: https://salsa.debian.org/python-team/modules/python-sexpdata.git
Package: python-sexpdata
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Description: S-expression parser (Python2)
This package is a simple S-expression parser/serializer. It has
simple `load' and `dump' functions like pickle, json or PyYAML
module.
.
This package installs the library for Python 2.
Package: python3-sexpdata
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: S-expression parser (Python3)
This package is a simple S-expression parser/serializer. It has
simple `load' and `dump' functions like pickle, json or PyYAML
module.
.
This package installs the library for Python 3.
|