.coveragerc
.cz.toml
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.md
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/bump-version.yml
.github/workflows/pr.yml
.github/workflows/publish.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/safe_security_logger/__init__.py
src/safe_security_logger/logger.py
src/safe_security_logger.egg-info/PKG-INFO
src/safe_security_logger.egg-info/SOURCES.txt
src/safe_security_logger.egg-info/dependency_links.txt
src/safe_security_logger.egg-info/not-zip-safe
src/safe_security_logger.egg-info/requires.txt
src/safe_security_logger.egg-info/top_level.txt
tests/conftest.py
tests/test_logger.py