<!--
SPDX-FileCopyrightText: 2022 Thomas Kramer
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Install on Debian
Install prerequisites:
```sh
sudo apt install python3-pyaudio python3-numpy python3-scipy python3-aiohttp python3-nacl
```
For the server only the following is necessary
```sh
sudo apt install python3-numpy python3-nacl
```
Optionally install `uvloop` for higher performance:
```sh
sudo apt install python3-uvloop
```
## Run the client
```sh
python3 picotalk-client.py -s my.server.com -r mySecretRoom
```
## Run the server
```sh
python3 picotalk-server.py # Use --uvloop to use uvloop.
```
Raw data
{
"_id": null,
"home_page": "",
"name": "picotalk",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "cmos,cell,characterization,vlsi,asic",
"author": "",
"author_email": "\"T. Kramer\" <code@tkramer.ch>",
"download_url": "https://files.pythonhosted.org/packages/8f/5a/37960581bc85943200588794ec3acd3933ce8b86e363ccd79b0d7de51d81/picotalk-0.0.24.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2022 Thomas Kramer\n\nSPDX-License-Identifier: CC-BY-SA-4.0\n-->\n\n## Install on Debian\n\nInstall prerequisites:\n```sh\nsudo apt install python3-pyaudio python3-numpy python3-scipy python3-aiohttp python3-nacl\n```\n\nFor the server only the following is necessary\n```sh\nsudo apt install python3-numpy python3-nacl\n```\n\nOptionally install `uvloop` for higher performance:\n```sh\nsudo apt install python3-uvloop\n```\n\n## Run the client\n\n```sh\npython3 picotalk-client.py -s my.server.com -r mySecretRoom\n```\n\n## Run the server\n```sh\npython3 picotalk-server.py # Use --uvloop to use uvloop.\n```\n",
"bugtrack_url": null,
"license": "AGPL-3.0-or-later",
"summary": "Simple voice call tool.",
"version": "0.0.24",
"project_urls": {
"Homepage": "https://codeberg.org/tok/picotalk",
"Issue Tracker": "https://codeberg.org/tok/picotalk/issues",
"Repository": "https://codeberg.org/tok/picotalk"
},
"split_keywords": [
"cmos",
"cell",
"characterization",
"vlsi",
"asic"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8f5a37960581bc85943200588794ec3acd3933ce8b86e363ccd79b0d7de51d81",
"md5": "b0ae0b329f90197dc9f95f0c935146df",
"sha256": "59efd28bfd59b8d335760be9d4c58a72abe3785d7b44e8365c9849ec760408db"
},
"downloads": -1,
"filename": "picotalk-0.0.24.tar.gz",
"has_sig": false,
"md5_digest": "b0ae0b329f90197dc9f95f0c935146df",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 26419,
"upload_time": "2023-12-15T14:00:45",
"upload_time_iso_8601": "2023-12-15T14:00:45.688662Z",
"url": "https://files.pythonhosted.org/packages/8f/5a/37960581bc85943200588794ec3acd3933ce8b86e363ccd79b0d7de51d81/picotalk-0.0.24.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-15 14:00:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "tok",
"codeberg_project": "picotalk",
"lcname": "picotalk"
}