get things from one computer to another, safely
Go to file
Brian Warner 41fabd39ba test_machines: remove no-longer relevant comment
The flake8 config excludes E741, which would complain about using
'l' (lower-case ell) as a variable name. We use this for the Lister object in
one test that uses single-character variable names for all the machines ('b'
for Boss, 'm' for Mailbox, etc). That comment was added before excluding
E741. If we ever restore that warning, we might want to rename the variable.
2018-06-16 16:33:27 -07:00
docs docs/api: minor rephrasings 2018-05-28 23:42:04 -07:00
misc remove server-related source files, munin plugins 2018-02-20 23:46:29 -08:00
pyi use pyinstaller to build wormhole fat/standalone binary 2018-06-02 18:05:45 +02:00
src/wormhole test_machines: remove no-longer relevant comment 2018-06-16 16:33:27 -07:00
.appveyor.yml stop supporting py3.4 on windows 2018-02-26 17:23:27 -08:00
.coveragerc add 'coverage' environment for tox 2016-05-24 16:03:39 -07:00
.dockerignore Leave everything versioned alone. 2017-05-31 11:30:26 -04:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore use pyinstaller to build wormhole fat/standalone binary 2018-06-02 18:05:45 +02:00
.travis.yml *.py (with the dot) 2017-07-23 19:38:46 +02:00
Dockerfile Do not refer to transit server in Dockerfile 2018-01-01 13:07:36 +00:00
LICENSE Initial commit 2015-02-10 00:38:44 -08:00
MANIFEST.in remove server-related source files, munin plugins 2018-02-20 23:46:29 -08:00
NEWS.md NEWS: update for 0.10.5 2018-02-14 23:41:08 -08:00
README.md stop supporting py3.4 on windows 2018-02-26 17:23:27 -08:00
setup.cfg setup.cfg: make a py2/py3 "universal" wheel 2015-10-07 17:13:39 -07:00
setup.py Merge PR304: fix long description on PyPI 2018-06-16 11:10:40 -07:00
snapcraft.yaml Merge PR237 2017-07-31 12:29:21 -07:00
tox.ini tox: increase flake8 complexity limit to 40, we can lower later 2018-06-16 16:19:38 -07:00
versioneer.py upgrade to versioneer-0.18 2017-01-01 14:10:57 -05:00

Magic Wormhole

PyPI Build Status Windows Build Status codecov.io Docs

Get things from one computer to another, safely.

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.

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.

For complete documentation, please see https://magic-wormhole.readthedocs.io or the docs/ subdirectory.

License, Compatibility

This library is released under the MIT license, see LICENSE for details.

This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, and 3.6 .