Metadata-Version: 2.1
Name: llm-markdown
Version: 0.1.0
Summary: Functionized LLM instructions as markdown
Home-page: https://github.com/jhoetter/llm-markdown
Author: Johannes Hötter
Author-email: johannes.hoetter@kern.ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: langfuse
Requires-Dist: openai
Requires-Dist: python-dotenv

# llm-markdown

Functionized LLM instructions as markdown

# Installation

```bash
pip install llm-markdown
```

or locally:

```bash
pip uninstall llm-markdown
pip install -e .
```

# Example usage

You can find examples in the [examples](examples) directory.
