• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H04-Apr-2020-3,9783,119

misc/H04-Apr-2020-488351

pyi/H04-Apr-2020-6233

src/H04-Apr-2020-21,14115,730

.coveragercH A D13-Aug-2017697 2520

LICENSEH A D13-Aug-20171.1 KiB2317

MANIFEST.inH A D23-Dec-2018368 1110

NEWS.mdH A D04-Apr-202025.9 KiB591459

PKG-INFOH A D04-Apr-20203.6 KiB6955

README.mdH A D04-Apr-20202.2 KiB4128

setup.cfgH A D04-Apr-2020251 1813

setup.pyH A D04-Apr-20202.3 KiB7266

snapcraft.yamlH A D27-Feb-20181.3 KiB4036

tox.iniH A D04-Apr-20201.7 KiB5547

versioneer.pyH A D23-Dec-201867 KiB1,8231,415

README.md

1# Magic Wormhole
2[![PyPI](http://img.shields.io/pypi/v/magic-wormhole.svg)](https://pypi.python.org/pypi/magic-wormhole)
3[![Build Status](https://travis-ci.org/warner/magic-wormhole.svg?branch=master)](https://travis-ci.org/warner/magic-wormhole)
4[![Windows Build Status](https://ci.appveyor.com/api/projects/status/mfnn5rsyfnrq576a/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole)
5[![codecov.io](https://codecov.io/github/warner/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/warner/magic-wormhole?branch=master)
6[![Docs](https://readthedocs.org/projects/magic-wormhole/badge/?version=latest)](https://magic-wormhole.readthedocs.io)
7
8Get things from one computer to another, safely.
9
10This package provides a library and a command-line tool named `wormhole`,
11which makes it possible to get arbitrary-sized files and directories
12(or short pieces of text) from one computer to another. The two endpoints are
13identified by using identical "wormhole codes": in general, the sending
14machine generates and displays the code, which must then be typed into the
15receiving machine.
16
17The codes are short and human-pronounceable, using a phonetically-distinct
18wordlist. The receiving side offers tab-completion on the codewords, so
19usually only a few characters must be typed. Wormhole codes are single-use
20and do not need to be memorized.
21
22* PyCon 2016 presentation: [Slides](http://www.lothar.com/~warner/MagicWormhole-PyCon2016.pdf), [Video](https://youtu.be/oFrTqQw0_3c)
23
24For complete documentation, please see https://magic-wormhole.readthedocs.io
25or the docs/ subdirectory.
26
27## License, Compatibility
28
29Magic-Wormhole is released under the MIT license, see the `LICENSE` file for details.
30
31This library is compatible with Python 3.5 and higher (tested against 3.5,
323.6, 3.7, and 3.8). It also still works with Python 2.7.
33
34## Packaging, Installation
35
36Magic Wormhole packages are included in many operating systems.
37
38[![Packaging status](https://repology.org/badge/vertical-allrepos/magic-wormhole.svg)](https://repology.org/project/magic-wormhole/versions)
39
40To install it without an OS package, follow the [Installation docs](https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation).
41