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.3.tar.gz
(3.2 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.3.tar.gz.
File metadata
- Download URL: textual_reflect-0.1.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5fbe91e88658576626190d3947b47aae4c7873f79459e6a15e9f5d8ef761779
|
|
| MD5 |
7f178576350f847d4c6af0675f35e454
|
|
| BLAKE2b-256 |
eb47bb57e70462e09bbc66a50f84dc3e5d1032fd7123e2a35f1c1b2f8770e378
|
File details
Details for the file textual_reflect-0.1.3-py3-none-any.whl.
File metadata
- Download URL: textual_reflect-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c51f5d93c80253524b89aa81d9cfe6cd742ec2fa37eafb825833e06c137b7ba2
|
|
| MD5 |
5cafe44c01353160c22d0be9471c3e98
|
|
| BLAKE2b-256 |
085283e4c6af21ca5c5337211f41a33f18ac5560467d575c4318e3d07648b542
|