Name | aibo-server JSON |
Version |
0.1.7
JSON |
| download |
home_page | None |
Summary | aibo: AI partner |
upload_time | 2024-09-29 21:19:41 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | None |
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": null,
"name": "aibo-server",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "emacs, aibo",
"author": null,
"author_email": "David Medina <dmed256@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/4f/6f/d3407e9e9388a564e5bffc187e22b9c18216ce6dea8ea537e0f08a492c43/aibo_server-0.1.7.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": null,
"summary": "aibo: AI partner",
"version": "0.1.7",
"project_urls": {
"Homepage": "https://github.com/dmed256/aibo"
},
"split_keywords": [
"emacs",
" aibo"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "530213a02a301b053c1776b9800c7e785f2d12ece9a21a885166114c4755c390",
"md5": "bf9bd285aa1ecd9c62a89f6d84afee72",
"sha256": "1dd105d194dad6825433ab6eff813960168cef59f32a7212f65c962f82db4571"
},
"downloads": -1,
"filename": "aibo_server-0.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf9bd285aa1ecd9c62a89f6d84afee72",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 71867,
"upload_time": "2024-09-29T21:19:40",
"upload_time_iso_8601": "2024-09-29T21:19:40.135377Z",
"url": "https://files.pythonhosted.org/packages/53/02/13a02a301b053c1776b9800c7e785f2d12ece9a21a885166114c4755c390/aibo_server-0.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f6fd3407e9e9388a564e5bffc187e22b9c18216ce6dea8ea537e0f08a492c43",
"md5": "1830a2284ec7e1285a1bbd2afc3113c4",
"sha256": "5dd6a567d8263d9c67b8fe7b945498d5138abf0defc111e1239a9a3b42787450"
},
"downloads": -1,
"filename": "aibo_server-0.1.7.tar.gz",
"has_sig": false,
"md5_digest": "1830a2284ec7e1285a1bbd2afc3113c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 52293,
"upload_time": "2024-09-29T21:19:41",
"upload_time_iso_8601": "2024-09-29T21:19:41.405183Z",
"url": "https://files.pythonhosted.org/packages/4f/6f/d3407e9e9388a564e5bffc187e22b9c18216ce6dea8ea537e0f08a492c43/aibo_server-0.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-29 21:19:41",
"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"
}