sack-chat


Namesack-chat JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryLightweight chat application for terminal
upload_time2025-08-31 08:04:15
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/46/81/edad931659c0f688168581abaf0d76b7b063f7b7f671fc024d244515673b/sack_chat-1.0.1.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.0.1",
    "project_urls": {
        "Repository": "https://github.com/mati-33/sack"
    },
    "split_keywords": [
        "chat",
        " socket",
        " tui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d3dbb9441757b60e7753880661fb858bc5267ec85430af1968d1212767fa2d3",
                "md5": "b352231343003356fb8910e6e226b050",
                "sha256": "15867a7ff2af2e7a32a711d50b195d6ad92176dbecff686b267c63c18d67ce1b"
            },
            "downloads": -1,
            "filename": "sack_chat-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b352231343003356fb8910e6e226b050",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16485,
            "upload_time": "2025-08-31T08:04:13",
            "upload_time_iso_8601": "2025-08-31T08:04:13.371314Z",
            "url": "https://files.pythonhosted.org/packages/0d/3d/bb9441757b60e7753880661fb858bc5267ec85430af1968d1212767fa2d3/sack_chat-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4681edad931659c0f688168581abaf0d76b7b063f7b7f671fc024d244515673b",
                "md5": "c79cf862ede822ac32cd07b3d99a4444",
                "sha256": "3188282f7eb2bfc21a64648f7e2dc1648e0186d31058dd8a8dc41a39f493a5cd"
            },
            "downloads": -1,
            "filename": "sack_chat-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c79cf862ede822ac32cd07b3d99a4444",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 70705,
            "upload_time": "2025-08-31T08:04:15",
            "upload_time_iso_8601": "2025-08-31T08:04:15.360503Z",
            "url": "https://files.pythonhosted.org/packages/46/81/edad931659c0f688168581abaf0d76b7b063f7b7f671fc024d244515673b/sack_chat-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 08:04:15",
    "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.25304s