ZephyrusChatbot


NameZephyrusChatbot JSON
Version 1.0.2 PyPI version JSON
download
home_page
Summarychatbot
upload_time2023-05-08 19:26:49
maintainer
docs_urlNone
authorRGB_CATT
requires_python
license
keywords python chat bot chatbot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
## Here is an example

```python
import ZephyrusChatbot as chatbot

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ZephyrusChatbot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,chat,bot,chatbot",
    "author": "RGB_CATT",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a7/a0/821d407ea6feccd5f0243620f802ea8c0ea11169688387afdd390195fed6/ZephyrusChatbot-1.0.2.tar.gz",
    "platform": null,
    "description": "\r\n## Here is an example\r\n\r\n```python\r\nimport ZephyrusChatbot as chatbot\r\n\r\nwhile True:\r\n  prompt = input('prompt: ')\r\n  print(chatbot.get_response(prompt))\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "chatbot",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "chat",
        "bot",
        "chatbot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7a0821d407ea6feccd5f0243620f802ea8c0ea11169688387afdd390195fed6",
                "md5": "56fe3b4a6d18fe920e50f60c7d64a578",
                "sha256": "e9e469054f3f189ae7d5508fc363f9cdb943750e1f0f1a22b29358d2a9ec7fd9"
            },
            "downloads": -1,
            "filename": "ZephyrusChatbot-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "56fe3b4a6d18fe920e50f60c7d64a578",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1585,
            "upload_time": "2023-05-08T19:26:49",
            "upload_time_iso_8601": "2023-05-08T19:26:49.768026Z",
            "url": "https://files.pythonhosted.org/packages/a7/a0/821d407ea6feccd5f0243620f802ea8c0ea11169688387afdd390195fed6/ZephyrusChatbot-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-08 19:26:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zephyruschatbot"
}
        
Elapsed time: 0.06976s