Skip to main content

Track @progress comments across source code files

Project description

progtrack

📊 Track @progress comments in your codebase to monitor development progress.

progtrack is a simple CLI tool that scans your source code files for @progress annotations and summarizes the implementation status across files. It helps you track how much of your code is complete, in progress, or untracked.


✨ Features

  • Detects @progress annotations like:
    # @progress 80%: "needs testing"
    # @progress 80%: 'needs testing'
    # @progress 0.5
    # @progress done
    
  • Supports multiple file types: .py, .js, .ts, .vue, .html (customisable)
  • Generates CLI summary and optional CSV report
  • Reports average completion rate
  • Ignores unmarked files by default
  • Configurable exclude folders (e.g. node_modules)

🧰 Installation

pip install progtrack

🚀 Usage

# Basic
progress
progress .
# Output to CSV
progress --csv my_report.csv
# Custom file types
progress --ext .py,.vue,.ts
# Exclude folders
progress --exclude node_modules,dist,build

📦 Example Output

file                 progress    note
------------------  ----------  ----------------------
main.py               1.00
api/data.py           0.80       needs tests
auth/login.vue        0.50       basic done

📊 Summary
-----------
Marked files: 3
Completed files: 1
Average progress: 76.67%
Unmarked files: 2

🪪 License

MIT © 2025 Shao


🤖 GitHub / PyPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

progtrack-0.1.1.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

progtrack-0.1.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file progtrack-0.1.1.tar.gz.

File metadata

  • Download URL: progtrack-0.1.1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for progtrack-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4db25bae85e66325b2796d9d80f91c971da74c5afaabd30546c785d83c87b5ee
MD5 a40b8defaf4e75fec22b33404eeec7e8
BLAKE2b-256 4665593323e43ae5ddb3378297ce484ecd3153e7a162385cd2aa3424a2eaab9d

See more details on using hashes here.

File details

Details for the file progtrack-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: progtrack-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for progtrack-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9e2a90f9e1a56021c2395cf84514ee92b9eeb7969b0cb27bca7caa4c09a02ae4
MD5 08a0049ad4ab1b17f9e2dbd7ec011db8
BLAKE2b-256 77f63812f772b26e72b34ffe3c44f0539150280ec27dec46b2bba1a18b12a534

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page