logfmt-python icon indicating copy to clipboard operation
logfmt-python copied to clipboard

Python package for parsing log lines in the logfmt style.

Results 2 logfmt-python issues
Sort by recently updated
recently updated
newest added

``` % python Python 3.9.5 (default, May 11 2021, 08:20:37) [GCC 10.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import logfmt.parser >>> logfmt.parser.parse_line("foo=bar=bat") {'foo': 'bar',...

Point the updated project link to https://github.com/jteppinette/python-logfmter