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 56 57 58 59 60 61 62 63 64 65 66
|
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,
dh-sequence-numpy3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all-dev,
python3-ipython,
python3-numpy (>= 1:1.19.0~),
python3-pytest <!nocheck>,
python3-sphinx,
architecture-properties,
architecture-is-little-endian
Build-Depends-Indep: python3-doc,
doxygen <!nodoc>,
furo,
libjs-mathjax <!nodoc>,
python3-breathe,
python-numpy-doc <!nodoc>,
python3-pandas,
python3-sphinx-rtd-theme <!nodoc>,
python3-sphinx-copybutton <!nodoc>
Standards-Version: 4.7.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
Breaks: python3-mdanalysis (<< 2.5.0+dfsg1-2~)
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.
|