ChatCAT


NameChatCAT JSON
Version 1.0.1 PyPI version JSON
download
home_page
Summarychatbot
upload_time2023-04-06 03:42:02
maintainer
docs_urlNone
authorRGB_CATT
requires_python
license
keywords python chat bot chatbot chatting robot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## Here is an example

```python
import ChatCAT

while True:
  prompt = input('prompt: ')
  ChatCAT.get_response(prompt)
```

# GITHUB: https://github.com/tjwllms52/CHATCAT

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ChatCAT",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,chat,bot,chatbot,chatting robot",
    "author": "RGB_CATT",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "\n## Here is an example\n\n```python\nimport ChatCAT\n\nwhile True:\n  prompt = input('prompt: ')\n  ChatCAT.get_response(prompt)\n```\n\n# GITHUB: https://github.com/tjwllms52/CHATCAT\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "chatbot",
    "version": "1.0.1",
    "split_keywords": [
        "python",
        "chat",
        "bot",
        "chatbot",
        "chatting robot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0daeebd40d0ed7573e1c2b639b37f2d2495e7798a2ae33d093ce1a06369b024a",
                "md5": "58f3ef44ebe23284973a52958535f546",
                "sha256": "0ae0df165f4e3eea7d11080fb2b6a89ed9f719405e6d1259495a4d0befc58246"
            },
            "downloads": -1,
            "filename": "ChatCAT-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58f3ef44ebe23284973a52958535f546",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2274,
            "upload_time": "2023-04-06T03:42:02",
            "upload_time_iso_8601": "2023-04-06T03:42:02.959398Z",
            "url": "https://files.pythonhosted.org/packages/0d/ae/ebd40d0ed7573e1c2b639b37f2d2495e7798a2ae33d093ce1a06369b024a/ChatCAT-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 03:42:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "chatcat"
}
        
Elapsed time: 0.05872s