lasp / lasp/space_packet_parser
Change Progress Bar to `tqdm`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39
- Forks
- 15
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 12
Description
The current show_progress option uses manual prints to display a progress bar. The tqdm library provides a more tooled (and probably more performant) progress bar function that we should consider using.
Replace the current progress bar implementation with a tqdm implementation. Make sure it still prints out packets per second and kilobits per second during parsing.
And make sure it's still optional!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current show_progress implementation and its manual progress-bar output. Replace that behavior with tqdm while preserving packets-per-second and kilobits-per-second reporting, and verify that progress output remains optional during parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100