Metadata-Version: 2.1
Name: lytix-py
Version: 4.3.2
Summary: Official Lytix Client Packages
Author-email: Lytix <support@lytix.com>
Project-URL: Homepage, https://github.com/Lytix-Labs/lytix-py
Project-URL: Issues, https://github.com/Lytix-Labs/lytix-py/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: requests==2.31.0
Requires-Dist: urllib3==2.2.1
Requires-Dist: langchain-core==0.3.10
Requires-Dist: langchain==0.3.3
Requires-Dist: opentelemetry-api==1.22.0
Requires-Dist: opentelemetry-sdk==1.22.0
Requires-Dist: opentelemetry-exporter-otlp==1.22.0
Requires-Dist: traceloop-sdk==0.11.3

<h1 align="center">
    🐍 lytix-py
</h1>
<p align="center">
This directory contains all the python packages for the Lytix project.
</p>
<p align="center">
    <a href="https://lytix.co">
        <img src="https://img.shields.io/badge/Visit%20Us-Lytix-brightgreen" alt="Lytix">
    </a>  
    <a href="https://badge.fury.io/py/lytix-py">
        <img src="https://badge.fury.io/py/lytix-py.svg" alt="PyPI version">
    </a>
    <a href="https://discord.gg/8TCbHsSe">
        <img src="https://img.shields.io/badge/Join%20our%20community-Discord-blue" alt="Discord Server">
    </a>
</p>


#### Environment Variables

The following environment variables are required to run the Lytix client.

- `LX_API_KEY`: The API key for the Lytix API. This is required to send data to the Lytix API.

The followig environment variables are optional.

- `LX_BASE_URL`: The base URL for the Lytix API. This is required to send data to the Lytix API.
