ai-chatter


Nameai-chatter JSON
Version 0.0.1a1 PyPI version JSON
download
home_page
Summary
upload_time2023-09-25 02:07:41
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords ai chatbot chatgpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ai-chatter

[![PyPI - Version](https://img.shields.io/pypi/v/ai-chatter.svg)](https://pypi.org/project/ai-chatter)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ai-chatter.svg)](https://pypi.org/project/ai-chatter)

## About

AI is pretty cool, but a lot of fuss around it is just chatter.
This package tries to provide a toolkit to easily implement basic applications using ChatGPT, so you can get your hands dirty, and see whether you can do something useful with it.

It automatically takes care of some issues around interacting with a chatbot, like settings and session management, data persistence, communication, and gluing it together.

## Installation

```console
pip install ai-chatter
```

## License

`ai-chatter` is copyright (C) 2023 Fynn Freyer.

This program is free software: you can redistribute it and/or modify it under the terms of the [GNU Affero General Public License](https://spdx.org/licenses/AGPL-3.0-or-later.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.

You can find a copy of the GNU Affero General Public License [along with this program](https://github.com/FynnFreyer/ai-chatter/blob/main/LICENSE.txt).
You can also get a copy online at <https://www.gnu.org/licenses/>.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ai-chatter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ai,chatbot,chatgpt",
    "author": "",
    "author_email": "Fynn Freyer <fynn.freyer@googlemail.com>",
    "download_url": "https://files.pythonhosted.org/packages/df/e8/422b16b518095c59903f377a10cf56b0f8b1cc15030b436e146d07e6773f/ai_chatter-0.0.1a1.tar.gz",
    "platform": null,
    "description": "# ai-chatter\n\n[![PyPI - Version](https://img.shields.io/pypi/v/ai-chatter.svg)](https://pypi.org/project/ai-chatter)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ai-chatter.svg)](https://pypi.org/project/ai-chatter)\n\n## About\n\nAI is pretty cool, but a lot of fuss around it is just chatter.\nThis package tries to provide a toolkit to easily implement basic applications using ChatGPT, so you can get your hands dirty, and see whether you can do something useful with it.\n\nIt automatically takes care of some issues around interacting with a chatbot, like settings and session management, data persistence, communication, and gluing it together.\n\n## Installation\n\n```console\npip install ai-chatter\n```\n\n## License\n\n`ai-chatter` is copyright (C) 2023 Fynn Freyer.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the [GNU Affero General Public License](https://spdx.org/licenses/AGPL-3.0-or-later.html) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU Affero General Public License for more details.\n\nYou can find a copy of the GNU Affero General Public License [along with this program](https://github.com/FynnFreyer/ai-chatter/blob/main/LICENSE.txt).\nYou can also get a copy online at <https://www.gnu.org/licenses/>.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.0.1a1",
    "project_urls": {
        "Documentation": "https://github.com/FynnFreyer/ai-chatter#readme",
        "Issues": "https://github.com/FynnFreyer/ai-chatter/issues",
        "Source": "https://github.com/FynnFreyer/ai-chatter"
    },
    "split_keywords": [
        "ai",
        "chatbot",
        "chatgpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "879d5b03bf1b9978c1a524a50036e609b38c92f6cec3aa1a66c528d393108eab",
                "md5": "abfc20b90397702fe989371e4ebfd3f4",
                "sha256": "aec83310653371ca9a3115beb302b29427bd57bbac9b39612b12f978a8e306d5"
            },
            "downloads": -1,
            "filename": "ai_chatter-0.0.1a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "abfc20b90397702fe989371e4ebfd3f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28690,
            "upload_time": "2023-09-25T02:07:40",
            "upload_time_iso_8601": "2023-09-25T02:07:40.191292Z",
            "url": "https://files.pythonhosted.org/packages/87/9d/5b03bf1b9978c1a524a50036e609b38c92f6cec3aa1a66c528d393108eab/ai_chatter-0.0.1a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfe8422b16b518095c59903f377a10cf56b0f8b1cc15030b436e146d07e6773f",
                "md5": "1bc04da823dcad63215e32eda3adeb58",
                "sha256": "b78b8be2f7beb086c569ba1fd0280959d4a195935f0a5c00c33719a83f3f437f"
            },
            "downloads": -1,
            "filename": "ai_chatter-0.0.1a1.tar.gz",
            "has_sig": false,
            "md5_digest": "1bc04da823dcad63215e32eda3adeb58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 27787,
            "upload_time": "2023-09-25T02:07:41",
            "upload_time_iso_8601": "2023-09-25T02:07:41.796291Z",
            "url": "https://files.pythonhosted.org/packages/df/e8/422b16b518095c59903f377a10cf56b0f8b1cc15030b436e146d07e6773f/ai_chatter-0.0.1a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 02:07:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FynnFreyer",
    "github_project": "ai-chatter#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ai-chatter"
}
        
Elapsed time: 0.28778s