File: control

package info (click to toggle)
python-msgpack-numpy 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: python: 518; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 1,084 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
Source: python-msgpack-numpy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/python-msgpack-numpy
Vcs-Git: https://salsa.debian.org/science-team/python-msgpack-numpy.git
Homepage: https://github.com/lebedov/msgpack-numpy
Rules-Requires-Root: no

Package: python3-msgpack-numpy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: serialize numpy arrays using msgpack
 This package provides encoding and decoding routines that enable the
 serialization and deserialization of numerical and array data types
 provided by numpy using the highly efficient msgpack format.
 Serialization of Python's native complex data types is also supported.