File: control

package info (click to toggle)
yt 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,084 kB
  • sloc: python: 132,484; ansic: 5,628; cpp: 1,588; javascript: 352; makefile: 138; sh: 43; csh: 36
file content (66 lines) | stat: -rw-r--r-- 1,858 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
56
57
58
59
60
61
62
63
64
65
66
Source: yt
Standards-Version: 4.7.2
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
 BW Keller <malzraa@gmail.com>,
 Ole Streicher <olebole@debian.org>,
Section: python
Priority: optional
Build-Depends:
 cython3 (>=3.0.0~),
 debhelper-compat (= 13),
 dh-sequence-numpy3,
 dh-sequence-python3,
 libpython3-dev,
 python3-all-dev,
 python3-cmyt,
 python3-contourpy <!nocheck>,
 python3-ewah-bool-utils,
 python3-h5py <!nocheck>,
 python3-matplotlib <!nocheck>,
 python3-more-itertools <!nocheck>,
 python3-numpy,
 python3-numpy-dev,
 python3-pil,
 python3-pooch <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-mpl <!nocheck>,
 python3-setuptools,
 python3-sympy <!nocheck>,
 python3-tk <!nocheck>,
 python3-tomli-w,
 python3-tqdm <!nocheck>,
 python3-typing-extensions,
 python3-yaml <!nocheck>,
 python3-unyt,
 libjs-leaflet,
 libjs-jquery,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/yt
Vcs-Git: https://salsa.debian.org/debian-astro-team/yt.git
Homepage: https://yt-project.org/

Package: python3-yt
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 python3-h5py,
 python3-matplotlib,
 python3-numpy,
 python3-sympy,
 libjs-leaflet,
 libjs-jquery,
Suggests:
 python3-astropy,
 python3-scipy,
 python3-pyx,
Description: Framework for analyzing and visualizing simulation data (Python 3)
 The yt project aims to produce an integrated science environment for
 collaboratively asking and answering astrophysical questions. To do so, it will
 encompass the creation of initial conditions, the execution of simulations, and
 the detailed exploration and visualization of the resultant data. It will also
 provide a standard framework based on physical quantities interoperability
 between codes.
 .
 This package contains the Python 3 version of the package.