Metadata-Version: 2.4
Name: langchain_lean
Version: 0.0.1
Summary: A lean, lightweight version of LangChain.
Author-email: Your Name <you@example.com>
Project-URL: Homepage, https://github.com/your-username/langchain_lean
Project-URL: Bug Tracker, https://github.com/your-username/langchain_lean/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
Dynamic: license-file

# langchain_lean

A lean, lightweight version of LangChain.

## Installation

```bash
pip install langchain_lean
```

## Usage

```python
# Add usage examples here
```
