Metadata-Version: 2.4
Name: pythia-client
Version: 0.20.0
Summary: Client to interact with the Pythia API
Project-URL: Homepage, https://gitlab.com/ale-gitlab/dto/data-science/cip-bot/project-pythia
Project-URL: Documentation, https://gitlab.com/ale-gitlab/dto/data-science/cip-bot/project-pythia
Project-URL: Repository, https://gitlab.com/ale-gitlab/dto/data-science/cip-bot/project-pythia
Project-URL: Issues, https://gitlab.com/ale-gitlab/dto/data-science/cip-bot/project-pythia/-/issues
Author-email: Corentin Meyer <contact@cmeyer.fr>
Maintainer-email: Corentin Meyer <contact@cmeyer.fr>
License: Apache 2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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-Python: >=3.10
Requires-Dist: pydantic>=2.6.4
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# Pythia-Client

The Pythia-client exist to make it easier to interact with our internal Pythia API. **This is still a work in progress.
**        
Install it via pip ([link](https://pypi.org/project/pythia-client/)): `pip install pythia-client`.    
**Please note:** always use the latest version available, as it is synchronized with the currently deployed Pythia REST
API.  
Run `uv sync` in this folder to install a local python environment `.venv` containing all dependencies.  
See the full documentation with API reference
at: [link to documentation](https://llm-ale-chatbot-ale-gitlab-dto-data-science-cip--785643472bb1ac.gitlab.io/pythia-client/overview/)  
