Metadata-Version: 2.3
Name: live-markdown
Version: 0.1.1
Summary: Add your description here
Requires-Dist: pygments>=2.19.2
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# live-markdown
live-markdown is a lightweight Python utility designed to render a continuous stream of Markdown content directly in your terminal. Whether you're piping output from an LLM, monitoring log files, or building an interactive CLI, live-markdown ensures your docs look beautiful in real-time.

# ✨ Features
- Real-time Rendering: Handles incoming data chunks without flickering.
- Code Highlighting: Syntax highlighting for over 100 languages.
- Pipe-friendly: Works seamlessly with stdin.
- Beautiful color palette.

## Usage
`pip install live-markdown`

## Usage with python llm library
`llm "tell me about the world" | lm`
