Metadata-Version: 2.4
Name: blindwindow
Version: 0.1.5
Summary: Route console stderr and stdout to blindwindow, to either duplicate or display what is otherwise hidden. Namely for MSIX deployed CLI's
Author-email: George Clayton Bennett <george.bennett@memphistn.gov>
Maintainer-email: George Clayton Bennett <george.bennett@memphistn.gov>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: dworshak-config>=0.2.8
Requires-Dist: pyhabitat>=1.3.9
Requires-Dist: typer>=0.27.0; python_version >= "3.10"
Requires-Dist: typer<0.24.0,>=0.22.0; python_version < "3.10"
Requires-Dist: typer-helptree>=0.2.12
Requires-Dist: maxson-gui-utils>=0.1.14
Provides-Extra: gui
Requires-Dist: maxson_gui_utils>=0.1.4; extra == "gui"

# Blindwindow

Render console stderr and stdout to a TKinter based REPL widget masquerading as a log pange.

Use Case: When calling a CLI packaged inside of a MSIX that has been delivered via the Microsoft Store. This use case typically does not allow prints. 
Example: `pdflinkcheck.exe serve --help`


## Helptree

See the `blindwindow` Typer CLI structure.

```bash
blindwindow helptree
```
<p align="center">
  <img src="https://raw.githubusercontent.com/City-of-Memphis-Wastewater/blindwindow/main/assets/blindwindow_v0.1.4_helptree.svg" width="100%" alt="SVG of the CLI helptree">
</p>
