Name | blyg JSON |
Version |
0.8
JSON |
| download |
home_page | None |
Summary | A blyg (shy) cli-tool for uploading and receiving files. |
upload_time | 2024-10-04 13:18:47 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | AGPL-3.0-or-later |
keywords |
shy
file
share
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Blyg (shy)
Is a sharing platform that utilizes websockets and end-to-end encryption.
There's browser support through javascript, as well as a cli tool
that allows Linux users to upload from the terminal.
## Examples
### Starting a receiver
```
$ blyg receive --path ~/Downloads
```
This will give you a session ID that you can share to others.
Once someone sends you a file - it will ask you for approval to receive.
And if accepted, it will end up in `Downloads`.
### Starting an upload
```
$ blyg upload --path ./test.txt --id 7456
```
`7456` is the session ID of the `receive` command.
## Configuring
Blyg uses TOML, stored in `~/.config/blyg/share.toml`.
Here's an example:
```toml
[general]
protocol = "https"
host = "share.blyg.se"
port = 443
```
Raw data
{
"_id": null,
"home_page": null,
"name": "blyg",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "Anton Hvornum <torxed@archlinux.org>",
"keywords": "shy, file, share",
"author": null,
"author_email": "Anton Hvornum <torxed@archlinux.org>",
"download_url": null,
"platform": null,
"description": "# Blyg (shy)\n\nIs a sharing platform that utilizes websockets and end-to-end encryption.\nThere's browser support through javascript, as well as a cli tool\nthat allows Linux users to upload from the terminal.\n\n## Examples\n\n\n### Starting a receiver\n\n```\n$ blyg receive --path ~/Downloads\n```\n\nThis will give you a session ID that you can share to others.\nOnce someone sends you a file - it will ask you for approval to receive.\nAnd if accepted, it will end up in `Downloads`.\n\n### Starting an upload\n\n```\n$ blyg upload --path ./test.txt --id 7456\n```\n\n`7456` is the session ID of the `receive` command.\n\n## Configuring\n\nBlyg uses TOML, stored in `~/.config/blyg/share.toml`.\nHere's an example:\n\n```toml\n[general]\nprotocol = \"https\"\nhost = \"share.blyg.se\"\nport = 443\n```\n",
"bugtrack_url": null,
"license": "AGPL-3.0-or-later",
"summary": "A blyg (shy) cli-tool for uploading and receiving files.",
"version": "0.8",
"project_urls": {
"Documentation": "https://github.com/Torxed/blyg",
"Home": "https://github.com/Torxed/blyg",
"Source": "https://github.com/Torxed/blyg"
},
"split_keywords": [
"shy",
" file",
" share"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f2ff255f1b52d02e8d2b0ff951fcb5a6a122e828aaad96f32d71bdb759e1bb22",
"md5": "d1907c24507be573c25c89792334fd7b",
"sha256": "38828210e0b15fcaac16fda04b8ea4473b433b14fc8a940c3b61c6f627c56dc1"
},
"downloads": -1,
"filename": "blyg-0.8-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d1907c24507be573c25c89792334fd7b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.12",
"size": 18883,
"upload_time": "2024-10-04T13:18:47",
"upload_time_iso_8601": "2024-10-04T13:18:47.146212Z",
"url": "https://files.pythonhosted.org/packages/f2/ff/255f1b52d02e8d2b0ff951fcb5a6a122e828aaad96f32d71bdb759e1bb22/blyg-0.8-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-04 13:18:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Torxed",
"github_project": "blyg",
"github_not_found": true,
"lcname": "blyg"
}