Add pudb to project examples

This commit is contained in:
Nattaphoom Chaipreecha 2019-10-12 08:10:04 +07:00
parent d07c5ba4ae
commit 83ba5eb58a
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref:
* `pylib <https://pylib.readthedocs.io/en/stable/>`_ cross-platform path, IO, dynamic code library
* `bbfreeze <https://pypi.org/project/bbfreeze/>`_ create standalone executables from Python scripts
* `pdb++ <https://github.com/pdbpp/pdbpp>`_ a fancier version of PDB
* `pudb <https://github.com/inducer/pudb>`_ full-screen console debugger for python
* `py-s3fuse <http://code.google.com/p/py-s3fuse/>`_ Amazon S3 FUSE based filesystem
* `waskr <http://code.google.com/p/waskr/>`_ WSGI Stats Middleware
* `guachi <http://code.google.com/p/guachi/>`_ global persistent configs for Python modules