File: control

package info (click to toggle)
magic-wormhole 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: python: 16,560; javascript: 840; makefile: 22; sh: 1
file content (54 lines) | stat: -rw-r--r-- 1,751 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
Source: magic-wormhole
Maintainer: Antoine Beaupré <anarcat@debian.org>
Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>
Section: utils
Priority: optional
Build-Depends:
 debhelper (>= 10~),
 dh-python,
 magic-wormhole-transit-relay,
 python3,
 python3-attr (>= 16.3.0~),
 python3-autobahn (>= 0.14.1),
 python3-automat,
 python3-click,
 python3-hkdf,
 python3-humanize,
 python3-magic-wormhole-mailbox-server,
 python3-mock,
 python3-nacl,
 python3-openssl (>= 16.0.0~),
 python3-pyflakes,
 python3-setuptools,
 python3-six,
 python3-spake2 (>= 0.8),
 python3-tqdm (>= 4.13.0~),
 python3-twisted (>= 17.5.0~),
 python3-txtorcon (>= 0.19.3)
Standards-Version: 4.1.3
Homepage: https://github.com/warner/magic-wormhole
Vcs-Git: https://salsa.debian.org/debian/magic-wormhole.git
Vcs-Browser: https://salsa.debian.org/debian/magic-wormhole

Package: magic-wormhole
Provides:
 python3-magic-wormhole,
 python3-wormhole,
 wormhole,
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Securely and simply transfer data between computers
 Magic Wormhole provides a command-line tool and Python library named
 "wormhole" which makes it possible to very easily transfer short
 pieces of text or arbitrary-sized files or directories from one
 computer to another.
 .
 The two endpoints are identified by using identical "wormhole codes":
 in general, the sending machine generates and displays the code,
 which must then be typed into the receiving machine.  The codes are
 short and human-pronounceable, using a phonetically-distinct
 wordlist.  The receiving side offers tab-completion on the codewords,
 so usually only a few characters must be typed.  Wormhole codes are
 single-use and do not need to be memorized.