live-markdown 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.3
2
+ Name: live-markdown
3
+ Version: 0.1.1
4
+ Summary: Add your description here
5
+ Requires-Dist: pygments>=2.19.2
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+
9
+ # live-markdown
10
+ 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.
11
+
12
+ # ✨ Features
13
+ - Real-time Rendering: Handles incoming data chunks without flickering.
14
+ - Code Highlighting: Syntax highlighting for over 100 languages.
15
+ - Pipe-friendly: Works seamlessly with stdin.
16
+ - Beautiful color palette.
17
+
18
+ ## Usage
19
+ `pip install live-markdown`
20
+
21
+ ## Usage with python llm library
22
+ `llm "tell me about the world" | lm`
@@ -3,7 +3,7 @@ live_markdown/pipe.py,sha256=9fc4efdbfd246f09919a760aedcd4f34f786007752bcf58091c
3
3
  live_markdown/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
4
4
  live_markdown/test_cases.py,sha256=c7aab28677c750b0829730838326776a626fe1c5d72c226ba0ae1244af3261bc,3440
5
5
  live_markdown/test_parser.py,sha256=980fb99fec246d03e42bd0acb771970d157a003e1b4052b3106ec658d8ac1026,15282
6
- live_markdown-0.1.0.dist-info/WHEEL,sha256=b6dc288e80aa2d1b1518ddb3502fd5b53e8fd6cb507ed2a4f932e9e6088b264a,78
7
- live_markdown-0.1.0.dist-info/entry_points.txt,sha256=4b84dc842773f4ebe4c0d9510cd5d4c0fc081266be529784d1367db540f36fd9,48
8
- live_markdown-0.1.0.dist-info/METADATA,sha256=313b77ee8413f800adb9318f68ac681331a6ecf016129bd9117eefa8b29a6bc3,188
9
- live_markdown-0.1.0.dist-info/RECORD,,
6
+ live_markdown-0.1.1.dist-info/WHEEL,sha256=b6dc288e80aa2d1b1518ddb3502fd5b53e8fd6cb507ed2a4f932e9e6088b264a,78
7
+ live_markdown-0.1.1.dist-info/entry_points.txt,sha256=4b84dc842773f4ebe4c0d9510cd5d4c0fc081266be529784d1367db540f36fd9,48
8
+ live_markdown-0.1.1.dist-info/METADATA,sha256=2d120406411e951ac3d1a6fa4bab0f595c16f0f4f53a2a8b902a4cc4ec90e20c,828
9
+ live_markdown-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: live-markdown
3
- Version: 0.1.0
4
- Summary: Add your description here
5
- Requires-Dist: pygments>=2.19.2
6
- Requires-Python: >=3.8
7
- Description-Content-Type: text/markdown
8
-