File: control

package info (click to toggle)
python-griddataformats 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,232 kB
  • sloc: python: 2,862; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,062 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
Source: python-griddataformats
Section: python
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all:any,
 python3-mrcfile,
 python3-numpy,
 python3-pytest,
 python3-scipy,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://www.mdanalysis.org/GridDataFormats/
Vcs-Git: https://salsa.debian.org/debichem-team/python-griddataformats.git
Vcs-Browser: https://salsa.debian.org/debichem-team/python-griddataformats

Package: python3-griddataformats
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Handling volumetric data in Python
 GridDataFormats provides the Python package 'gridData'.
 The gridData module contains a simple class Grid that makes it easier
 to work with data on a regular grid. A limited number of commonly
 used formats can be read and written, including OpenDX (.dx),
 gOpenMol (.plt), CCP4 (.ccp4), pickle (.pickle).