v1.5.0
Apparently I missed v1.4.0! Whoops.
1.4 Changelog:
- Added scan_dir function that works similarly to os.walk but returns all the subfolders and subfiles in a directory as two bulk lists.
- Added replace function that replaces all the instances of a specific regex or string with another string in all subfiles in a list of files (use scan_dir to get a list of files to use for this function)
1.5 Changelog:
- Added the ability to get and set metadata directly from the object (with the dot operator) rather than just through the get_meta and set_meta functions.