-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rich progress bar #1
Merged
Merged
Conversation
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
Need to fix logging option and fixed printing bug
Added pytest
…uin/BulkAudioExtractTool into rich-progress-bar
…uin/BulkAudioExtractTool into rich-progress-bar
commit 865fa9d Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:26:59 2024 +1100 Updated version commit 293a0ee Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:25:11 2024 +1100 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 commit 792b11b Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:04:07 2024 +1100 Update commit d3e5094 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:38:45 2024 +1100 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
commit 0a052d9 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 01:00:36 2024 +1100 Squashed commit of the following: commit d7432bc Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:27:48 2024 +1100 Squashed commit of the following: commit 865fa9d Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:26:59 2024 +1100 Updated version commit 293a0ee Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:25:11 2024 +1100 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 commit 792b11b Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:04:07 2024 +1100 Update commit d3e5094 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:38:45 2024 +1100 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 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 commit 6f71628 Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com> Date: Mon Dec 25 01:10:42 2023 +1100 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
commit 2a3d076 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 01:11:33 2024 +1100 Bump version commit 0a052d9 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 01:00:36 2024 +1100 Squashed commit of the following: commit d7432bc Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:27:48 2024 +1100 Squashed commit of the following: commit 865fa9d Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:26:59 2024 +1100 Updated version commit 293a0ee Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:25:11 2024 +1100 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 commit 792b11b Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:04:07 2024 +1100 Update commit d3e5094 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:38:45 2024 +1100 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 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 commit 6f71628 Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com> Date: Mon Dec 25 01:10:42 2023 +1100 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
commit b389460 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 13:13:35 2024 +1100 Bump version commit 95fb1ab Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 13:12:48 2024 +1100 Corrected behaviour for when --overwrite is not given commit 3b0fd14 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 13:12:06 2024 +1100 Removed constant commit 2278d05 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 11:48:39 2024 +1100 Added more logging & changed project versioning commit 2a3d076 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 01:11:33 2024 +1100 Bump version commit 0a052d9 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Fri Jan 5 01:00:36 2024 +1100 Squashed commit of the following: commit d7432bc Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:27:48 2024 +1100 Squashed commit of the following: commit 865fa9d Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:26:59 2024 +1100 Updated version commit 293a0ee Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:25:11 2024 +1100 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 commit 792b11b Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 23:04:07 2024 +1100 Update commit d3e5094 Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com> Date: Thu Jan 4 22:38:45 2024 +1100 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 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 commit 6f71628 Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com> Date: Mon Dec 25 01:10:42 2023 +1100 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
…uin/BulkAudioExtractTool into rich-progress-bar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.