1config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE
2	bool "python-magic-wormhole"
3	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
4	select BR2_PACKAGE_PYTHON_ATTRS # runtime
5	select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
6	select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
7	select BR2_PACKAGE_PYTHON_CLICK # runtime
8	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
9	select BR2_PACKAGE_PYTHON_HUMANIZE # runtime
10	select BR2_PACKAGE_PYTHON_PYNACL # runtime
11	select BR2_PACKAGE_PYTHON_SIX # runtime
12	select BR2_PACKAGE_PYTHON_SPAKE2 # runtime
13	select BR2_PACKAGE_PYTHON_TQDM # runtime
14	select BR2_PACKAGE_PYTHON_TWISTED # runtime
15	select BR2_PACKAGE_PYTHON_TXTORCON # runtime
16	help
17	  Securely transfer data between computers.
18
19	  This package provides a library and a command-line tool
20	  named "wormhole", which makes it possible to get
21	  arbitrary-sized files and directories (or short pieces of
22	  text) from one computer to another. The two endpoints are
23	  identified by using identical "wormhole codes": in general,
24	  the sending machine generates and displays the code, which
25	  must then be typed into the receiving machine.
26
27	  https://github.com/magic-wormhole/magic-wormhole
28