This project has migrated to Codeberg for better alignment with open-source values.
👉 New Location: codeberg.org/moqodow/path_utils
This GitHub repository is archived and read-only.
Update your git remote:
git remote set-url origin https://codeberg.org/moqodow/path_utils.gitThe path utils python module is a package focusing on dealing with folder lookup and image path manipulation.
- function walk2 -> advanced os.walk adding level of depth and excludes parameter
- function scan_folder -> builds on top of walk2, scans files based on a given regex
- class Image -> image path value manipulations
- get/set base image name
- get/set image frame incl. hash, frame digit padding
- get/set version in file and folder
- get all image values
Apache License, Version 2.0
Wilfried Pollan - Maintainer
0.1.0 - First release - basic module