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

2400 Commits

Author SHA1 Message Date
e85f11c6fc doc formatting 2022-04-04 12:00:41 -07:00
49a9d7b07e doc update 2022-04-04 11:42:16 -07:00
a2ef9c429e allow duplicate keys 2022-04-04 11:38:52 -07:00
d5e9074f1c version bump 2022-04-04 11:38:04 -07:00
774699f085 Merge pull request #220 from kellyjonbrazil/master
sync to dev
2022-04-04 18:21:15 +00:00
7138eef3d1 fix newline chars in doc 2022-03-30 14:39:56 -07:00
fad5e544aa formatting 2022-03-29 09:58:44 -07:00
64757e2cf5 doc formatting 2022-03-29 09:35:54 -07:00
e05be3f08b Merge pull request #213 from kellyjonbrazil/dev
Dev v1.18.6
v1.18.6
2022-03-25 22:36:05 +00:00
789f0735df doc update 2022-03-25 15:32:37 -07:00
34bc775317 doc update 2022-03-25 15:32:11 -07:00
38de059a1b doc update 2022-03-24 16:58:45 -07:00
304ae6268f minor optimization by changing the expression order 2022-03-24 16:58:39 -07:00
978caf4522 minor optimization by reordering expressions 2022-03-24 12:37:46 -07:00
17df5bfcfc cache _is_separator function 2022-03-24 11:58:13 -07:00
5e6a5068cf allow iterables for simple table parser 2022-03-24 11:57:01 -07:00
619de68a61 formatting 2022-03-24 09:39:53 -07:00
6748c3cc91 remove lines from corner detection and add rounded corners 2022-03-24 09:31:12 -07:00
0a462978b7 fix for special characters in headers 2022-03-23 15:08:33 -07:00
e66a82ff49 doc update 2022-03-23 10:50:34 -07:00
f3aa797d96 add more pretty table separators 2022-03-22 17:47:19 -07:00
e5b478218c add quiet=True to parse tests 2022-03-22 16:05:07 -07:00
35e0e9c32a remove print statement 2022-03-22 15:57:43 -07:00
17c3c2f029 add bold bar seperator and ANSI code tests 2022-03-22 15:55:59 -07:00
cf83e6398b add fancy separators 2022-03-22 15:13:07 -07:00
94e061b881 add asciitable parser tests 2022-03-22 14:53:34 -07:00
720480e39c doc update 2022-03-22 13:21:10 -07:00
82a63fe159 doc update 2022-03-22 12:42:07 -07:00
9c1ec9940e doc update 2022-03-22 12:35:56 -07:00
f23f19da45 doc update 2022-03-22 12:25:59 -07:00
aea2e1b0a9 fix tests so blank strings are now None 2022-03-22 12:25:51 -07:00
7d95d679bf add asciitable parser 2022-03-22 12:25:24 -07:00
b3b140066b doc update 2022-03-22 07:21:19 -07:00
b204c423c1 doc update 2022-03-22 07:05:14 -07:00
d451c309bb change multiple or statements to any() 2022-03-22 06:30:07 -07:00
01d53da68e remove debug print 2022-03-21 19:11:27 -07:00
53dd05e52c fix rstrip and add tests 2022-03-21 19:10:02 -07:00
ab564f5be8 add tests 2022-03-21 17:57:14 -07:00
00c39450f9 enhance type annotation 2022-03-21 13:36:54 -07:00
f611d08b50 formatting 2022-03-21 13:33:35 -07:00
90e79b7df3 formatting 2022-03-21 13:27:44 -07:00
4eb2d725d5 formatting 2022-03-21 13:09:50 -07:00
51ae5ebcac new streamlined parser 2022-03-21 13:06:34 -07:00
9ecbdb0916 use generator instead of iterable in function return annotation 2022-03-20 10:16:29 -07:00
b3a2886fd0 formatting 2022-03-20 10:12:29 -07:00
ceacec0f46 remove errant os sep import 2022-03-18 16:57:47 -07:00
ff0f794b01 working 2022-03-18 16:53:23 -07:00
70fafbf3f8 remove asciitable so tests pass for now 2022-03-18 14:19:00 -07:00
5a248a8fc5 add multiline asciitable parser 2022-03-18 13:05:57 -07:00
4a3a4e10df add asciitable and asciitable-m parsers 2022-03-18 13:03:43 -07:00