Package python3-module-debug: Information

    Source package: python3-module-debug
    Version: 0.3.2-alt2
    Latest version according to Repology
    Build time:  Nov 29, 2019, 10:47 AM in the task #241952
    Report package bug
    License: Free
    Summary: Start fancy debugger in a single statement
    Description: 
    Start fancy debugger in a single statement.
    
    People debug with print. It's great in simple cases. Another debugging
    tool, pdb, is less popular as it requires more effort: one has to do a
    Google search, skim through documentation, type some long "trace...
    sth", and all of this only to get some unfriendly two-color shell that
    doesn't even seem to understand how tab key should work.
    
    This project FTFY: you import debug and you find yourself in a debugger
    with syntax highlighting, tab completion, and readable dir()
    alternative. From there you can pretend you're just using interactive
    console -- you don't have to know any pdb commands, just remember that
    "c" closes debugger and goes back to your program.
    
    (What really happens is that we simply start ipdb and import see for
    you.)

    List of rpms provided by this srpm:
    python3-module-debug (noarch)

    Maintainer: Andrey Bychkov


    ACL:
    @python
    @everybody

      1. python3-module-setuptools
      2. python3-module-zope
      3. rpm-build-python3

    Last changed


    Nov. 29, 2019 Andrey Bychkov 0.3.2-alt2
    - python2 disabled
    Jan. 17, 2017 Igor Vlasenko 0.3.2-alt1
    - automated PyPI update
    March 13, 2016 Ivan Zakharyaschev 0.3.1-alt1.git20150331.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)