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

3631 Commits

Author SHA1 Message Date
dc4620eeb2 doc update 2022-10-31 09:22:39 -07:00
d7cfa38eee ignore Match blocks 2022-10-28 16:36:52 -07:00
a27110ebe5 formatting 2022-10-28 15:25:55 -07:00
f5988527fb add sshd_conf parser 2022-10-28 15:15:02 -07:00
c405309742 allow debug of exceptions 2022-10-28 15:14:53 -07:00
747d12224f allow parser_info and get_help to use module objects as input 2022-10-28 10:36:54 -07:00
2b621ab68e use exceptions instead of signal handlers to catch piperror and sigint 2022-10-28 10:11:19 -07:00
8689865d31 fix exit on interrupt exit code. also add message to stderr 2022-10-27 11:23:43 -07:00
358324533d doc update 2022-10-26 15:39:32 -07:00
bc5821e69f force ci tests 2022-10-26 15:36:22 -07:00
d5b478c968 bump checkout and setup-python versions 2022-10-26 15:35:41 -07:00
368eba1826 bump checkout and setup-python versions 2022-10-26 15:34:46 -07:00
6cffb449f4 Merge branch 'dev' of https://github.com/kellyjonbrazil/jc into dev 2022-10-26 15:23:35 -07:00
d79d9c7f13 simplify return 2022-10-26 15:21:37 -07:00
179822b994 add python 3.11 2022-10-26 15:18:33 -07:00
ba369a0b73 add python 3.11 2022-10-26 15:18:04 -07:00
6a5251f0ef doc update 2022-10-25 15:50:45 -07:00
004fd74748 add type annotations 2022-10-25 15:21:42 -07:00
e8d6d4c080 relax input_type_check to allow object argument 2022-10-25 15:21:26 -07:00
8644f70db4 fix typos 2022-10-25 13:46:22 -07:00
72f233b186 version bump 2022-10-25 11:53:08 -07:00
fc85950a73 doc update 2022-10-25 11:49:02 -07:00
fd5cbbb4d5 add csv utf-8 bom tests 2022-10-25 11:46:31 -07:00
888b6bd6d5 fix for UTF-8 csv files with leading BOM bytes 2022-10-25 11:18:22 -07:00
81ea83064c Merge pull request #306 from kellyjonbrazil/dev
Dev v1.22.1
v1.22.1
2022-10-24 16:30:36 +00:00
45859b01e5 doc update 2022-10-24 09:17:09 -07:00
5b8f166169 doc update 2022-10-24 09:15:58 -07:00
7e045ba7b0 doc update 2022-10-24 09:14:01 -07:00
6247975ee6 update jc-web link to render 2022-10-23 13:20:50 -07:00
297451230c lspci docs and tests 2022-10-23 09:15:23 -07:00
754d555768 doc update 2022-10-21 13:09:13 -07:00
b61a91f82d add pci-ids and udevadm tests 2022-10-21 12:57:28 -07:00
1ac7a724bd integer conversions 2022-10-21 12:45:19 -07:00
2fcf46505c add schema, typing, and doc update 2022-10-21 12:44:57 -07:00
fdec4f08c0 add schema docs for pci-ids 2022-10-21 11:50:06 -07:00
076c197385 more explicit type annotations 2022-10-21 10:56:10 -07:00
3432e830f2 doc update 2022-10-19 13:46:32 -07:00
14a237749c type annotation cleanup 2022-10-19 13:32:16 -07:00
1559c4751e type annotate decorator function 2022-10-19 12:02:12 -07:00
af7c4ce8ec doc update 2022-10-19 08:33:09 -07:00
5763ce6160 Don't get too fancy with dict type annotations 2022-10-19 08:30:09 -07:00
d7ca6caae8 use jc_types 2022-10-18 15:46:29 -07:00
2c4f232aaa use jc_types 2022-10-18 15:45:29 -07:00
bddfa71fa6 use object for typing since these functions accept other types 2022-10-18 15:44:53 -07:00
f537ab058b use Tuple for <3.9 compatibility 2022-10-18 11:27:12 -07:00
1b44b5b05a use typing Tuple for <3.9 compatibility 2022-10-18 11:24:55 -07:00
f6e971c652 fix metadata return type 2022-10-18 11:04:08 -07:00
dfa7a71f53 move custom types to jc_types 2022-10-18 11:01:59 -07:00
3639e02843 doc update 2022-10-18 09:37:10 -07:00
27b6e79c8a ignore mocking typing errors 2022-10-18 09:36:17 -07:00