dropship/README.md

52 lines
1.2 KiB
Markdown
Raw Normal View History

2020-10-08 19:00:26 +02:00
# Dropship
2020-07-21 14:48:34 +02:00
2020-10-13 15:04:32 +02:00
> Get Things From One Computer To Another, Safely
2020-07-24 01:13:08 +02:00
2020-10-13 15:04:32 +02:00
[Magic-wormhole](https://magic-wormhole.readthedocs.io/en/latest) with a nice graphical interface.
2020-07-21 14:48:34 +02:00
2020-07-24 10:29:01 +02:00
![Screen cast of dropship interface](https://vvvvvvaria.org/~r/dropship0.1.gif)
2020-07-24 01:13:08 +02:00
_(click for video)_
2020-10-13 15:04:32 +02:00
## Features
2020-10-11 11:55:49 +02:00
2020-10-13 15:04:32 +02:00
- ???
2020-07-21 14:58:21 +02:00
2020-10-13 15:04:32 +02:00
## Supported Languages
2020-10-07 16:42:53 +02:00
2020-10-13 15:04:32 +02:00
- English
2020-10-07 16:42:53 +02:00
2020-10-13 15:04:32 +02:00
## System requirements
2020-10-07 16:42:53 +02:00
2020-10-13 15:04:32 +02:00
Dropship should work on the following distributions:
2020-10-07 16:42:53 +02:00
2020-10-13 15:04:32 +02:00
- Debian Stretch (9.0)
2020-10-11 12:32:07 +02:00
2020-10-13 15:04:32 +02:00
Other Linux distributions may work as well. We currently do not support MacOS or Windows.
2020-10-11 12:32:07 +02:00
2020-10-13 15:04:32 +02:00
Dropship requires the following system dependencies:
2020-10-11 12:32:07 +02:00
2020-10-13 15:04:32 +02:00
- GTK+
- Python > 3.6
- PyGObject 3.30.5+
- Cairo > 1.14
2020-07-24 10:51:39 +02:00
2020-10-13 15:04:32 +02:00
## Install
2020-07-24 10:51:39 +02:00
2020-10-13 15:04:32 +02:00
[![PyPI version](https://badge.fury.io/py/dropship.svg)](https://badge.fury.io/py/dropship)
[![Build Status](https://travis-ci.org/decentral1se/dropship.svg?branch=main)](https://travis-ci.org/decentral1se/dropship)
2020-10-08 19:00:26 +02:00
2020-10-13 15:04:32 +02:00
<details><summary>Debian Stretch</summary>
<pre>
$ 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
</pre>
</details>
2020-10-13 14:34:12 +02:00
2020-10-13 15:04:32 +02:00
## Develop
2020-10-08 19:00:26 +02:00
2020-10-13 15:04:32 +02:00
See our [wiki](https://git.vvvvvvaria.org/rra/dropship/wiki).