Metadata-Version: 2.1
Name: openplugin
Version: 0.1.3
Summary: 
Author: shrikant
Author-email: shrikant.pm14@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: azure-cognitiveservices-speech (==1.35.0)
Requires-Dist: boto3 (>=1.29.3,<2.0.0)
Requires-Dist: fastapi (==0.109.2)
Requires-Dist: google-cloud-aiplatform (==1.35.0)
Requires-Dist: langchain (==0.1.7)
Requires-Dist: litellm (==1.23.14)
Requires-Dist: load-dotenv (>=0.1.0,<0.2.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: openai (==1.12.0)
Requires-Dist: pydantic (==2.6.1)
Requires-Dist: pydantic-settings (>=2.2.1,<3.0.0)
Requires-Dist: pydub (>=0.25.1,<0.26.0)
Requires-Dist: requests (==2.31.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Requires-Dist: uvicorn (>=0.22.0,<0.23.0)
Requires-Dist: websockets (>=11.0.3,<12.0.0)
Description-Content-Type: text/markdown

### OpenPlugin

Please see the complete documentation here: https://openplugin.org/

#### Summary:

# Using Project
python openplugin/main.py --help

python openplugin/main.py run-plugin --openplugin manifests/sample_klarna.json --prompt sample_prompt.txt --log-level="FLOW"

python openplugin/main.py run-plugin --openplugin manifests/sample_klarna.json --prompt "show me some t shirts" --log-level="INFO"

# Using PIP
pip install openplugin
openplugin --help
