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

2261 Commits

Author SHA1 Message Date
4dda895f12 initial nmcli parser 2022-02-24 11:25:14 -08:00
52617b1722 Merge pull request #208 from kellyjonbrazil/master
sync to dev
2022-02-21 16:35:12 +00:00
961968a0fc fix schema 2022-02-14 15:14:22 -08:00
f026a788e5 add xrandr example 2022-02-14 11:30:03 -08:00
2f7c03eb35 Merge pull request #207 from kellyjonbrazil/dev
Dev v1.18.3
v1.18.3
2022-02-14 10:36:08 -08:00
3afaa48eee doc update 2022-02-14 10:31:41 -08:00
3201452564 add -p to example 2022-02-14 10:06:09 -08:00
7ee1e34fc7 doc update 2022-02-14 10:03:52 -08:00
67dbf05016 add type annotations 2022-02-14 09:58:31 -08:00
4ac9f2e3da doc update 2022-02-14 09:37:37 -08:00
3f5f6e39a7 formatting 2022-02-14 09:20:16 -08:00
4723db8e3c doc updates 2022-02-14 09:14:46 -08:00
ca914ec77d add nodata test 2022-02-14 09:14:38 -08:00
dcc7f3f357 Merge pull request #204 from lyterk/xrandr
New parser: xrandr
2022-02-13 17:45:53 -08:00
cbdc666236 Return empty object if no results and filenames
- If no results are returned, return {} instead of {"screens": [],
"unassociated_devices": []}
- simple_xrandr -> xrandr_simple
2022-02-09 22:06:23 -08:00
184ef3a1fa doc update 2022-02-08 14:45:33 -08:00
c732f75944 doc update 2022-02-08 14:43:14 -08:00
7a1ae4f5fc add library tests 2022-02-08 13:32:22 -08:00
d04bc3757c add xrandr 2022-02-08 07:33:26 -08:00
73e8391653 formatting 2022-02-07 16:58:06 -08:00
f6c1463c15 formatting 2022-02-07 16:31:43 -08:00
d392c7f901 doc update 2022-02-07 15:44:54 -08:00
d0387f5820 add timestamp format hints for better performance 2022-02-07 15:44:46 -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
8611aff06b add examples 2022-02-07 06:42:35 -08:00
2f3f78e8d3 refine streaming parsers 2022-02-07 06:29:17 -08:00
d1e0ee6123 use new streaming functions 2022-02-06 08:56:18 -08:00
45314c9808 move some functions to streaming 2022-02-06 08:55:42 -08:00
df00945b46 move try/except inside for loop 2022-02-04 16:03:44 -08:00
fda0050d86 add rsync-s tests 2022-02-04 14:39:45 -08:00
a76d46f9ec refactor ignore_exceptions 2022-02-04 12:14:16 -08:00
6b069a82d0 Add xrandr to lib.py 2022-02-03 22:40:40 -08:00
6b793d0521 Clean up types
* | operator => Union[]
* Remove unused import Iterator
* Remove comment
2022-02-03 22:40:35 -08:00
ce9103f7cc Delete old files in template folder 2022-02-03 18:12:46 -08:00
671d6dee36 doc update 2022-02-03 15:47:46 -08:00
49929c714c add add_jc_meta decorator 2022-02-03 15:44:18 -08:00
2986771f07 require python v3.7 and above since v3.6 is now deprecated 2022-02-03 09:21:20 -08:00
520082d963 New parser: xrandr
Tests passing, working as intended in plugin directory
2022-02-02 20:33:25 -08:00
021e296d45 move variable inits and regexes up 2022-02-02 17:06:20 -08:00
42e56fbcea move regex up 2022-02-02 17:05:53 -08:00
a5b62a4055 add processing and docs 2022-02-02 16:03:14 -08:00
be98c9b7f6 simplify try/except by moving outside for loop 2022-02-02 15:59:12 -08:00
aceeb84507 doc update 2022-02-02 15:58:29 -08:00
1391063217 first draft rsync streaming parser 2022-02-02 11:49:39 -08:00
52157addd0 fix compatible list 2022-02-02 11:49:24 -08:00
ec0bc6615e formatting 2022-02-01 19:20:19 -08:00
2f80800e38 simplify all_parser_info comprehension 2022-02-01 19:06:41 -08:00