File: control

package info (click to toggle)
python-msgpack-numpy 0.4.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: python: 373; makefile: 23
file content (24 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-msgpack-numpy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.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

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.