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()
TODO
- animation top down
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.8.tar.gz
(3.7 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.8.tar.gz.
File metadata
- Download URL: textual_reflect-0.1.8.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d49c343978fc61793825c31d22baf33dd720ceee06fa5342ea086ebd7f061a9c
|
|
| MD5 |
5930da5816a3ecfde6ea4bd292bf0df3
|
|
| BLAKE2b-256 |
5306dddcad826397f3174e4d2a5b3da68d950ee5aaf0839a77f9a4b6e4d22c6b
|
File details
Details for the file textual_reflect-0.1.8-py3-none-any.whl.
File metadata
- Download URL: textual_reflect-0.1.8-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e7247e9b131b2421f6ad8d8f7d7f820e4d5cd19d5404ace43af2f19b99dc586
|
|
| MD5 |
c7f276a3fe79ed8a0708fae2b59c8db8
|
|
| BLAKE2b-256 |
8f0359bba09ddd1b3eae6e57dd16b5b78a0b8b514dd5b4408ef55874d42c004d
|