1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

106 Commits

Author SHA1 Message Date
42b24d71e9 add CEF time formats 2022-08-17 17:45:47 -07:00
23263bd83e add support for strings with UTC offset suffixes 2022-08-14 11:48:24 -07:00
4d3d608e5c add support for ISO-like formats 2022-08-14 10:52:58 -07:00
a7ee414c67 add pager functionality to parser documentation 2022-07-15 11:18:02 -07:00
13388df603 initial working x509 cert parser 2022-07-01 15:48:29 -07:00
f1ed803525 formatting 2022-06-16 18:03:51 -07:00
093c1703d7 formatting 2022-06-16 18:00:40 -07:00
08fbde0e8f fix stdin stder quoting 2022-05-26 16:03:30 -07:00
5d5bfbc1d1 doc update 2022-05-23 13:58:24 -07:00
9f4ba80000 refactor - create is_compatible function 2022-05-23 13:52:08 -07:00
d9c0b8f8ad make _safe_print and _asciify private 2022-04-27 07:37:31 -07:00
a4ef52b533 refactor try/except blocks to safe_print function 2022-04-26 14:25:34 -07:00
b53e42aca6 add calculated timestamp 2022-04-20 09:44:42 -04:00
6c3e0e2aa0 formatting 2022-03-11 12:37:01 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
73e8391653 formatting 2022-02-07 16:58:06 -08:00
76f92908a3 add format hints for performance optimization 2022-02-07 15:43:24 -08:00
1a115da67b add lru_cache maxsize for python 3.7 support 2022-02-07 08:34:34 -08:00
f0a37ccf30 use lru_cache for significant performance boost to timestamp 2022-02-07 08:30:11 -08:00
f331f53a53 use !r formatting instead of quotes 2022-02-07 08:06:48 -08:00
45314c9808 move some functions to streaming 2022-02-06 08:55:42 -08:00
a76d46f9ec refactor ignore_exceptions 2022-02-04 12:14:16 -08:00
49929c714c add add_jc_meta decorator 2022-02-03 15:44:18 -08:00
ec0bc6615e formatting 2022-02-01 19:20:19 -08:00
21719f9a26 type annotation updates 2022-02-01 17:54:22 -08:00
96ec70de4f remove unneeded optional 2022-02-01 17:18:55 -08:00
2adec2c003 update type hints with mypy help 2022-01-26 20:40:03 -08:00
50adc05fbd formatting 2022-01-26 16:58:48 -08:00
446cac7c21 doc update 2022-01-26 16:55:39 -08:00
d4d5e206ca type hints update 2022-01-26 15:54:36 -08:00
640a21341b fix indentation 2022-01-26 14:38:57 -08:00
f5befad3e4 move docstring under __init__ 2022-01-26 14:21:06 -08:00
b3c531193b formatting 2022-01-19 11:08:59 -08:00
1168259bc2 add doc strings 2021-11-30 11:57:04 -08:00
12d2de2282 use jc.utils.input_type_check() and simplify compatibility check 2021-11-30 11:43:06 -08:00
c7bcb0947a indent subsequent error and warning lines 2021-09-26 13:20:42 -07:00
9904e0be61 formatting 2021-09-25 08:28:57 -07:00
31b69b3242 formatting 2021-09-25 08:23:46 -07:00
e6a80fea32 formatting 2021-09-25 08:19:34 -07:00
22e151b01c linting 2021-09-24 08:43:09 -07:00
b7433ed085 auto wrap warning and error messages 2021-09-23 20:53:31 -07:00
e7ddcfb83f change _meta to _jc_meta 2021-09-23 13:07:10 -07:00
98a7686db4 use -qq to ignore streaming exceptions 2021-09-23 11:48:39 -07:00
978760ec57 add exception class name to error string 2021-09-22 19:32:20 -07:00
4e3b471f18 add format for vmstat 2021-09-22 14:06:28 -07:00
9182c54513 formatting 2021-09-17 08:24:56 -07:00
28f0ab0b02 update streaming error messages 2021-09-17 08:21:13 -07:00
130b3738cc shorten successful yield to a single line 2021-09-16 22:32:46 -07:00
a509d99caf add stream_success dictionary 2021-09-16 20:25:28 -07:00
23eeb33b3d modify stream_error message 2021-09-13 18:36:19 -07:00