alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

adding color progress bar and extra progress bar mode #185

Closed alexpdev closed 1 year ago

alexpdev commented 1 year ago

Creates green terminal output for progress bar, and creates an additional progress bar mode that only works on v1 torrent files and instead of reading out individual file progress it reads out 1 progress bar for full contents of torrent file.

closes #182 partially.

codecov[bot] commented 1 year ago

Codecov Report

Merging #185 (150e841) into master (32cc45d) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #185   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2981      3031   +50     
=========================================
+ Hits          2981      3031   +50     
Files Changed Coverage Δ
torrentfile/cli.py 100.00% <ø> (ø)
tests/test_rebuild.py 100.00% <100.00%> (ø)
tests/test_torrent.py 100.00% <100.00%> (ø)
torrentfile/hasher.py 100.00% <100.00%> (ø)
torrentfile/mixins.py 100.00% <100.00%> (ø)
torrentfile/rebuild.py 100.00% <100.00%> (ø)
torrentfile/recheck.py 100.00% <100.00%> (ø)
torrentfile/torrent.py 100.00% <100.00%> (ø)
torrentfile/utils.py 100.00% <100.00%> (ø)
torrentfile/version.py 100.00% <100.00%> (ø)