phronesitron


Namephronesitron JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryInteract with scientific papers and ML language models
upload_time2023-02-11 17:08:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords openai literature
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Phronesitron

Phronesitron is a set of tools to interact with textual AI
tools like OpenAI's models.

Example use:

```
> phronesitron what is the metaphysical meaning of a slinky
The metaphysical meaning of a slinky can be interpreted in several
ways. On one level, it can represent the interconnectedness of all
things, with its seemingly endless loops of energy and motion. It can
also be seen as a symbol of resilience and adaptability, as it can be
stretched and bent without breaking. Finally, it can be seen as a
metaphor for the impermanence of life, with its ever-changing shapes
and movements.
```

Currently, openAI models are supported.

You can alias phronesitron to ph if you like.
```
alias ph=phronesitron
```

# Setup

Set the openAI API key (get it from here: https://platform.openai.com/account/api-keys)

```
export OPENAIKEY=<put key here>
```

# Versioning

Uses semantic versioning. https://semver.org/


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "phronesitron",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "openai,literature",
    "author": null,
    "author_email": "Reto Stamm <phronesitron@retostamm.edu>",
    "download_url": "https://files.pythonhosted.org/packages/d2/89/ab33547d6d2d110f07153266ba5be78e469e54c6853bfb8327fcdcdf0f7e/phronesitron-0.1.2.tar.gz",
    "platform": null,
    "description": "# Phronesitron\n\nPhronesitron is a set of tools to interact with textual AI\ntools like OpenAI's models.\n\nExample use:\n\n```\n> phronesitron what is the metaphysical meaning of a slinky\nThe metaphysical meaning of a slinky can be interpreted in several\nways. On one level, it can represent the interconnectedness of all\nthings, with its seemingly endless loops of energy and motion. It can\nalso be seen as a symbol of resilience and adaptability, as it can be\nstretched and bent without breaking. Finally, it can be seen as a\nmetaphor for the impermanence of life, with its ever-changing shapes\nand movements.\n```\n\nCurrently, openAI models are supported.\n\nYou can alias phronesitron to ph if you like.\n```\nalias ph=phronesitron\n```\n\n# Setup\n\nSet the openAI API key (get it from here: https://platform.openai.com/account/api-keys)\n\n```\nexport OPENAIKEY=<put key here>\n```\n\n# Versioning\n\nUses semantic versioning. https://semver.org/\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Interact with scientific papers and ML language models",
    "version": "0.1.2",
    "split_keywords": [
        "openai",
        "literature"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b61cc626327b4f5eb5504815381b164ed4b3faa934b2fc99001e6d185e7e020",
                "md5": "d359b2cfd0daadbab4ee35a53e0247dd",
                "sha256": "5b7160347db9cbd6d3eaba09d7fccac251f66c33bf8f78c670a6b6a57c274ff2"
            },
            "downloads": -1,
            "filename": "phronesitron-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d359b2cfd0daadbab4ee35a53e0247dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16431,
            "upload_time": "2023-02-11T17:08:50",
            "upload_time_iso_8601": "2023-02-11T17:08:50.654643Z",
            "url": "https://files.pythonhosted.org/packages/3b/61/cc626327b4f5eb5504815381b164ed4b3faa934b2fc99001e6d185e7e020/phronesitron-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d289ab33547d6d2d110f07153266ba5be78e469e54c6853bfb8327fcdcdf0f7e",
                "md5": "c81be77f514c6144945533b440202400",
                "sha256": "9b4ed42387181183d27e55ebb6c9458a8f383b79aa4fa1d20fb2433766048a6c"
            },
            "downloads": -1,
            "filename": "phronesitron-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c81be77f514c6144945533b440202400",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18303,
            "upload_time": "2023-02-11T17:08:53",
            "upload_time_iso_8601": "2023-02-11T17:08:53.635530Z",
            "url": "https://files.pythonhosted.org/packages/d2/89/ab33547d6d2d110f07153266ba5be78e469e54c6853bfb8327fcdcdf0f7e/phronesitron-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 17:08:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "phronesitron"
}
        
Elapsed time: 0.04628s