モジュールがインストールされた日時を表示するために「pip show」をどのように取得しますか?

モジュールがインストールされた日時を表示するために「pip show」をどのように取得しますか?

リクエストなどのモジュールがいつインストールされたかを確認する方法 - 日付、時刻、分

たとえば、pip showは次の詳細のみを表示し、時間は表示しません。

pip show  requests
---
Metadata-Version: 1.1
Name: requests
Version: 2.6.0
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
Author-email: [email protected]
License: Apache 2.0
Location: /usr/lib/python2.7/site-packages
Requires:

ベストアンサー1

リクエストなどのモジュールがいつインストールされたかを確認する方法 - 日付、時刻、分

pip-dateインストール時間を確認するために使用できます。

Show the installation/modification times of all your pip packages and other tools

pip-date 羽ハブから

おすすめ記事