Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leastauthority/haskell-magic-wormhole

Magic Wormhole for Haskell
https://github.com/leastauthority/haskell-magic-wormhole

filetransfer haskell magic-wormhole

Last synced: 26 days ago
JSON representation

Magic Wormhole for Haskell

Awesome Lists containing this project

README

        

Magic Wormhole for Haskell
==========================

Library and command-line tools for interacting with [Magic
Wormhole](https://github.com/warner/magic-wormhole/) in Haskell

Magic Wormhole lets you get things from one computer to another, safely.

## Running tests

Install the python dependencies for running integration tests.

```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

Now run the tests:

```
cabal test
```