From 96c5ef5fa2ed7ec65eb289100de1ceffe952035b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 20 Aug 2022 13:43:47 -0700 Subject: [PATCH] add library credit --- jc/parsers/cef_s.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jc/parsers/cef_s.py b/jc/parsers/cef_s.py index 88826689..6a945e25 100644 --- a/jc/parsers/cef_s.py +++ b/jc/parsers/cef_s.py @@ -101,6 +101,7 @@ class info(): description = 'CEF string streaming parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' + details = 'Using the pycef library at https://github.com/DavidJBianco/pycef/releases/tag/v1.11-2' compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd'] streaming = True