SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-logging-tree rpm build for : Fedora 20. For other distributions click python-logging-tree.

Name : python-logging-tree
Version : 1.1 Vendor : Fedora Project
Release : 3.fc20 Date : 2013-08-04 12:29:56
Group : Development/Libraries Source RPM : python-logging-tree-1.1-3.fc20.src.rpm
Size : 0.04 MB
Packager : Fedora Project
Summary : Introspect and display the logger tree inside \"logging\"
Description :
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\"

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/20/Everything/ppc64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-logging-tree-1.1-3.fc20.noarch.rpm
ftp.icm.edu.pl  python-logging-tree-1.1-3.fc20.noarch.rpm
ftp.icm.edu.pl  python-logging-tree-1.1-3.fc20.noarch.rpm
     

Provides :
python-logging-tree

Requires :
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
python(abi) = 2.7


Content of RPM :
/usr/lib/python2.7/site-packages/logging_tree
/usr/lib/python2.7/site-packages/logging_tree-1.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/logging_tree/__init__.py
/usr/lib/python2.7/site-packages/logging_tree/__init__.pyc
/usr/lib/python2.7/site-packages/logging_tree/__init__.pyo
/usr/lib/python2.7/site-packages/logging_tree/format.py
/usr/lib/python2.7/site-packages/logging_tree/format.pyc
/usr/lib/python2.7/site-packages/logging_tree/format.pyo
/usr/lib/python2.7/site-packages/logging_tree/nodes.py
/usr/lib/python2.7/site-packages/logging_tree/nodes.pyc
/usr/lib/python2.7/site-packages/logging_tree/nodes.pyo
/usr/lib/python2.7/site-packages/logging_tree/tests
/usr/lib/python2.7/site-packages/logging_tree/tests/__init__.py
/usr/lib/python2.7/site-packages/logging_tree/tests/__init__.pyc
/usr/lib/python2.7/site-packages/logging_tree/tests/__init__.pyo
/usr/lib/python2.7/site-packages/logging_tree/tests/case.py
/usr/lib/python2.7/site-packages/logging_tree/tests/case.pyc
/usr/lib/python2.7/site-packages/logging_tree/tests/case.pyo
/usr/lib/python2.7/site-packages/logging_tree/tests/test_format.py
/usr/lib/python2.7/site-packages/logging_tree/tests/test_format.pyc
/usr/lib/python2.7/site-packages/logging_tree/tests/test_format.pyo
/usr/lib/python2.7/site-packages/logging_tree/tests/test_node.py
/usr/lib/python2.7/site-packages/logging_tree/tests/test_node.pyc
/usr/lib/python2.7/site-packages/logging_tree/tests/test_node.pyo

 
ICM