Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Display Installation Time #3051

Closed
bernardoadc opened this issue Jul 26, 2024 · 0 comments · Fixed by #3060
Closed

Feature Request: Display Installation Time #3051

bernardoadc opened this issue Jul 26, 2024 · 0 comments · Fixed by #3060
Assignees
Labels
⭐ enhancement Improvements for existing features

Comments

@bernardoadc
Copy link

Is your feature/enhancement proposal related to a problem? Please describe.

Currently, there is no built-in way to monitor the duration of package installations directly within PDM. This feature is present in several other package managers. While it is possible to measure the installation time using external scripts, having this feature integrated into PDM would provide a more seamless and user-friendly experience.

Describe the solution you'd like

  • Implement a timer that starts at the beginning of the pdm install process and stops once the installation is complete.
  • Display the elapsed time in a clear and concise format at the end of the installation process.
  • Optional: Add a command-line flag (e.g., --time or --show-time) to enable or disable this feature.
@bernardoadc bernardoadc added the ⭐ enhancement Improvements for existing features label Jul 26, 2024
@frostming frostming self-assigned this Jul 31, 2024
frostming added a commit that referenced this issue Jul 31, 2024
Resolve #3051

Signed-off-by: Frost Ming <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ enhancement Improvements for existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants