{"id":13394768,"url":"https://github.com/magic-wormhole/magic-wormhole","last_synced_at":"2025-12-12T00:33:15.386Z","repository":{"id":27114814,"uuid":"30582779","full_name":"magic-wormhole/magic-wormhole","owner":"magic-wormhole","description":"get things from one computer to another, safely","archived":false,"fork":false,"pushed_at":"2025-05-11T17:51:21.000Z","size":3599,"stargazers_count":21164,"open_issues_count":170,"forks_count":681,"subscribers_count":220,"default_branch":"master","last_synced_at":"2025-05-13T11:02:15.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://magic-wormhole.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magic-wormhole.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"docs/CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-02-10T08:38:44.000Z","updated_at":"2025-05-12T20:19:28.000Z","dependencies_parsed_at":"2024-01-30T02:46:52.672Z","dependency_job_id":"dc367b96-fe2c-4821-87ef-2596923ed4a7","html_url":"https://github.com/magic-wormhole/magic-wormhole","commit_stats":{"total_commits":1515,"total_committers":62,"mean_commits":24.43548387096774,"dds":"0.18019801980198025","last_synced_commit":"65419d28b651189a228fdf3e882c38c8a5a189be"},"previous_names":["warner/magic-wormhole"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magic-wormhole%2Fmagic-wormhole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magic-wormhole%2Fmagic-wormhole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magic-wormhole%2Fmagic-wormhole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magic-wormhole%2Fmagic-wormhole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magic-wormhole","download_url":"https://codeload.github.com/magic-wormhole/magic-wormhole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929359,"owners_count":21985802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T17:01:30.940Z","updated_at":"2025-12-12T00:33:15.313Z","avatar_url":"https://github.com/magic-wormhole.png","language":"Python","funding_links":[],"categories":["HarmonyOS","Python","File Management and Sharing","Utilities","others","Software","Support","\u003ca name=\"transfer\"\u003e\u003c/a\u003eData transfer","Command-line","File Transfer \u0026 Sync","Secure network transfer","File Sharing \u0026 Transfer"],"sub_categories":["Windows Manager","OS Encryption","Ad-hoc Service","Debloat/DeCrap","Implementations"],"readme":"# 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagic-wormhole%2Fmagic-wormhole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagic-wormhole%2Fmagic-wormhole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagic-wormhole%2Fmagic-wormhole/lists"}