Metadata-Version: 2.4
Name: llms-wrapper
Version: 0.7
Summary: Package for simple usage of diverse LLMs and configuring them using human readable config files
Author-email: Johann Petrak <johann.petrak@gmail.com>
License: Apache Software License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: litellm
Requires-Dist: tenacity
Requires-Dist: hjson
Requires-Dist: loguru
Requires-Dist: docstring_parser
Requires-Dist: python-dotenv
Provides-Extra: dev
Requires-Dist: pdoc3; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: jupyterlab; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: notebook; extra == "dev"
Provides-Extra: webchat
Requires-Dist: pyperclip; extra == "webchat"
Requires-Dist: python-fasthtml; extra == "webchat"
Provides-Extra: phoenix
Requires-Dist: openinference-instrumentation-litellm; extra == "phoenix"
Requires-Dist: arize-phoenix-otel; extra == "phoenix"
Provides-Extra: all
Requires-Dist: llms-wrapper[dev,phoenix,webchat]; extra == "all"
Dynamic: license-file

# python-llms-wrapper

Python package `llms_wrapper`

Documentation: https://ofai.github.io/python-llms-wrapper/

**IMPORTANT:** This is still under development, API may change and the documentation is still work in progress!
