File: control

package info (click to toggle)
python-gsd 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 932 kB
  • sloc: python: 2,555; ansic: 1,890; cpp: 109; makefile: 10
file content (55 lines) | stat: -rw-r--r-- 2,152 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-gsd
Section: python
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 pybuild-plugin-pyproject,
 python3-setuptools,
 python3-all-dev,
 python3-ipython,
 python3-numpy, python3-numpy (<< 1:2),
 python3-sphinx
Build-Depends-Indep: python3-doc,
 libjs-mathjax,
 python3-sphinx-rtd-theme
Standards-Version: 4.6.2
Homepage: https://gsd.readthedocs.io/
Vcs-Browser: https://salsa.debian.org/debichem-team/python-gsd
Vcs-Git: https://salsa.debian.org/debichem-team/python-gsd.git
Rules-Requires-Root: no

Package: python3-gsd
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: python-gsd-doc
Description: native file format for HOOMD-blue (Python 3 module)
 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This package installs the library to access GSD files from Python 3.

Package: python-gsd-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax, ${sphinxdoc:Depends}, ${misc:Depends}
Description: native file format for HOOMD-blue (documentation)
 The GSD file format is the native file format for HOOMD-blue. GSD
 files store trajectories of the HOOMD-blue system state in a binary
 file with efficient random access to frames. GSD allows all particle
 and topology properties to vary from one frame to the next. Use the
 GSD Python API to specify the initial condition for a HOOMD-blue
 simulation or analyze trajectory output with a script. Read a GSD
 trajectory with a visualization tool to explore the behavior of the
 simulation.
 .
 This is the common documentation package.