Пакет python3-module-debug: Информация

    Исходный пакет: python3-module-debug
    Версия: 0.3.2-alt2
    Последняя версия по данным Repology
    Собран:  29 ноября 2019 г. 10:47 в задании #241952
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/debug

    Лицензия: Free
    О пакете: Start fancy debugger in a single statement
    Описание: 
    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.)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-debug (noarch)

    Сопровождающий: Andrey Bychkov


    Права:
    @python
    @everybody

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

    Последнее изменение


    29 ноября 2019 г. Andrey Bychkov 0.3.2-alt2
    - python2 disabled
    17 января 2017 г. Igor Vlasenko 0.3.2-alt1
    - automated PyPI update
    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)