A Textual widget for code reflection and introspection.
Project description
Textual Reflect
A Textual widget for inspecting Python code reflection.
Installation
$ uv pip install textual-reflect
Usage
from textual.app import App, ComposeResult
from textual_reflect import Reflector
class MyApp(App):
def compose(self) -> ComposeResult:
yield Reflector() # Add widget
if __name__ == "__main__":
app = MyApp()
app.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
textual_reflect-0.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file textual_reflect-0.1.0.tar.gz.
File metadata
- Download URL: textual_reflect-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e54dcfaea2661d6799fdc7736e0c20245fafb2236ff4dbb989ef15b05bb4595
|
|
| MD5 |
b0631371c18d344da329a560ad47026e
|
|
| BLAKE2b-256 |
8418d2454915b9c87b329f884b739256f9dcd82b398a8101b52731808e4df83c
|
File details
Details for the file textual_reflect-0.1.0-py3-none-any.whl.
File metadata
- Download URL: textual_reflect-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af11f8269ed45a0bf93fc08fcac84abe860efeae687e40adcce8c4675c3a8895
|
|
| MD5 |
ce8f848960655ffb7b8cc4820ca26eae
|
|
| BLAKE2b-256 |
12e10b7452e8e1181e5c812944d041840c670cac2d131d8e56192db5e827b1df
|