Add a way to show new and removed packages in the worklog
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 141
- Forks
- 146
- Avg merge
- 11h 7m
- Merged PRs (30d)
- 407
Description
Right now, there is no easy way to see if a package has been added to, or removed from, the repository. The way I do it now for the news posts is I go through all the commits in the repo for the sync cycle trying to spot commit messages saying "Add at x", or anything about deprecation. This has proven to be very prone to me missing added and removed packages.
It would be great to be able to get a summary of these packages using the worklog.py tool.
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 worklog.py and reading how it summarizes a repository sync cycle and its commits. Trace how package additions, removals, and deprecations are currently represented, then define the summary output so it reliably lists newly added and removed packages. Done means the worklog exposes both package changes without requiring manual commit-message inspection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100