File: control

package info (click to toggle)
python-pweave 0.25-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 908 kB
  • sloc: python: 30,007; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,260 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
Source: python-pweave
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/python-pweave
Vcs-Git: https://salsa.debian.org/science-team/python-pweave.git
Homepage: http://mpastell.com/pweave/
Rules-Requires-Root: no

Package: python3-pweave
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-ipython,
         python3-jupyter-client,
         python3-markdown,
         python3-nbconvert,
         python3-nbformat,
         python3-pygments
Suggests: pandoc,
          python3-docutils,
          texlive-latex-base
Description: scientific report generator for Python
 Pweave is a scientific report generator and a literate programming tool for
 Python. Pweave can capture the results and plots from data analysis and works
 well with NumPy, SciPy and matplotlib. It is able to run Python code from
 source document and include the results and capture matplotlib plots in the
 output.