<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>HK29</author_name>
  <author_url>https://blog.hatena.ne.jp/HK29/</author_url>
  <blog_title>PythonとVBAで世の中を便利にする</blog_title>
  <blog_url>https://hk29.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>インストール方法</anon>
    <anon>Windows10 PC</anon>
    <anon>Linux</anon>
  </categories>
  <description>本記事では、インストール済のライブラリ（パッケージ）のライセンス情報、説明、URLを取得して、csvファイルへ出力するPythonスクリプトを載せました。 ■ライブラリ「pip-licenses」を次のようにpipでインストールします pip install pip-licenses 本スクリプトを実行すると、下図のように左から順に、Pythonライブラリ名，バージョン，ライセンス名，パッケージの説明，URLをcsvへ出力します。 ■本スクリプト import os import subprocess import io import pandas as pd import datetime …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhk29.hatenablog.jp%2Fentry%2F2022%2F07%2F10%2F154839&quot; title=&quot;Python ライブラリのライセンス情報，説明，URLを取得してcsvへ保存する「pip-licenses」 - PythonとVBAで世の中を便利にする&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/H/HK29/20220710/20220710152157.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-07-10 15:48:39</published>
  <title>Python ライブラリのライセンス情報，説明，URLを取得してcsvへ保存する「pip-licenses」</title>
  <type>rich</type>
  <url>https://hk29.hatenablog.jp/entry/2022/07/10/154839</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
