Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-logging-tree-1.9-6.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-logging-tree Distribution: Fedora Project
Version: 1.9 Vendor: Fedora Project
Release: 6.fc37 Build date: Fri Jul 22 21:57:34 2022
Group: Unspecified Build host: buildvm-s390x-03.s390.fedoraproject.org
Size: 65836 Source RPM: python-logging-tree-1.9-6.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/brandon-rhodes/logging_tree
Summary: Introspect and display the logger tree inside "logging"
Introspection for the ``logging`` logger tree in the Standard Library.

While you can write programs that call this package's ``tree()``
function and examine the hierarchy of logger objects that it finds
inside of the Standard Library ``logging`` module, the simplest use of
this package for debugging is to call ``printout()`` to print the
loggers, filters, and handlers that your application has configured::

    >>> logging.getLogger('a')
    >>> logging.getLogger('a.b').setLevel(logging.DEBUG)
    >>> logging.getLogger('x.c')
    >>> from logging_tree import printout
    >>> printout()
       ""
       Level WARNING
       |
       o<--"a"
       |   |
       |   o<--"a.b"
       |       Level DEBUG
       |
       o<--[x]
           |
           o<--"x.c"

Provides

Requires

License

BSD

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.9-5
  - Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.9-2
  - Rebuilt for Python 3.10
* Wed Jun 02 2021 Fabian Affolter <mail@fabian-affolter.ch> - 1.9-1
  - Update to new upstream version 1.9 (rhbz#1948131)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/lib/python3.11/site-packages/logging_tree
/usr/lib/python3.11/site-packages/logging_tree-1.9-py3.11.egg-info
/usr/lib/python3.11/site-packages/logging_tree/__init__.py
/usr/lib/python3.11/site-packages/logging_tree/__pycache__
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/format.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/format.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/nodes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/__pycache__/nodes.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/format.py
/usr/lib/python3.11/site-packages/logging_tree/nodes.py
/usr/lib/python3.11/site-packages/logging_tree/tests
/usr/lib/python3.11/site-packages/logging_tree/tests/__init__.py
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/case.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/case.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/test_format.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/test_format.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/test_node.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/__pycache__/test_node.cpython-311.pyc
/usr/lib/python3.11/site-packages/logging_tree/tests/case.py
/usr/lib/python3.11/site-packages/logging_tree/tests/test_format.py
/usr/lib/python3.11/site-packages/logging_tree/tests/test_node.py
/usr/share/licenses/python3-logging-tree
/usr/share/licenses/python3-logging-tree/COPYRIGHT


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024