# tx
![image](https://github.com/zackees/tx/assets/6856673/9207453b-8280-4804-b63b-7382b219f37d)
[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)
[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)
Easiest way to send files:
*Install*
```bash
pip install wormhole-tx
```
*Run*
```bash
tx myfile.mp4
# Then follow the directions
```
This will generate a `magic-wormhole` command that you can use on the receiving end.
# Background
`magic-wormhole` is even more powerful when properly tuned. `wormhole-tx` gives saner defaults and is more secure with a larger key. The command to run on the receiving end will auto-accept the file and wait for it to begin.
Additionally, the receiving command is generated at the *beginning* instead of the end of the archive building phase. This makes the command quicker to run since you can immediately connect the client to the sender.
# Install
`git clone ...`
`. ./install`
`. ./activate.sh`
To develop software, run `. ./activate.sh`
# Windows
This environment requires you to use `git-bash`.
# Linting
Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.
# Versions
* 1.0.9: Now has an api `tx.run` for code integration. Many other fixes.
* 1.0.8: Update `magic-wormhole` to fix Mac M1 breakage.
* 1.0.7: Adds missing dependency for colorama.
* 1.0.6: Varius fixes and force UTF-8 on Windows to prevent crash during file send.
* 1.0.3: Removes new typing system which doesn't work on python < 3.10
* 1.0.2: Unknown arguments are passed onto `wormhole send`. Help now displays `wormhole --help`.
* 1.0.1: Fixes missing `magic-wormhole` dependency.
Raw data
{
"_id": null,
"home_page": "https://github.com/zackees/tx",
"name": "wormhole-tx",
"maintainer": "Zachary Vorhies",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "template-python-cmd",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7c/b1/9177bfc8f9ad0b2bbf9fdb04654587762449e17a7cf9769f9bd7a8419eea/wormhole-tx-1.0.9.tar.gz",
"platform": null,
"description": "# tx\n\n![image](https://github.com/zackees/tx/assets/6856673/9207453b-8280-4804-b63b-7382b219f37d)\n\n[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)\n\n[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)\n[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)\n[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)\n\nEasiest way to send files:\n\n*Install*\n```bash\npip install wormhole-tx\n```\n\n*Run*\n```bash\ntx myfile.mp4\n# Then follow the directions\n```\n\nThis will generate a `magic-wormhole` command that you can use on the receiving end.\n\n# Background\n\n`magic-wormhole` is even more powerful when properly tuned. `wormhole-tx` gives saner defaults and is more secure with a larger key. The command to run on the receiving end will auto-accept the file and wait for it to begin.\n\nAdditionally, the receiving command is generated at the *beginning* instead of the end of the archive building phase. This makes the command quicker to run since you can immediately connect the client to the sender.\n\n# Install\n\n`git clone ...`\n`. ./install`\n`. ./activate.sh`\n\nTo develop software, run `. ./activate.sh`\n\n# Windows\n\nThis environment requires you to use `git-bash`.\n\n# Linting\n\nRun `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.\n\n# Versions\n\n * 1.0.9: Now has an api `tx.run` for code integration. Many other fixes.\n * 1.0.8: Update `magic-wormhole` to fix Mac M1 breakage.\n * 1.0.7: Adds missing dependency for colorama.\n * 1.0.6: Varius fixes and force UTF-8 on Windows to prevent crash during file send.\n * 1.0.3: Removes new typing system which doesn't work on python < 3.10\n * 1.0.2: Unknown arguments are passed onto `wormhole send`. Help now displays `wormhole --help`.\n * 1.0.1: Fixes missing `magic-wormhole` dependency.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Front end for wormhole, easier and more secure!",
"version": "1.0.9",
"project_urls": {
"Homepage": "https://github.com/zackees/tx"
},
"split_keywords": [
"template-python-cmd"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "61f3b2678974f73e4653473fb5b7ea26dd677de382b6662e31f82c53ff71be4e",
"md5": "ce664ea3ad1397b92eb23955249d5b52",
"sha256": "10ad86d03328332b3dccc8178a250f06822eefa3c1a902e42e70110abed5ad41"
},
"downloads": -1,
"filename": "wormhole_tx-1.0.9-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce664ea3ad1397b92eb23955249d5b52",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 5352,
"upload_time": "2024-08-14T22:11:04",
"upload_time_iso_8601": "2024-08-14T22:11:04.061628Z",
"url": "https://files.pythonhosted.org/packages/61/f3/b2678974f73e4653473fb5b7ea26dd677de382b6662e31f82c53ff71be4e/wormhole_tx-1.0.9-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7cb19177bfc8f9ad0b2bbf9fdb04654587762449e17a7cf9769f9bd7a8419eea",
"md5": "e9043d8c0b3d30bec6525ea2cfe8e9df",
"sha256": "102414b069f7c4230a4a3fb9b9455a03e90c25fe254092989f885b03aafcd99c"
},
"downloads": -1,
"filename": "wormhole-tx-1.0.9.tar.gz",
"has_sig": false,
"md5_digest": "e9043d8c0b3d30bec6525ea2cfe8e9df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 13008,
"upload_time": "2024-08-14T22:11:05",
"upload_time_iso_8601": "2024-08-14T22:11:05.387765Z",
"url": "https://files.pythonhosted.org/packages/7c/b1/9177bfc8f9ad0b2bbf9fdb04654587762449e17a7cf9769f9bd7a8419eea/wormhole-tx-1.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-14 22:11:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zackees",
"github_project": "tx",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "wormhole-tx"
}