freelance-project-34-market.../python/online/fxreader/pr34
LLM 15df281e61 [+] download command: progress display, parallel downloads, aria2c batch mode
1. add --progress BooleanOptionalAction flag with plain mode;
  2. progress_t tracks total/done/this_run packages and bytes, shows ETA and rate;
  3. rate displayed as pkg/s when fast, s/pkg when slow;
  4. add -j parameter for parallel downloads via ThreadPoolExecutor;
  5. for aria2c with -j>1, use download_batch_aria2c with single process and input file;
  6. skip already-downloaded files, estimate total bytes from average;
  7. add test_download_cli.py with full test matrix: backend(3) x jobs(2) x progress(2) x existing(3);
  8. mock downloader_t.download and download_batch_aria2c in all tests;
  9. add unit tests for progress_t formatting and batch aria2c input generation;
2026-04-09 09:00:00 +00:00
..
commands_typed [+] download command: progress display, parallel downloads, aria2c batch mode 2026-04-09 09:00:00 +00:00
tasks [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
tests [+] reformat with ruff 2025-05-20 11:03:00 +03:00
__init__.py [~] Refactor 2024-12-01 08:49:34 +03:00
commands.py [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
oom_firefox.py [+] ruff line-length 100, add meson:install:list, bump pr34 v0.1.5.66 2026-04-06 09:56:11 +00:00
py.typed [+] update packaging 2024-12-01 18:49:12 +03:00