sack-chat


Namesack-chat JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryLightweight chat application for terminal
upload_time2025-09-02 03:20:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords chat socket tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sack
Lightweight chat application for the terminal

<img width="1180" height="857" alt="image" src="https://github.com/user-attachments/assets/975a44b7-f1be-4cdb-a5da-9966364b1d9b" />

## About

sack is an open-source chat application for the terminal, built with the [Textual](https://github.com/Textualize/textual) framework and TCP sockets.  
Start your own server or join an existing one to chat within your local network.

## Installation

with [uv](https://github.com/astral-sh/uv):
```bash
uv tool install sack-chat
```

with pip:
```bash
pip install sack-chat
```

then you can run sack with `sack` command:
```bash
sack
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sack-chat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "chat, socket, tui",
    "author": null,
    "author_email": "mati <mateusz.meksula@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/70/99/e4711c082cfd7f69a64ef43541ae7212ae2dd3bc32a5186799791d2e1709/sack_chat-1.1.0.tar.gz",
    "platform": null,
    "description": "# sack\nLightweight chat application for the terminal\n\n<img width=\"1180\" height=\"857\" alt=\"image\" src=\"https://github.com/user-attachments/assets/975a44b7-f1be-4cdb-a5da-9966364b1d9b\" />\n\n## About\n\nsack is an open-source chat application for the terminal, built with the [Textual](https://github.com/Textualize/textual) framework and TCP sockets.  \nStart your own server or join an existing one to chat within your local network.\n\n## Installation\n\nwith [uv](https://github.com/astral-sh/uv):\n```bash\nuv tool install sack-chat\n```\n\nwith pip:\n```bash\npip install sack-chat\n```\n\nthen you can run sack with `sack` command:\n```bash\nsack\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Lightweight chat application for terminal",
    "version": "1.1.0",
    "project_urls": {
        "Repository": "https://github.com/mati-33/sack"
    },
    "split_keywords": [
        "chat",
        " socket",
        " tui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28e97a58a78ac8c7342a83faf6cd2c543973f206ec4bab4bc19a12623c5d0a2f",
                "md5": "701422fe590b25e32a6b9fddf96a6748",
                "sha256": "2b4b8bfe5dd40133990d508edc4258693a7612e0ec5e286f23be08770118d2b8"
            },
            "downloads": -1,
            "filename": "sack_chat-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "701422fe590b25e32a6b9fddf96a6748",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 17244,
            "upload_time": "2025-09-02T03:19:59",
            "upload_time_iso_8601": "2025-09-02T03:19:59.513739Z",
            "url": "https://files.pythonhosted.org/packages/28/e9/7a58a78ac8c7342a83faf6cd2c543973f206ec4bab4bc19a12623c5d0a2f/sack_chat-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7099e4711c082cfd7f69a64ef43541ae7212ae2dd3bc32a5186799791d2e1709",
                "md5": "59875cbbdaae57e44372198681c93d04",
                "sha256": "3ead80864ef83ceb7f46d5c9b05df95d376646bbfdb43608ea914f16bfd837c9"
            },
            "downloads": -1,
            "filename": "sack_chat-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "59875cbbdaae57e44372198681c93d04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 71342,
            "upload_time": "2025-09-02T03:20:01",
            "upload_time_iso_8601": "2025-09-02T03:20:01.058271Z",
            "url": "https://files.pythonhosted.org/packages/70/99/e4711c082cfd7f69a64ef43541ae7212ae2dd3bc32a5186799791d2e1709/sack_chat-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 03:20:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mati-33",
    "github_project": "sack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sack-chat"
}
        
Elapsed time: 2.89335s