Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved division to a multiplication to reduce computation cost
Refined concept, but introduced errors within rich. Rename refactor and defined __all__ Moved type aliases and constants to own files to avoid cyclic referencing Refactored code to a more maintainable state Moved into Extractor.py to avoid cyclic referencing Changed imports along with refeactor WIP: Progress printing Finished PoC revision of progress display Refactor: Moved files. Continued working on progress display. Adjusted version Continued working on progress display Black reformat Refactor & Updated pyproject.toml Fixed issues with progress not displaying Need to fix logging option and fixed printing bug Corrected progress duplicating Black reformat Update project version Moved main.py into own submodule Updated to set up pre-commit Cleanup with mypy Corrected pre-commits Updated pyproject Added pytest Changed to start app from __main__.py Create CI.yml Create python-publish.yml Formatted Updated workflows Reformatted file Added poetry-dynamic-versioning plugin Added dynamic version plugin Removed explicit python version Changed install order Added version Added basic tests Added app_theme to __all__ Refactor to target python 3.8 updated Updated to target lower python version Refactor to target python 3.8+ Replaced built-in Corrected types Updated project to better use pyproject, pre-commits, and poetry plugins Squash commit: Corrected pre-commit Updated project layout Formatted Updated workflows Added poetry-dynamic-versioning plugin Removed explicit python version Changed install order Added version Removed Added simple test Refactor to target python 3.8+ Corrected typing Corrected typing Changed lowest target version to python 3.11 Corrected tests Squashed commit of the following: commit 4a17e5d Merge: 1fc7702 5280ebb Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:37:04 2024 +1100 Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar commit 1fc7702 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:28:33 2024 +1100 Corrected tests Update Squashed commit of the following: commit 7d7253e Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:24:15 2024 +1100 Removed commit 78fb100 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:04:07 2024 +1100 Update commit 4a17e5d Merge: 1fc7702 5280ebb Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:37:04 2024 +1100 Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar commit 1fc7702 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:28:33 2024 +1100 Corrected tests Updated version Corrected versioning Corrected invalid typing Corrected versioning Version update
- Loading branch information