Metadata-Version: 2.4
Name: clipdb
Version: 0.2.0
Summary: clipdb (CLI pdb) is a wrapper for the ipdb module which handles Control-C nicely such aiming at avoiding the output of useless text upon handling KeyboardInterrupt.
Author: Gabriel DeMoura
Author-email: Gabriel DeMoura <gabrielteratos@gmail.com>
License-Expression: MIT OR CC-SA-1.0
Requires-Dist: ipdb>=0.13.13
Requires-Python: >=3.10
Description-Content-Type: text/x-rst

clipdb
======

clipdb (aka "CLI pdb") is a drop-in replacement for `ipdb
<https://pypi.org/project/ipdb/>`_ which handles ``KeyboardInterrupt``
nicely, that is, when the user presses ``Control-C``, there is no
unnecesary output regarding the act of doing just so like that.



installing
----------


uv
~~~

```shell
uv add clipdb
```


pip
~~~

```shell
pip install clipdb
```
