commons-cli


Namecommons-cli JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryTerminal-based chat client for Commons with real-time messaging
upload_time2025-09-02 05:22:01
maintainerNone
docs_urlNone
authorCommons Project
requires_python>=3.7
licenseMIT
keywords chat tui terminal websocket cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # commons-cli

Terminal-based chat client for Commons with real-time messaging support.

## Installation

### From PyPI (recommended)
```bash
pip install commons-cli
```

Then run:
```bash
commons-cli
# or
commons
```

## Development

### Local Setup
1. Install dependencies:
```bash
pip install -r requirements.txt
```

2. Run from source:
```bash
python main.py
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "commons-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "chat, tui, terminal, websocket, cli",
    "author": "Commons Project",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d2/f5/3e74ee1c002750733d0a7c9f69ceb1ba4023f255dc691fcced3e40a2a61c/commons_cli-0.1.2.tar.gz",
    "platform": null,
    "description": "# commons-cli\n\nTerminal-based chat client for Commons with real-time messaging support.\n\n## Installation\n\n### From PyPI (recommended)\n```bash\npip install commons-cli\n```\n\nThen run:\n```bash\ncommons-cli\n# or\ncommons\n```\n\n## Development\n\n### Local Setup\n1. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n2. Run from source:\n```bash\npython main.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Terminal-based chat client for Commons with real-time messaging",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/commons-project/commons",
        "Issues": "https://github.com/commons-project/commons/issues",
        "Repository": "https://github.com/commons-project/commons"
    },
    "split_keywords": [
        "chat",
        " tui",
        " terminal",
        " websocket",
        " cli"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e94dd562f596c160017612b10696f5ff122cc35081e44e01b06fb602bbe0381",
                "md5": "a37819f6b876a8c0d9289d55550093ec",
                "sha256": "190b30547ff0876aaa7e7bb21ab8968c15292343ca63e91e317a63b4abf58ae4"
            },
            "downloads": -1,
            "filename": "commons_cli-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a37819f6b876a8c0d9289d55550093ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10916,
            "upload_time": "2025-09-02T05:22:00",
            "upload_time_iso_8601": "2025-09-02T05:22:00.244254Z",
            "url": "https://files.pythonhosted.org/packages/5e/94/dd562f596c160017612b10696f5ff122cc35081e44e01b06fb602bbe0381/commons_cli-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2f53e74ee1c002750733d0a7c9f69ceb1ba4023f255dc691fcced3e40a2a61c",
                "md5": "b4a91e526f2bb33e737611432036fafc",
                "sha256": "df61ff5ffe7847919fc5cf8a3d4f70ca0f24044a8d51166dcf8895a15769d4b7"
            },
            "downloads": -1,
            "filename": "commons_cli-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b4a91e526f2bb33e737611432036fafc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11641,
            "upload_time": "2025-09-02T05:22:01",
            "upload_time_iso_8601": "2025-09-02T05:22:01.658826Z",
            "url": "https://files.pythonhosted.org/packages/d2/f5/3e74ee1c002750733d0a7c9f69ceb1ba4023f255dc691fcced3e40a2a61c/commons_cli-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 05:22:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "commons-project",
    "github_project": "commons",
    "github_not_found": true,
    "lcname": "commons-cli"
}
        
Elapsed time: 2.43275s