aibo-server


Nameaibo-server JSON
Version 0.1.6 PyPI version JSON
download
home_page
Summaryaibo: AI partner
upload_time2023-11-22 00:39:42
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords emacs aibo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![aibo](https://github.com/dmed256/aibo/assets/1812355/7ccbf83a-621d-4cad-90e3-e3a30e74f73b)

`aibo-server` is the backing Python server for the `aibo.el` Emacs package that leverages OpenAI's chat API to bring ChatGPT into Emacs

[![asciicast](https://asciinema.org/a/612765.svg)](https://asciinema.org/a/612765)

## Installation

This package requires Python 3.11 or greater

```sh
pip install aibo-server
```

## Start server

Normally the server will be run using the `aibo.cli.start` command in emacs

```sh
python -m aibo.cli.start
```

but it's also possible to run it using `uvicorn`

```sh
uvicorn aibo.server.main:app --port 5000
```

## Database

The server uses a simple sqlite database, by default stored in `~/.aibo/database.db`


## Customization

For Python environment customizations, refer to [constants.py](https://github.com/dmed256/aibo/blob/main/python/aibo/common/constants.py).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aibo-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "emacs,aibo",
    "author": "",
    "author_email": "David Medina <dmed256@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e5/df/0807bbf3f6136b6d7593a1c5e38a072ce7344f9f09a1e5c1c9e4765abb63/aibo-server-0.1.6.tar.gz",
    "platform": null,
    "description": "![aibo](https://github.com/dmed256/aibo/assets/1812355/7ccbf83a-621d-4cad-90e3-e3a30e74f73b)\n\n`aibo-server` is the backing Python server for the `aibo.el` Emacs package that leverages OpenAI's chat API to bring ChatGPT into Emacs\n\n[![asciicast](https://asciinema.org/a/612765.svg)](https://asciinema.org/a/612765)\n\n## Installation\n\nThis package requires Python 3.11 or greater\n\n```sh\npip install aibo-server\n```\n\n## Start server\n\nNormally the server will be run using the `aibo.cli.start` command in emacs\n\n```sh\npython -m aibo.cli.start\n```\n\nbut it's also possible to run it using `uvicorn`\n\n```sh\nuvicorn aibo.server.main:app --port 5000\n```\n\n## Database\n\nThe server uses a simple sqlite database, by default stored in `~/.aibo/database.db`\n\n\n## Customization\n\nFor Python environment customizations, refer to [constants.py](https://github.com/dmed256/aibo/blob/main/python/aibo/common/constants.py).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "aibo: AI partner",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/dmed256/aibo"
    },
    "split_keywords": [
        "emacs",
        "aibo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77dd3502be081c5f98754a0e6aad7fd98de6cce3c3df030c80dc51328b8bcbdc",
                "md5": "9263a5aaa839e29416fc0ba2ee86c4ee",
                "sha256": "5215c465b2c7419596f4a52955bb6771be2eeb1a74b13aa024041255fcfd1323"
            },
            "downloads": -1,
            "filename": "aibo_server-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9263a5aaa839e29416fc0ba2ee86c4ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 68762,
            "upload_time": "2023-11-22T00:39:40",
            "upload_time_iso_8601": "2023-11-22T00:39:40.721419Z",
            "url": "https://files.pythonhosted.org/packages/77/dd/3502be081c5f98754a0e6aad7fd98de6cce3c3df030c80dc51328b8bcbdc/aibo_server-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5df0807bbf3f6136b6d7593a1c5e38a072ce7344f9f09a1e5c1c9e4765abb63",
                "md5": "600f4d75dfbee72f672a2ae236f674a6",
                "sha256": "55010cf2ca53306e6571eeb394d9ce7640f177b9bb3674ac6c7a2cb44fae8976"
            },
            "downloads": -1,
            "filename": "aibo-server-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "600f4d75dfbee72f672a2ae236f674a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 49808,
            "upload_time": "2023-11-22T00:39:42",
            "upload_time_iso_8601": "2023-11-22T00:39:42.570575Z",
            "url": "https://files.pythonhosted.org/packages/e5/df/0807bbf3f6136b6d7593a1c5e38a072ce7344f9f09a1e5c1c9e4765abb63/aibo-server-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 00:39:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dmed256",
    "github_project": "aibo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aibo-server"
}
        
Elapsed time: 0.14886s