Metadata-Version: 2.1
Name: propel-client
Version: 0.0.4
Summary: Propel service client
Author: Yuri Turchenkov
Author-email: yuri.turchenkov@valory.xyz
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
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.12
Requires-Dist: click
Requires-Dist: open-autonomy (>=0.13.9.post1,<0.14.0)
Requires-Dist: requests
Description-Content-Type: text/markdown

# PCLI

propel client to operate agents and opeai calls

## Install
installation `pip install .`


## Usage
cli command named: `propel`

use `propel login -u some_user` to obtain credentials store locally

use `propel logout` to logout on propel server and remove local credentials

use `propel openai /v1/models` to perform openai call.

use `propel openai /v1/models "{}"` to perform openai call with json encoded payload

or `echo "{}" | propel openai /v1/models -` to perform openai call with json encoded payload from stdin


please check `--help` for other commands like: agents, keys, variables
