File: control

package info (click to toggle)
nbgitpuller 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,812 kB
  • sloc: python: 446; javascript: 256; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 974 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
Source: nbgitpuller
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all,
 python3-tornado, python3-notebook, debhelper (>= 13), python3-jupyter-packaging
Standards-Version: 4.5.1
Homepage: https://github.com/jupyterhub/nbgitpuller
Vcs-Git: https://salsa.debian.org/python-team/packages/nbgitpuller.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/nbgitpuller

Package: python3-nbgitpuller
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Notebook Extension to do one-way synchronization of git repo
 nbgitpuller lets you distribute content in a git repository to your
 students by having them click a simple link. Automatic merging
 ensures that your students are never exposed to git directly. It is
 primarily used with a JupyterHub, but can also work on students'
 local computers.