You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(BREAKING) the --force flag now overwrites existing files, but will check the MD5
checksums of the downloaded files. Previously, it would force download the file, but
ignore the MD5 as well. See #21 (comment)
for more details. Use the newly added --ignore flag to ignore MD5 checksums too.
require Python >=3.9
updated depends and poetry lock file
began reorganizing code for better maintainability