Metadata-Version: 2.4
Name: peeka
Version: 0.1.6
Summary: A Python dynamic debugger inspired by Arthas, using Python 3.14's safe external debugger interface
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Python: >=3.8
License-File: LICENSE
Provides-Extra: tui
Requires-Dist: textual>=6.2.1; python_version < "3.9" and extra == "tui"
Requires-Dist: textual>=7.5.0; python_version >= "3.9" and extra == "tui"
Dynamic: license-file
