File: control

package info (click to toggle)
python-nbstripout 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 870; sh: 18; makefile: 13
file content (50 lines) | stat: -rw-r--r-- 1,636 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
Source: python-nbstripout
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Francesco Ballarin <francesco.ballarin@unicatt.it>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-nbformat,
 python3-pytest <!nocheck>,
 git <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/kynan/nbstripout
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nbstripout
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nbstripout.git

Package: nbstripout
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-nbstripout (>= ${binary:Version})
Description: Strip output from Jupyter and IPython notebooks (Python 3)
 Reads a notebook from a file or stdin, strips output and some metadata,
 and writes the "cleaned" version of the notebook to the original file
 or stdout.
 .
 Intended to be used as a Git filter or pre-commit hook for users who
 don't want to track output in Git.
 .
 This package provides the command-line interface.

Package: python3-nbstripout
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Strip output from Jupyter and IPython notebooks (Python 3)
 Reads a notebook from a file or stdin, strips output and some metadata,
 and writes the "cleaned" version of the notebook to the original file
 or stdout.
 .
 Intended to be used as a Git filter or pre-commit hook for users who
 don't want to track output in Git.
 .
 This package installs the library for Python 3.