.coveragerc
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/logging_nice_handlers/__init__.py
src/logging_nice_handlers/all_level_file_handler.py
src/logging_nice_handlers/filters.py
src/logging_nice_handlers/jupyter_stream_handler.py
src/logging_nice_handlers.egg-info/PKG-INFO
src/logging_nice_handlers.egg-info/SOURCES.txt
src/logging_nice_handlers.egg-info/dependency_links.txt
src/logging_nice_handlers.egg-info/not-zip-safe
src/logging_nice_handlers.egg-info/requires.txt
src/logging_nice_handlers.egg-info/top_level.txt
tests/test_AllLevelFileHandler.py