griseo


Namegriseo JSON
Version 0.13.3 PyPI version JSON
download
home_pagehttps://github.com/korandoru/griseo
SummaryChat with OpenAI in the Hacker way.
upload_time2023-05-22 02:41:43
maintainer
docs_urlNone
authortison
requires_python>=3.8,<4.0
licenseApache-2.0
keywords chatgpt cli openai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Griseo

Chat with OpenAI in the Hacker way.

## Installation

```shell
pip install griseo
```

## Usage

```shell
export OPENAI_API_KEY=<API_TOKEN> # or echo OPENAI_API_KEY=<API_TOKEN> >> .env
griseo ... # one-shot chat completion
griseo     # open an interactive session  
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/korandoru/griseo",
    "name": "griseo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "chatgpt,cli,openai",
    "author": "tison",
    "author_email": "wander4096@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/87/dcd3e2012b30bb1fe8ad3f4e8e07f7addb85c312cd20d0a20f0414b186dd/griseo-0.13.3.tar.gz",
    "platform": null,
    "description": "# Griseo\n\nChat with OpenAI in the Hacker way.\n\n## Installation\n\n```shell\npip install griseo\n```\n\n## Usage\n\n```shell\nexport OPENAI_API_KEY=<API_TOKEN> # or echo OPENAI_API_KEY=<API_TOKEN> >> .env\ngriseo ... # one-shot chat completion\ngriseo     # open an interactive session  \n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Chat with OpenAI in the Hacker way.",
    "version": "0.13.3",
    "project_urls": {
        "Documentation": "https://github.com/korandoru/griseo",
        "Homepage": "https://github.com/korandoru/griseo",
        "Repository": "https://github.com/korandoru/griseo"
    },
    "split_keywords": [
        "chatgpt",
        "cli",
        "openai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e848b4d660612b5b6af337d72d054b9a9c54ef680c5d3486581c87123da25db",
                "md5": "4100a03dc4f8818d4d85c1cbed4fd6e4",
                "sha256": "8bc960aed322789b98a0a5e7288d574be05b19d4c3fbbd9a7880375c8b9b8bc5"
            },
            "downloads": -1,
            "filename": "griseo-0.13.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4100a03dc4f8818d4d85c1cbed4fd6e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 9264,
            "upload_time": "2023-05-22T02:41:41",
            "upload_time_iso_8601": "2023-05-22T02:41:41.495257Z",
            "url": "https://files.pythonhosted.org/packages/2e/84/8b4d660612b5b6af337d72d054b9a9c54ef680c5d3486581c87123da25db/griseo-0.13.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b87dcd3e2012b30bb1fe8ad3f4e8e07f7addb85c312cd20d0a20f0414b186dd",
                "md5": "9483130295929debb6638167ea5861c3",
                "sha256": "a3101ee92c917dee1690a6c3c5465de51606d4586a3d206c84f3932fecd2373c"
            },
            "downloads": -1,
            "filename": "griseo-0.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9483130295929debb6638167ea5861c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 7037,
            "upload_time": "2023-05-22T02:41:43",
            "upload_time_iso_8601": "2023-05-22T02:41:43.029715Z",
            "url": "https://files.pythonhosted.org/packages/9b/87/dcd3e2012b30bb1fe8ad3f4e8e07f7addb85c312cd20d0a20f0414b186dd/griseo-0.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 02:41:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "korandoru",
    "github_project": "griseo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "griseo"
}
        
Elapsed time: 1.15137s