magic-wormhole


Namemagic-wormhole JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttps://github.com/warner/magic-wormhole
SummarySecurely transfer data between computers
upload_time2025-07-29 19:41:36
maintainerNone
docs_urlNone
authorBrian Warner
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Magic Wormhole
[![PyPI](http://img.shields.io/pypi/v/magic-wormhole.svg)](https://pypi.python.org/pypi/magic-wormhole)
![Tests](https://github.com/magic-wormhole/magic-wormhole/workflows/Tests/badge.svg)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/w1bdniovwm4egfyg/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole)
[![codecov.io](https://codecov.io/github/magic-wormhole/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/magic-wormhole/magic-wormhole?branch=master)
[![Docs](https://readthedocs.org/projects/magic-wormhole/badge/?version=latest)](https://magic-wormhole.readthedocs.io)
[![Irc](https://img.shields.io/badge/irc.libera.chat-%23magic--wormhole-brightgreen)](https://web.libera.chat/)
[![Matrix](https://img.shields.io/badge/matrix.org-%23magic--wormhole-brightgreen)](https://matrix.to/#/#magic-wormhole:matrix.org)


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.

* PyCon 2016 presentation: [Slides](http://www.lothar.com/~warner/MagicWormhole-PyCon2016.pdf), [Video](https://youtu.be/oFrTqQw0_3c)

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

This program uses two servers, whose source code is kept in separate
repositories: the
[mailbox server](https://github.com/magic-wormhole/magic-wormhole-mailbox-server),
and the
[transit relay](https://github.com/magic-wormhole/magic-wormhole-transit-relay).

## License, Compatibility

Magic-Wormhole is released under the MIT license, see the `LICENSE` file for details.

This library is compatible with Python 3.10 and higher (tested against
versions up to 3.12).

## Packaging, Installation

Magic Wormhole packages are included in many operating systems.

[![Packaging status](https://repology.org/badge/vertical-allrepos/magic-wormhole.svg)](https://repology.org/project/magic-wormhole/versions)

To install it without an OS package, follow the [Installation docs](https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/warner/magic-wormhole",
    "name": "magic-wormhole",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Brian Warner",
    "author_email": "warner-magic-wormhole@lothar.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/f8/d758bd83184c31cf33e2b1c68f7edf2c1f0a2f83d8c9f475ef9d28466939/magic_wormhole-0.20.0.tar.gz",
    "platform": null,
    "description": "# Magic Wormhole\n[![PyPI](http://img.shields.io/pypi/v/magic-wormhole.svg)](https://pypi.python.org/pypi/magic-wormhole)\n![Tests](https://github.com/magic-wormhole/magic-wormhole/workflows/Tests/badge.svg)\n[![Windows Build Status](https://ci.appveyor.com/api/projects/status/w1bdniovwm4egfyg/branch/master?svg=true)](https://ci.appveyor.com/project/warner/magic-wormhole)\n[![codecov.io](https://codecov.io/github/magic-wormhole/magic-wormhole/coverage.svg?branch=master)](https://codecov.io/github/magic-wormhole/magic-wormhole?branch=master)\n[![Docs](https://readthedocs.org/projects/magic-wormhole/badge/?version=latest)](https://magic-wormhole.readthedocs.io)\n[![Irc](https://img.shields.io/badge/irc.libera.chat-%23magic--wormhole-brightgreen)](https://web.libera.chat/)\n[![Matrix](https://img.shields.io/badge/matrix.org-%23magic--wormhole-brightgreen)](https://matrix.to/#/#magic-wormhole:matrix.org)\n\n\nGet things from one computer to another, safely.\n\nThis package provides a library and a command-line tool named `wormhole`,\nwhich makes it possible to get arbitrary-sized files and directories\n(or short pieces of text) from one computer to another. The two endpoints are\nidentified by using identical \"wormhole codes\": in general, the sending\nmachine generates and displays the code, which must then be typed into the\nreceiving machine.\n\nThe codes are short and human-pronounceable, using a phonetically-distinct\nwordlist. The receiving side offers tab-completion on the codewords, so\nusually only a few characters must be typed. Wormhole codes are single-use\nand do not need to be memorized.\n\n* PyCon 2016 presentation: [Slides](http://www.lothar.com/~warner/MagicWormhole-PyCon2016.pdf), [Video](https://youtu.be/oFrTqQw0_3c)\n\nFor complete documentation, please see https://magic-wormhole.readthedocs.io\nor the docs/ subdirectory.\n\nThis program uses two servers, whose source code is kept in separate\nrepositories: the\n[mailbox server](https://github.com/magic-wormhole/magic-wormhole-mailbox-server),\nand the\n[transit relay](https://github.com/magic-wormhole/magic-wormhole-transit-relay).\n\n## License, Compatibility\n\nMagic-Wormhole is released under the MIT license, see the `LICENSE` file for details.\n\nThis library is compatible with Python 3.10 and higher (tested against\nversions up to 3.12).\n\n## Packaging, Installation\n\nMagic Wormhole packages are included in many operating systems.\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/magic-wormhole.svg)](https://repology.org/project/magic-wormhole/versions)\n\nTo install it without an OS package, follow the [Installation docs](https://magic-wormhole.readthedocs.io/en/latest/welcome.html#installation).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Securely transfer data between computers",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "https://github.com/warner/magic-wormhole"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d935731ece6a5ef42d7ae9bb690e0734ca0c7b3d2ee37fe76e302d5ec1f25dcc",
                "md5": "178d3660303bc645983124266013ceb2",
                "sha256": "ca2bd4c38ebe6f4ce275912f7b7864df51223c99db56804fa93d04059309e984"
            },
            "downloads": -1,
            "filename": "magic_wormhole-0.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "178d3660303bc645983124266013ceb2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 209791,
            "upload_time": "2025-07-29T19:41:35",
            "upload_time_iso_8601": "2025-07-29T19:41:35.700823Z",
            "url": "https://files.pythonhosted.org/packages/d9/35/731ece6a5ef42d7ae9bb690e0734ca0c7b3d2ee37fe76e302d5ec1f25dcc/magic_wormhole-0.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4f8d758bd83184c31cf33e2b1c68f7edf2c1f0a2f83d8c9f475ef9d28466939",
                "md5": "95fd5a4d0df890630c3d1a2efaf759c7",
                "sha256": "ed12b2b006a9a45200f6d785892e62864e8da865d4aa6aaf03c48dc5bc0fa11b"
            },
            "downloads": -1,
            "filename": "magic_wormhole-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "95fd5a4d0df890630c3d1a2efaf759c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 302626,
            "upload_time": "2025-07-29T19:41:36",
            "upload_time_iso_8601": "2025-07-29T19:41:36.893331Z",
            "url": "https://files.pythonhosted.org/packages/f4/f8/d758bd83184c31cf33e2b1c68f7edf2c1f0a2f83d8c9f475ef9d28466939/magic_wormhole-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-29 19:41:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "warner",
    "github_project": "magic-wormhole",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "magic-wormhole"
}
        
Elapsed time: 1.64614s