Send files from one computer to another! A graphical interface for magic-wormhole https://magic-wormhole.readthedocs.io
Go to file
2022-01-15 17:17:17 +01:00
dropship saving latest changes, not sure what it is 2022-01-15 17:17:17 +01:00
.gitignore Add dank-meme-testing lab 2020-10-13 13:07:32 +02:00
.travis.yml Package it up 2020-10-08 22:05:43 +02:00
CHANGELOG.md Prepare 0.0.5 release, especially for pypi 2020-10-13 14:45:50 +02:00
LICENSE Prepare 0.0.5 release, especially for pypi 2020-10-13 14:45:50 +02:00
poetry.lock Make sure sniffio is locked 2020-10-12 17:29:03 +02:00
pyproject.toml Prepare 0.0.5 release, especially for pypi 2020-10-13 14:45:50 +02:00
README.md Enterprise this README 2020-10-13 15:04:32 +02:00

Dropship

Get Things From One Computer To Another, Safely

Magic-wormhole with a nice graphical interface.

Screen cast of dropship interface

(click for video)

Features

  • ???

Supported Languages

  • English

System requirements

Dropship should work on the following distributions:

  • Debian Stretch (9.0)

Other Linux distributions may work as well. We currently do not support MacOS or Windows.

Dropship requires the following system dependencies:

  • GTK+
  • Python > 3.6
  • PyGObject 3.30.5+
  • Cairo > 1.14

Install

PyPI version Build Status

Debian Stretch
$ sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install dropship
$ dropship  # run in your command-line terminal

Develop

See our wiki.