-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
help wantedExtra attention is neededExtra attention is neededpythonAn issue that relates to writing python codeAn issue that relates to writing python code
Description
We currently have a peer-review-status page that summarizes the stats of active reviews.
We now need a new dashboard that helps us track package activity. Let's make a new section called pyos-packages.
And start a new page that begins to pull in package metrics.
- pull in data from this file which collects pacakge information using pyosmeta where possible (see example here)
- for each package create a dataframe row containing the package's name, description and github metrics stored in that file associated with that package.
- Then create a table that allows us to sort packages by last commit date.
- finally create a second table that shows only packages that haven't been updated (no commits) in the last 6 months.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededpythonAn issue that relates to writing python codeAn issue that relates to writing python code
Type
Projects
Status
python programming