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

    Исходный пакет: python3-module-tracing
    Версия: 0.9-alt2
    Собран:  18 апреля 2020 г. 4:22
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://liw.fi/tracing/

    Лицензия: GPLv3+
    О пакете: Python debug logging helper
    Описание: 
    The Python library tracing helps with logging debug messages. It
    provides a couple of functions for logging debug messages, and allows
    the user to enable or disable logging for particular code modules.
    
    It is sometimes practical to add a lot of debugging log messages to a
    program, but having them enabled all the time results in very large
    log files. Also, logging that much takes quite a bit of time.
    
    This module provides a way to turn such debugging or tracing messages
    on and off, based on the filename they occur in. The logging can that
    be left in the code, and only enabled when it is needed.

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

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

    Список участников:
    Andrey Bychkov
    Vitaly Lipatov
    Igor Vlasenko

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

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


    15 января 2020 г. Andrey Bychkov 0.9-alt2
    - porting on python3
    22 июля 2017 г. Vitaly Lipatov 0.9-alt1
    - new version 0.9 (with rpmrb script)
    13 августа 2015 г. Vitaly Lipatov 0.8-alt3
    - human build for ALT Linux Sisyphus