Metadata-Version: 2.1
Name: therix
Version: 0.1.2
Summary: Therix is the SDK for langchain based applications.
License: MIT
Author: Ajinath
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: alembic (==1.13.1)
Requires-Dist: alembic-postgresql-enum (==1.1.2)
Requires-Dist: boto3 (>=1.34.81,<2.0.0)
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: greenlet (>=3.0.3,<4.0.0)
Requires-Dist: langchain (==0.1.13)
Requires-Dist: langchain-groq (>=0.1.0,<0.2.0)
Requires-Dist: langchain-openai (==0.1.1)
Requires-Dist: langfuse (==2.21.1)
Requires-Dist: pgvector (==0.2.5)
Requires-Dist: psycopg2-binary (==2.9.9)
Requires-Dist: psycopg[binary,pool] (>=3.1.18,<4.0.0)
Requires-Dist: pypdf (==4.1.0)
Requires-Dist: pytube (>=15.0.0,<16.0.0)
Requires-Dist: selenium (>=4.19.0,<5.0.0)
Requires-Dist: sqlalchemy (==2.0.28)
Requires-Dist: tiktoken (==0.6.0)
Requires-Dist: wheel (>=0.43.0,<0.44.0)
Requires-Dist: youtube-transcript-api (>=0.6.2,<0.7.0)
Description-Content-Type: text/markdown

# Therix

`therix` is a Python library designed to enhance and simplify your development experience. With a focus on ease of use and extensibility, `therix` provides a solid foundation for building more complex functionalities.

## Features

- **Intuitive Usage**: Designed for straightforward integration into Python projects.
- **Extensible**: Ready for future growth with planned expansions and improvements.

## Installation

Install `therix` using pip:

```bash
pip install therix
```

This command installs the latest version of `therix` from PyPI along with any necessary dependencies.

## Usage

After installing, you can begin using `therix` by importing it into your Python scripts. Here’s how you can start with the `Pipeline` class:

```python
from therix.core.pipeline import Pipeline

# Initialize a new pipeline
pipeline = Pipeline(name="My New Published Pipeline")
```

Use the `Pipeline` object to manage and execute various tasks within your project.

## License

`therix` is released under the MIT License. See the LICENSE file for more details.

## More Information

For more details about using `therix`, including full documentation and examples, please visit our [official documentation](#).


