Metadata-Version: 2.4
Name: liblaf-lime
Version: 0.2.1
Summary: Add your description here
Project-URL: Changelog, https://github.com/liblaf/lime/blob/main/CHANGELOG.md
Project-URL: Documentation, https://liblaf.github.io/lime/
Project-URL: Homepage, https://github.com/liblaf/lime
Project-URL: Issue Tracker, https://github.com/liblaf/lime/issues
Project-URL: Release Notes, https://github.com/liblaf/lime/releases
Project-URL: Source Code, https://github.com/liblaf/lime
Author-email: liblaf <30631553+liblaf@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: cyclopts<4,>=3.16.2
Requires-Dist: gitpython<4,>=3.1.44
Requires-Dist: jinja2<4,>=3.1.6
Requires-Dist: lazy-loader<0.5,>=0.4
Requires-Dist: liblaf-grapes<0.2,>=0.1.32
Requires-Dist: litellm<2,>=1.71.2
Requires-Dist: loguru<0.8,>=0.7.3
Requires-Dist: platformdirs<5,>=4.3.8
Requires-Dist: pydantic-settings<3,>=2.9.1
Requires-Dist: pydantic<3,>=2.11.5
Requires-Dist: python-frontmatter<2,>=1.1.0
Requires-Dist: rich<15,>=14.0.0
Description-Content-Type: text/markdown

<!-- -*- mode: markdown; -*- -->

<div align="center" markdown><a name="readme-top"></a>

<img height="160" src="https://api.iconify.design/logos/python.svg" />

# Lime

TODO: DESCRIPTION <br />
[**Explore the docs »**](https://liblaf.github.io/lime/)

[![PyPI - Downloads](https://img.shields.io/pypi/dm/liblaf-lime?logo=PyPI&label=Downloads)](https://pypi.org/project/liblaf-lime)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/liblaf-lime?logo=Python&label=Python)](https://pypi.org/project/liblaf-lime)
[![PyPI - Version](https://img.shields.io/pypi/v/liblaf-lime?logo=PyPI&label=PyPI)](https://pypi.org/project/liblaf-lime)
[![Codecov](https://img.shields.io/codecov/c/github/liblaf/lime?logo=Codecov&label=Coverage)](https://codecov.io/gh/liblaf/lime)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/liblaf/lime/test.yaml?logo=GitHub%20Actions&label=Test)](https://github.com/liblaf/lime/actions/workflows/test.yaml)
<br />
[![GitHub Contributors](https://img.shields.io/github/contributors/liblaf/lime?logo=GitHub&label=Contributors)](https://github.com/liblaf/lime/graphs/contributors)
[![GitHub Forks](https://img.shields.io/github/forks/liblaf/lime)](https://github.com/liblaf/lime/forks)
[![GitHub Repo Stars](https://img.shields.io/github/stars/liblaf/lime)](https://github.com/liblaf/lime/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/liblaf/lime?logo=GitHub&label=Issues)](https://github.com/liblaf/lime/issues)
[![GitHub License](https://img.shields.io/github/license/liblaf/lime?label=License)](https://github.com/liblaf/lime/blob/main/LICENSE)

[Changelog](https://github.com/liblaf/lime/blob/main/CHANGELOG.md) · [Report Bug](https://github.com/liblaf/lime/issues) · [Request Feature](https://github.com/liblaf/lime/issues)

![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

</div>

## ✨ Features

- [x] ✨ **TODO:** FEATURES;

<div align="right" markdown>

[![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

</div>

## 📦 Installation

To install `liblaf-lime`, run the following command:

```bash
$ uv add liblaf-lime
```

<div align="right" markdown>

[![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

</div>

## ⌨️ Local Development

You can use Github Codespaces for online development:

[![](https://github.com/codespaces/badge.svg)](https://codespaces.new/liblaf/lime)

Or clone it for local development:

```bash
$ gh repo clone liblaf/lime
$ cd lime
$ just test
```

<div align="right" markdown>

[![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

</div>

## 🤝 Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/lime/issues) to get stuck in to show us what you're made of.

[![](https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge)](https://github.com/liblaf/lime/pulls)

[![](https://contrib.rocks/image?repo=liblaf%2Flime)](https://github.com/liblaf/lime/graphs/contributors)

<div align="right" markdown>

[![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

</div>

## 🔗 Links

### More Projects

- **[🍇 Grapes](https://github.com/liblaf/grapes)** - Powerful Python utilities for logging, timing, and more, making development smoother!

### Credits

- **Python** - <https://www.python.org/>

<div align="right" markdown>

[![](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

</div>

---

#### 📝 License

Copyright © 2025 [liblaf](https://github.com/liblaf). <br />
This project is [MIT](https://github.com/liblaf/lime/blob/main/LICENSE) licensed.
