Metadata-Version: 2.1
Name: phronesitron
Version: 0.1.8
Summary: Interact with ML language models from the commandline
Home-page: https://github.com/retospect/phronesitron
License: GPL-3
Keywords: openai,literature
Author: Reto Stamm
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: argparse
Requires-Dist: openai
Requires-Dist: paper2txt
Requires-Dist: pyperclip
Requires-Dist: termcolor
Description-Content-Type: text/markdown

[![check](https://github.com/retospect/phronesitron/actions/workflows/check.yml/badge.svg)](https://github.com/retospect/phronesitron/actions/workflows/check.yml)

# Phronesitron

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

Example use:

```
> ph explain quantum physics in 10 words
Mysterious particles with probabilistic behavior in complex systems.
```

Currently, openAI models are supported.

# 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/


