From 83ba5eb58af42287a29a7834b3ff7d144566f901 Mon Sep 17 00:00:00 2001 From: Nattaphoom Chaipreecha Date: Sat, 12 Oct 2019 08:10:04 +0700 Subject: [PATCH] Add pudb to project examples --- doc/en/projects.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/projects.rst b/doc/en/projects.rst index 5b3449945..751d0abe9 100644 --- a/doc/en/projects.rst +++ b/doc/en/projects.rst @@ -39,6 +39,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: * `pylib `_ cross-platform path, IO, dynamic code library * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB +* `pudb `_ full-screen console debugger for python * `py-s3fuse `_ Amazon S3 FUSE based filesystem * `waskr `_ WSGI Stats Middleware * `guachi `_ global persistent configs for Python modules