- Removed unnecessary thrown exception in
get_file_urls
.
- Fixed tests and deployment.
- Added examples to documentation.
- Added
is_fresh
function that returns a boolean on whether the current version is fresh.
- Added
freshen_up
that essentially does everything the others do in a more condensed way so the user does not need to figure out how to call each of them.
- Added
overwrite_restart
that handles overwriting and restarting (duh).
- Added
dl_unpack
to download and unpack the archive into a target folder.
- Added
get_update_version
for version checking/comparison.
- Added
get_file_urls
to grab all matching files from a given url.