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

🤖 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.5.tar.gz (3.6 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.5-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: progtrack-0.1.5.tar.gz
  • Upload date:
  • Size: 3.6 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.5.tar.gz
Algorithm Hash digest
SHA256 35b6b1010bd9919036d2dee559f24ef11fdc6763b49fd741d88202b10991f7ca
MD5 aaaa6f37076bf5e7b4874743a3d0b311
BLAKE2b-256 f713cffb3b1e9a1bf28e968b0f603e0427bf80c26df07516de5537b058bf7ff6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: progtrack-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 4.1 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f822b5080c3cc9779c9060fda1294d9dae612607018295422d4a1e8490c8a36e
MD5 b486481922707048303d55964cc65f5c
BLAKE2b-256 c0b563249c2914ad8c31b9f5d65c28f280c49760b14283a6f757e3b48ca01fb5

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