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

v0.9.10 #172

Closed alexpdev closed 1 year ago

alexpdev commented 1 year ago
  1. Added support for v2 magnet links.
  2. updated readme
  3. updated unit tests

    fixes 171

codecov[bot] commented 1 year ago

Codecov Report

Merging #172 (02a54ea) into master (6f19ad2) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #172   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2913      2925   +12     
=========================================
+ Hits          2913      2925   +12     
Impacted Files Coverage Δ
tests/test_utils.py 100.00% <ø> (ø)
torrentfile/mixins.py 100.00% <ø> (ø)
tests/test_commands.py 100.00% <100.00%> (ø)
tests/test_torrent.py 100.00% <100.00%> (ø)
torrentfile/commands.py 100.00% <100.00%> (ø)
torrentfile/hasher.py 100.00% <100.00%> (ø)
torrentfile/recheck.py 100.00% <100.00%> (ø)
torrentfile/utils.py 100.00% <100.00%> (ø)
torrentfile/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.