-
-
Notifications
You must be signed in to change notification settings - Fork 751
!pypi should include publish date in response #2613
Copy link
Copy link
Closed
Labels
p: 3 - lowLow PriorityLow Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
p: 3 - lowLow PriorityLow Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
In many cases, users have been utilizing out of date packages. This would make the !pypi tag substantially more useful in visually parsing whether or not a package could be out of date for the current version of Python.
https://github.com/python-discord/bot/blob/main/bot/exts/info/pypi.py#L48-L67
Example snippet:
Should fall within the
if 200response block. May want to consider prettying up the timestamp a bit to just the date portion.