Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leastauthority/haskell-magic-wormhole
- Owner: LeastAuthority
- License: apache-2.0
- Created: 2017-10-22T12:23:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T17:01:33.000Z (7 months ago)
- Last Synced: 2024-04-14T01:01:35.762Z (7 months ago)
- Topics: filetransfer, haskell, magic-wormhole
- Language: Haskell
- Size: 302 KB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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 HaskellMagic 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
```