robin-chat


Namerobin-chat JSON
Version 0.0.2.2 PyPI version JSON
download
home_pagehttps://github.com/chrisdoyleie/robin-chat
SummaryStreamlit component for rendering RobinAI chat messages
upload_time2023-05-17 15:24:34
maintainer
docs_urlNone
authorChris Doyle
requires_python>=3.8
license
keywords chat streamlit streamlit-component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # robin-chat

Custom streamlit component. Prototype use only.

## Installation

Install `robin-chat` with pip
```bash
pip install robin-chat 
```

usage, import the `message` function from `robin_chat`
```py
import streamlit as st
from robin_chat import message

message("Hey I'm Robin copilot, how can I help?") 
message("Hello Robin!", is_user=True)  # align's the message to the right
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chrisdoyleie/robin-chat",
    "name": "robin-chat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "chat streamlit streamlit-component",
    "author": "Chris Doyle",
    "author_email": "chris@robinai.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/b1/0f/6acc091df41f6ad43cc06eb3f580b03fb2278103d9dbfd3b831c2c960ef9/robin-chat-0.0.2.2.tar.gz",
    "platform": null,
    "description": "# robin-chat\n\nCustom streamlit component. Prototype use only.\n\n## Installation\n\nInstall `robin-chat` with pip\n```bash\npip install robin-chat \n```\n\nusage, import the `message` function from `robin_chat`\n```py\nimport streamlit as st\nfrom robin_chat import message\n\nmessage(\"Hey I'm Robin copilot, how can I help?\") \nmessage(\"Hello Robin!\", is_user=True)  # align's the message to the right\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Streamlit component for rendering RobinAI chat messages",
    "version": "0.0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/chrisdoyleie/robin-chat"
    },
    "split_keywords": [
        "chat",
        "streamlit",
        "streamlit-component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a69dd849058448bfa96e837a74a54cd74e8a5837bd993915f05d711a0aee60f",
                "md5": "05724cc41c6c7ded978532d935e423ea",
                "sha256": "728c0b2ca71d7b9d2556a5e1d55805762611f33cf15805f6d74731003086569d"
            },
            "downloads": -1,
            "filename": "robin_chat-0.0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05724cc41c6c7ded978532d935e423ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 654527,
            "upload_time": "2023-05-17T15:24:31",
            "upload_time_iso_8601": "2023-05-17T15:24:31.966307Z",
            "url": "https://files.pythonhosted.org/packages/1a/69/dd849058448bfa96e837a74a54cd74e8a5837bd993915f05d711a0aee60f/robin_chat-0.0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b10f6acc091df41f6ad43cc06eb3f580b03fb2278103d9dbfd3b831c2c960ef9",
                "md5": "e67f5e3e5cc0d03dd773e96089b48a1b",
                "sha256": "01589517eeba797eecb9148e28b69a07bdfd887f9aad06cc7f454ca42eea4636"
            },
            "downloads": -1,
            "filename": "robin-chat-0.0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e67f5e3e5cc0d03dd773e96089b48a1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 647034,
            "upload_time": "2023-05-17T15:24:34",
            "upload_time_iso_8601": "2023-05-17T15:24:34.748086Z",
            "url": "https://files.pythonhosted.org/packages/b1/0f/6acc091df41f6ad43cc06eb3f580b03fb2278103d9dbfd3b831c2c960ef9/robin-chat-0.0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 15:24:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrisdoyleie",
    "github_project": "robin-chat",
    "github_not_found": true,
    "lcname": "robin-chat"
}
        
Elapsed time: 0.08921s