Name | terminalchate JSON |
Version |
0.1.3
JSON |
| download |
home_page | None |
Summary | Tiny terminal chat: async TCP server + CLI client |
upload_time | 2025-08-23 21:32:10 |
maintainer | None |
docs_url | None |
author | Enver Celik |
requires_python | >=3.13 |
license | MIT License
Copyright (c) 2025 EnverDev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
keywords |
chat
asyncio
terminal
tcp
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Terminal Chat
## Tiny terminal chat with an asyncio server and CLI client. Python 3.12+.
## Install
```
pip3 install terminalchate
```
## Run the server
```
terminalchate-server --host 0.0.0.0 --port 9000
```
## Connect a client
```
terminalchate 127.0.0.1 9000 --name alice
```
In another terminal then
```
terminalchate 127.0.0.1 9000 --name bob
```
Type to chat. Commands:
* /nick <name> change nickname
* /quit leave
Raw data
{
"_id": null,
"home_page": null,
"name": "terminalchate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "chat, asyncio, terminal, tcp",
"author": "Enver Celik",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/6f/9c/92d438f6c8aa8d7d108d2f6cb7e52e47418316cf82b485f100b47add30e1/terminalchate-0.1.3.tar.gz",
"platform": null,
"description": "# Terminal Chat\n\n## Tiny terminal chat with an asyncio server and CLI client. Python 3.12+.\n\n## Install\n```\npip3 install terminalchate\n```\n\n## Run the server\n```\nterminalchate-server --host 0.0.0.0 --port 9000\n```\n\n## Connect a client\n```\nterminalchate 127.0.0.1 9000 --name alice\n```\nIn another terminal then\n```\nterminalchate 127.0.0.1 9000 --name bob\n```\n\nType to chat. Commands:\n\n* /nick <name> change nickname\n* /quit leave\n",
"bugtrack_url": null,
"license": "MIT License\n \n \n Copyright (c) 2025 EnverDev\n \n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "Tiny terminal chat: async TCP server + CLI client",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/EnverDev/terminalchat",
"Issues": "https://github.com/EnverDev/terminalchat/issues"
},
"split_keywords": [
"chat",
" asyncio",
" terminal",
" tcp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "52e83e853a13caa4c467cdeb92386d399ada9085733704c02bc60759e85066e0",
"md5": "2b0373f0bf9282fab69ee4511bd7dc14",
"sha256": "025c3c3bb19adf76aeb8747f4d89335ab4699e77e7647f8ddc12338d4045c27a"
},
"downloads": -1,
"filename": "terminalchate-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2b0373f0bf9282fab69ee4511bd7dc14",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 7275,
"upload_time": "2025-08-23T21:32:08",
"upload_time_iso_8601": "2025-08-23T21:32:08.427907Z",
"url": "https://files.pythonhosted.org/packages/52/e8/3e853a13caa4c467cdeb92386d399ada9085733704c02bc60759e85066e0/terminalchate-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6f9c92d438f6c8aa8d7d108d2f6cb7e52e47418316cf82b485f100b47add30e1",
"md5": "0fc59415d3a3cfd57ad8951540afea42",
"sha256": "3d4080d0ca0b53d486b135ac62ef50295895d7c16356a45604adac6f6e872616"
},
"downloads": -1,
"filename": "terminalchate-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "0fc59415d3a3cfd57ad8951540afea42",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 6400,
"upload_time": "2025-08-23T21:32:10",
"upload_time_iso_8601": "2025-08-23T21:32:10.329946Z",
"url": "https://files.pythonhosted.org/packages/6f/9c/92d438f6c8aa8d7d108d2f6cb7e52e47418316cf82b485f100b47add30e1/terminalchate-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 21:32:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "EnverDev",
"github_project": "terminalchat",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "terminalchate"
}