lasp / lasp/space_packet_parser

Change Progress Bar to `tqdm`

Open
#162 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.