magic-wormhole
https://github.com/warner/magic-wormhole
This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) 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.
PDF presentation http://www.lothar.com/%7Ewarner/MagicWormhole-PyCon2016.pdf
MIT licence
https://github.com/warner/magic-wormhole/archive/0.10.5.tar.gz
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects
- Mentioned In
- R4441:e768970fb34d: python-txtorcon, depend for the inclusion of magic-wormhole
R4440:961a1c8cc26e: python-tqdm, depend for the inclusion of magic-wormhole
R4438:bf53ca59db7b: python-spake2, depend for the inclusion of magic-wormhole
R4437:d0290fb5caff: python-pynacl, depend for the inclusion of magic-wormhole
R4436:cb537ad5f0c5: python-humanize, depend for the inclusion of magic-wormhole
R4435:13791ff6b420: python-hkdf, depend for the inclusion of magic-wormhole T5978
Event Timeline
Comment Actions
Accepted for the inclusion under the requirement that it needs a maintainer that actually uses this.
Comment Actions
I can package it but I'll have to package some new python depends.
@kyrios123 could you check python-ipaddress ? with it installed, wormhole still claims for it, maybe you can add the python3 version of ipadress.
Traceback (most recent call last):
File "/usr/bin/wormhole", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3088, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'ipaddress' distribution was not found and is required by magic-wormhole