magic-wormhole


Namemagic-wormhole JSON
Version 0.14.0 PyPI version JSON
download
home_pagehttps://github.com/warner/magic-wormhole
SummarySecurely transfer data between computers
upload_time2024-04-02 03:27:28
maintainerNone
docs_urlNone
authorBrian Warner
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
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.8 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": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Brian Warner",
    "author_email": "warner-magic-wormhole@lothar.com",
    "download_url": "https://files.pythonhosted.org/packages/89/99/8c8709d8c3e1058ba8b6d9f331529a0e91b484ae0585dd24cd77cb45ad4f/magic-wormhole-0.14.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.8 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.14.0",
    "project_urls": {
        "Homepage": "https://github.com/warner/magic-wormhole"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d8fd3ce7a1ef90140c719d6af0faf532f4e604eb71ec62831194bc6ac0c2318",
                "md5": "22f6afb4085cf8933ac83252cad2030e",
                "sha256": "02907c26df3692840612a4a733e8eaeb3e784f823f07d6761b473a47fa069dd5"
            },
            "downloads": -1,
            "filename": "magic_wormhole-0.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22f6afb4085cf8933ac83252cad2030e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 200001,
            "upload_time": "2024-04-02T03:27:25",
            "upload_time_iso_8601": "2024-04-02T03:27:25.643615Z",
            "url": "https://files.pythonhosted.org/packages/5d/8f/d3ce7a1ef90140c719d6af0faf532f4e604eb71ec62831194bc6ac0c2318/magic_wormhole-0.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89998c8709d8c3e1058ba8b6d9f331529a0e91b484ae0585dd24cd77cb45ad4f",
                "md5": "d441fd3d2580e87148b906eab963d34a",
                "sha256": "006d239f88bff7c37bc2eff60a004e263faf9258f7279192d06ba0c9ced6b080"
            },
            "downloads": -1,
            "filename": "magic-wormhole-0.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d441fd3d2580e87148b906eab963d34a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 281990,
            "upload_time": "2024-04-02T03:27:28",
            "upload_time_iso_8601": "2024-04-02T03:27:28.086805Z",
            "url": "https://files.pythonhosted.org/packages/89/99/8c8709d8c3e1058ba8b6d9f331529a0e91b484ae0585dd24cd77cb45ad4f/magic-wormhole-0.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 03:27:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "warner",
    "github_project": "magic-wormhole",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "magic-wormhole"
}
        
Elapsed time: 0.22990s