R1BO

Results 3 issues of R1BO

Hi, I have this apache pattern for date : _%{%FT%T%z}t_ Sample log date : _2017-09-20T00:06:16+0200_ **Code ** > _format = "%{%FT%T%z}t" > line_parser = apache_log_parser.make_parser(_format) > log_line_data = line_parser('2017-09-20T00:06:16+0200') >...

It would be nice to generate a `meta.yaml` file to generate conda package with `conda build` (https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html)

Command : `mkdocs build -f docs/mkdocs.yml -v` When i run the command with python 3.8, it works. When i run the command with python 3.9, it fails : ``` DEBUG...