Skip to content

Commit 14ef8d0

Browse files
committedJan 2, 2019
how could i forget magic wormhole
1 parent 64273cc commit 14ef8d0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
1515
production application is worth a thousand blog posts and Stack
1616
Overflow answers.
1717

18-
This document is an always-growing list of **199**
18+
This document is an always-growing list of **200**
1919
open-source Python applications arranged by topic, with links to
2020
repositories, docs, and more. If you have one to add or find some
2121
information missing, [please let us
@@ -37,7 +37,7 @@ thereof), see Architectures. -->
3737
1. <a href="#tag-games">Games</a> *(5)*
3838
1. <a href="#tag-productivity">Productivity</a> *(9)*
3939
1. <a href="#tag-organization">Organization</a> *(9)*
40-
1. <a href="#tag-communication">Communication</a> *(20)*
40+
1. <a href="#tag-communication">Communication</a> *(21)*
4141
1. <a href="#tag-education">Education</a> *(4)*
4242
1. <a href="#tag-science">Science</a> *(12)*
4343
1. <a href="#tag-cms">CMS</a> *(8)*
@@ -146,6 +146,7 @@ thereof), see Architectures. -->
146146
1. **Gajim** - ([Repo](https://dev.gajim.org/gajim/gajim), [WP](https://en.wikipedia.org/wiki/Gajim)) Lightweight, cross-platform instant messaging client for the XMPP protocol. `(linux, windows, mac, gtk)`
147147
1. **GlobaLeaks** - ([Repo](https://github.com/globaleaks/GlobaLeaks), [Home](https://www.globaleaks.org/)) Web application to enable secure and anonymous whistleblowing initiatives `(server)`
148148
1. **Helios Voting** - ([Repo](https://github.com/benadida/helios-server), [Home](http://heliosvoting.org/)) End-to-end verifiable voting system. `(server)`
149+
1. **Magic Wormhole** - ([Repo](https://github.com/warner/magic-wormhole), [PyPI](https://pypi.org/project/magic-wormhole/), [Docs](https://magic-wormhole.readthedocs.io/en/latest/)) Security- and speed-focused file transfer tool with support for files, text, and directories. `(linux, mac, console)`
149150
1. **Mailman** - ([Repo](https://gitlab.com/mailman/mailman), [Home](http://www.list.org/), [WP](https://en.wikipedia.org/wiki/GNU_Mailman)) The original listserv, a web application and email server for managing subscriptions and discussion archives. `(server)`
150151
1. **Mailpile** - ([Repo](https://github.com/mailpile/Mailpile), [Home](https://mailpile.is/)) Fast email client with user-friendly encryption and privacy features `(linux, windows, mac)`
151152
1. **Modoboa** - ([Repo](https://github.com/modoboa/modoboa), [Home](https://modoboa.org/en/)) Mail hosting and management platform including web UI based on Django. Provides useful components such as an admin panel and webmail. Integrates with Postfix or Dovecot. `(server)`

‎projects.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,13 @@ projects:
472472
desc: 'A "Social Business Engine" with features including lightweight document management, discussions, wikis, timelines, and more.'
473473
tags: ["communication", "cms", "server"] # enterprise?
474474
# Currently used as an intranet by non-profit organisations such as AFPC, CNLL (French Council for Free / Open Source Software), Systematic Paris-Region, Aquinetic, etc.
475+
- name: Magic Wormhole
476+
repo_url: https://github.com/warner/magic-wormhole
477+
docs_url: https://magic-wormhole.readthedocs.io/en/latest/
478+
pypi_url: https://pypi.org/project/magic-wormhole/
479+
desc: Security- and speed-focused file transfer tool with support for files, text, and directories.
480+
tags: ["communication", "console", "linux", "mac"] # windows support iffy
481+
475482

476483
## Internet
477484
- name: Reddit

0 commit comments

Comments
 (0)
Please sign in to comment.