File: control

package info (click to toggle)
traittypes 0.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 516; makefile: 160
file content (39 lines) | stat: -rw-r--r-- 1,383 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
33
34
35
36
37
38
39
Source: traittypes
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-numpy,
 python3-pandas,
 python3-pytest,
 python3-setuptools,
 python3-traitlets,
 python3-xarray,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: http://ipython.org
Vcs-Git: https://salsa.debian.org/python-team/packages/traittypes.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/traittypes

Package: python3-traittypes
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Scipy trait types
 Custom trait types for scientific computing (NumPy, SciPy and
 friends).
 .
 The goal of this library is to provide a reference implementation of
 trait types for common data structuresused in the scipy stack such as
 numpy arrays, pandas and xarray data structures which are out of the
 scope of the main traitlets project but are a common requirement to
 build applications with traitlets in combination with the scipy
 stack.
 .
 Another goal is to create adequate serialization and deserialization
 routines for these trait types to be used with the ipywidgets project
 (to_json and from_json). These could also return a list of binary
 buffers as allowed by the current messaging protocol.