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.1.tar.gz
(3.1 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.1.tar.gz.
File metadata
- Download URL: textual_reflect-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a7dbb04f44fe8c3cf9ca3d1ea4f6bd7ffe177920f65307ed6ccf32b8f3cb8a7
|
|
| MD5 |
800e1a24fea3a030d98816adfe9f7078
|
|
| BLAKE2b-256 |
d161b0fbd20ec8d5440e6b782a75d2e9d0b088c264f0c5f9bf3e4f60212b6038
|
File details
Details for the file textual_reflect-0.1.1-py3-none-any.whl.
File metadata
- Download URL: textual_reflect-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cac83a1d89fa141284538dd42d0b6c89cb634f68753bcc6fe92dfe29cc3e3ecd
|
|
| MD5 |
4a34045dca855d694d23ff5eff64332c
|
|
| BLAKE2b-256 |
06580cbae7a745a60183aa153ace6f7c8819900ecfeca7d7479ba89aac76cb66
|