.gitignore
LICENSE
README.md
mkdocs.yaml
pyproject.toml
.github/workflows/ci.yaml
docs/index.md
docs/api_reference/exceptions.md
docs/api_reference/facility.md
docs/api_reference/formatter.md
docs/api_reference/helpers.md
docs/api_reference/severity.md
docs/api_reference/types.md
docs/css/extra.css
requirements/base.txt
requirements/dev.txt
requirements/full.txt
scripts/ci.sh
scripts/cov.sh
scripts/lint.sh
scripts/test.sh
scripts/typecheck.sh
scripts/util.sh
src/syslogformat/__init__.py
src/syslogformat/exceptions.py
src/syslogformat/facility.py
src/syslogformat/formatter.py
src/syslogformat/helpers.py
src/syslogformat/py.typed
src/syslogformat/severity.py
src/syslogformat/types.py
src/syslogformat.egg-info/PKG-INFO
src/syslogformat.egg-info/SOURCES.txt
src/syslogformat.egg-info/dependency_links.txt
src/syslogformat.egg-info/requires.txt
src/syslogformat.egg-info/top_level.txt
tests/__init__.py
tests/test_formatter.py
tests/test_helpers.py
tests/test_severity.py
tests/integration/__init__.py
tests/integration/test_formatter.py