From 0314ca8c4831d24c169a0e4948421ecd638fd699 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 10:33:15 -0700 Subject: [PATCH] add trparse acknowledgement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d785751..0ab59318 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ Feel free to add/improve code or parsers! You can use the [`jc/parsers/foo.py`]( - [`ifconfig-parser`](https://github.com/KnightWhoSayNi/ifconfig-parser) module by KnightWhoSayNi - [`xmltodict`](https://github.com/martinblech/xmltodict) module by Martín Blech - [`ruamel.yaml`](https://pypi.org/project/ruamel.yaml) module by Anthon van der Neut +- [`trparse`](https://github.com/lbenitez000/trparse) module by Luis Benitez - Parsing [code](https://gist.github.com/cahna/43a1a3ff4d075bcd71f9d7120037a501) from Conor Heine adapted for some parsers - Excellent constructive feedback from [Ilya Sher](https://github.com/ilyash-b)