Metadata-Version: 2.1
Name: opik
Version: 0.1.4
Summary: Comet tool for logging and evaluating LLM traces
Home-page: https://www.comet.com
Author: Comet ML Inc.
Author-email: mail@comet.com
License: MIT
Project-URL: Source code, https://github.com/comet-ml/opik
Keywords: opik
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx<1.0.0
Requires-Dist: langchain_community<1.0.0
Requires-Dist: langchain_openai<1.0.0
Requires-Dist: levenshtein~=0.25.1
Requires-Dist: openai<2.0.0
Requires-Dist: pandas<3.0.0,>=2.0.0
Requires-Dist: pydantic-settings<3.0.0,>=2.0.0
Requires-Dist: pydantic<3.0.0,>=2.0.0
Requires-Dist: pytest
Requires-Dist: tqdm
Requires-Dist: uuid7<1.0.0
Requires-Dist: rich

# opik-python

To install package in development mode run `pip install -e .` from the repository root directory.

# Linters

Before pushing your changes please run `pre-commit run --all-files` from the python/sdk directory.
It will install and run required linters.
