-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style,refactor,feat: implement readability/QOL changes
changelog: - style: replaced many string addition methods with f-strings for enhanced readability. - style: changed print statements to sys.stdout/tqdm.write for direct stdout piping - refactor: renamed variable `desfiles` to `descfiles` (easier to interpret IMO) - refactor: replaced repetitive blocks of code with for loops - style: inserted some additional comments and section separators to make script easier to follow - style: added type hints to some docstrings. added (pythonic) docstrings to some functions. - feat: added progress bars to some portions of the code for better user interaction
- Loading branch information
1 parent
c321002
commit e96ee82
Showing
1 changed file
with
146 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters