1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

Commit Graph

  • fad5e544aa formatting Kelly Brazil 2022-03-29 09:58:44 -07:00
  • 64757e2cf5 doc formatting Kelly Brazil 2022-03-29 09:35:54 -07:00
  • e05be3f08b Merge pull request #213 from kellyjonbrazil/dev v1.18.6 Kelly Brazil 2022-03-25 22:36:05 +00:00
  • 789f0735df doc update Kelly Brazil 2022-03-25 15:32:37 -07:00
  • 34bc775317 doc update Kelly Brazil 2022-03-25 15:32:11 -07:00
  • 38de059a1b doc update Kelly Brazil 2022-03-24 16:58:45 -07:00
  • 304ae6268f minor optimization by changing the expression order Kelly Brazil 2022-03-24 16:58:39 -07:00
  • 978caf4522 minor optimization by reordering expressions Kelly Brazil 2022-03-24 12:37:46 -07:00
  • 17df5bfcfc cache _is_separator function Kelly Brazil 2022-03-24 11:58:13 -07:00
  • 5e6a5068cf allow iterables for simple table parser Kelly Brazil 2022-03-24 11:57:01 -07:00
  • 619de68a61 formatting Kelly Brazil 2022-03-24 09:39:53 -07:00
  • 6748c3cc91 remove lines from corner detection and add rounded corners Kelly Brazil 2022-03-24 09:31:12 -07:00
  • 0a462978b7 fix for special characters in headers Kelly Brazil 2022-03-23 15:08:33 -07:00
  • e66a82ff49 doc update Kelly Brazil 2022-03-23 10:50:34 -07:00
  • f3aa797d96 add more pretty table separators Kelly Brazil 2022-03-22 17:47:19 -07:00
  • e5b478218c add quiet=True to parse tests Kelly Brazil 2022-03-22 16:05:07 -07:00
  • 35e0e9c32a remove print statement Kelly Brazil 2022-03-22 15:57:43 -07:00
  • 17c3c2f029 add bold bar seperator and ANSI code tests Kelly Brazil 2022-03-22 15:55:59 -07:00
  • cf83e6398b add fancy separators Kelly Brazil 2022-03-22 15:13:07 -07:00
  • 94e061b881 add asciitable parser tests Kelly Brazil 2022-03-22 14:53:34 -07:00
  • 720480e39c doc update Kelly Brazil 2022-03-22 13:21:10 -07:00
  • 82a63fe159 doc update Kelly Brazil 2022-03-22 12:42:07 -07:00
  • 9c1ec9940e doc update Kelly Brazil 2022-03-22 12:35:56 -07:00
  • f23f19da45 doc update Kelly Brazil 2022-03-22 12:25:59 -07:00
  • aea2e1b0a9 fix tests so blank strings are now None Kelly Brazil 2022-03-22 12:25:51 -07:00
  • 7d95d679bf add asciitable parser Kelly Brazil 2022-03-22 12:25:24 -07:00
  • b3b140066b doc update Kelly Brazil 2022-03-22 07:21:19 -07:00
  • b204c423c1 doc update Kelly Brazil 2022-03-22 07:05:14 -07:00
  • d451c309bb change multiple or statements to any() Kelly Brazil 2022-03-22 06:30:07 -07:00
  • 01d53da68e remove debug print Kelly Brazil 2022-03-21 19:11:27 -07:00
  • 53dd05e52c fix rstrip and add tests Kelly Brazil 2022-03-21 19:10:02 -07:00
  • ab564f5be8 add tests Kelly Brazil 2022-03-21 17:57:14 -07:00
  • 00c39450f9 enhance type annotation Kelly Brazil 2022-03-21 13:36:54 -07:00
  • f611d08b50 formatting Kelly Brazil 2022-03-21 13:33:35 -07:00
  • 90e79b7df3 formatting Kelly Brazil 2022-03-21 13:27:44 -07:00
  • 4eb2d725d5 formatting Kelly Brazil 2022-03-21 13:09:50 -07:00
  • 51ae5ebcac new streamlined parser Kelly Brazil 2022-03-21 13:06:34 -07:00
  • 9ecbdb0916 use generator instead of iterable in function return annotation Kelly Brazil 2022-03-20 10:16:29 -07:00
  • b3a2886fd0 formatting Kelly Brazil 2022-03-20 10:12:29 -07:00
  • ceacec0f46 remove errant os sep import Kelly Brazil 2022-03-18 16:57:47 -07:00
  • ff0f794b01 working Kelly Brazil 2022-03-18 16:53:23 -07:00
  • 70fafbf3f8 remove asciitable so tests pass for now Kelly Brazil 2022-03-18 14:19:00 -07:00
  • 5a248a8fc5 add multiline asciitable parser Kelly Brazil 2022-03-18 13:05:57 -07:00
  • 4a3a4e10df add asciitable and asciitable-m parsers Kelly Brazil 2022-03-18 13:03:43 -07:00
  • c27bd5ff39 pad lines in sparse_table_parse and use str.isspace() Kelly Brazil 2022-03-17 16:24:18 -07:00
  • f804c9627f copy input list so we don't mutate the caller's data Kelly Brazil 2022-03-15 16:04:58 -07:00
  • 3ab25d02f9 use _parser_is_streaming from lib Kelly Brazil 2022-03-14 12:30:09 -07:00
  • 9e80fd2b97 fallback if info and doc items don't exist Kelly Brazil 2022-03-14 12:17:18 -07:00
  • ff9527a098 import cleanup and use all_parser_info in parsers_text Kelly Brazil 2022-03-14 11:35:57 -07:00
  • 7dac2f8dc3 doc update Kelly Brazil 2022-03-14 10:50:10 -07:00
  • 32e4d55e86 use parser_info for help_doc Kelly Brazil 2022-03-14 10:46:54 -07:00
  • f9a9062147 add documentation argument to parser_info and all_parser_info Kelly Brazil 2022-03-14 10:46:23 -07:00
  • 89e5919796 add -A to second example Kelly Brazil 2022-03-14 09:56:50 -07:00
  • e5f5b2591d changelog update Kelly Brazil 2022-03-14 09:45:17 -07:00
  • 77c667eec0 ubuntu fixes Kelly Brazil 2022-03-14 09:43:18 -07:00
  • b257ce8c2f add mpstat_s tests Kelly Brazil 2022-03-13 12:25:50 -07:00
  • c693c868ca add mpstat streaming parser Kelly Brazil 2022-03-11 15:59:38 -08:00
  • 6f98b27a05 add mpstat tests Kelly Brazil 2022-03-11 15:33:31 -08:00
  • d7efd25d88 add mpstat to docs Kelly Brazil 2022-03-11 14:54:06 -08:00
  • 2cddb1f0bb working mpstat Kelly Brazil 2022-03-11 14:00:19 -08:00
  • ae1c331595 initial working version Kelly Brazil 2022-03-11 13:15:39 -08:00
  • bc97052ed4 initial add mpstat parser Kelly Brazil 2022-03-11 12:37:17 -08:00
  • 6c3e0e2aa0 formatting Kelly Brazil 2022-03-11 12:37:01 -08:00
  • dd052e0146 add underscores to column examples Kelly Brazil 2022-03-11 10:25:24 -08:00
  • 54e8f58145 add table result examples Kelly Brazil 2022-03-10 16:50:55 -08:00
  • def7aa5764 formatting Kelly Brazil 2022-03-10 15:36:11 -08:00
  • 6986c74f6d remove direct parser module example from doc Kelly Brazil 2022-03-10 15:18:27 -08:00
  • b784db404d streaming doc formatting update Kelly Brazil 2022-03-10 13:32:26 -08:00
  • 8aee4517bb doc formatting Kelly Brazil 2022-03-10 13:02:50 -08:00
  • a5fb8fbf94 streaming doc update Kelly Brazil 2022-03-10 10:10:57 -08:00
  • b9365e2ac2 add pidstat-s tests Kelly Brazil 2022-03-10 09:23:36 -08:00
  • 696338c1a3 add streaming test template Kelly Brazil 2022-03-10 09:04:12 -08:00
  • 4f0616190b doc update Kelly Brazil 2022-03-10 08:14:58 -08:00
  • 3278cb0de3 add type hints Kelly Brazil 2022-03-10 08:14:46 -08:00
  • 4fc04256a5 rollback noReturn to tuple Kelly Brazil 2022-03-10 08:00:37 -08:00
  • e4ae0fea63 fix type annotation Kelly Brazil 2022-03-09 16:28:55 -08:00
  • d3727ea090 doc update Kelly Brazil 2022-03-09 16:09:35 -08:00
  • 0d13909cf6 add pidstat-s parser Kelly Brazil 2022-03-09 16:07:29 -08:00
  • c52ca20e28 fix comment Kelly Brazil 2022-03-09 16:07:17 -08:00
  • 21f27f26c8 add pidstat tests Kelly Brazil 2022-03-09 15:37:10 -08:00
  • 5e7a87f397 add test template Kelly Brazil 2022-03-09 15:37:04 -08:00
  • 845d763829 format docs to fit 80 columns Kelly Brazil 2022-03-09 15:09:22 -08:00
  • f5c7d52ec7 formatting Kelly Brazil 2022-03-09 14:43:56 -08:00
  • c3198a5874 formatting Kelly Brazil 2022-03-09 14:17:48 -08:00
  • bbd4afa735 add pidstat to docs Kelly Brazil 2022-03-09 14:09:58 -08:00
  • ae754a84bf doc update Kelly Brazil 2022-03-09 14:06:34 -08:00
  • 3389eb5deb initial working parser Kelly Brazil 2022-03-09 13:18:04 -08:00
  • 01f2c1e71f add pidstat parser Kelly Brazil 2022-03-09 12:13:32 -08:00
  • 8bfbf8f1bc simplify error message Kelly Brazil 2022-03-09 12:13:07 -08:00
  • f4242669ba minor cleanup Kelly Brazil 2022-03-09 10:52:40 -08:00
  • bebd9331f1 Merge pull request #211 from kellyjonbrazil/master Kelly Brazil 2022-03-09 18:49:01 +00:00
  • ac61e9ad2c add pypi link Kelly Brazil 2022-03-08 13:21:05 -08:00
  • 648ef4d8a9 update badge links Kelly Brazil 2022-03-08 13:19:20 -08:00
  • 727fc9a701 doc update v1.18.5 Kelly Brazil 2022-03-05 15:19:25 -08:00
  • 306512d6bb force AM/PM to uppercase in date parser Kelly Brazil 2022-03-05 15:13:47 -08:00
  • 6afb1d389c Merge pull request #209 from kellyjonbrazil/dev v1.18.4 Kelly Brazil 2022-03-05 21:49:36 +00:00
  • 9861983481 doc update Kelly Brazil 2022-03-05 13:45:28 -08:00
  • ca79053db0 document pydoc version Kelly Brazil 2022-03-05 12:15:47 -08:00
  • 29c263f878 pydoc formatting fixes Kelly Brazil 2022-03-05 12:15:14 -08:00
  • 128c3c170a doc update Kelly Brazil 2022-03-04 16:38:49 -08:00