SSブログ

pip-reviewを使って見る [Python]

Pythonのパッケージのアップデート
$pip list --o
Package Version Latest Type
------------------ ------- ------ -----
decorator 4.2.1 4.3.0 wheel
ipython 6.3.1 6.4.0 wheel
ipywidgets 7.2.0 7.2.1 wheel
jedi 0.11.1 0.12.0 wheel
numpy 1.14.2 1.14.3 wheel
parso 0.1.1 0.2.1 wheel
pexpect 4.4.0 4.6.0 wheel
prompt-toolkit 1.0.15 2.0.1 wheel
python-dateutil 2.7.2 2.7.3 wheel
setuptools 39.0.1 39.2.0 wheel
widgetsnbextension 3.2.0 3.2.1 wheel
$
が便利にできないかと思っていて、pip-reviewを知った。
https://github.com/jgonggrijp/pip-review
とありえず、手元で実行してみる
$pip install pip-review
Requirement already satisfied: pip-review in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (1.0)
Requirement already satisfied: packaging in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from pip-review) (17.1)
Requirement already satisfied: pip in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from pip-review) (10.0.1)
Requirement already satisfied: pyparsing>=2.0.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from packaging->pip-review) (2.2.0)
Requirement already satisfied: six in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from packaging->pip-review) (1.11.0)
$pip-review
decorator==4.3.0 is available (you have 4.2.1)
ipython==6.4.0 is available (you have 6.3.1)
ipywidgets==7.2.1 is available (you have 7.2.0)
jedi==0.12.0 is available (you have 0.11.1)
numpy==1.14.3 is available (you have 1.14.2)
parso==0.2.1 is available (you have 0.1.1)
pexpect==4.6.0 is available (you have 4.4.0)
prompt-toolkit==2.0.1 is available (you have 1.0.15)
python-dateutil==2.7.3 is available (you have 2.7.2)
setuptools==39.2.0 is available (you have 39.0.1)
widgetsnbextension==3.2.1 is available (you have 3.2.0)
となった。アップデートを自動的にするなら、’
$pip-review --auto
Collecting decorator==4.3.0
Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting ipython==6.4.0
Downloading https://files.pythonhosted.org/packages/b1/7f/91d50f28af3e3a24342561983a7857e399ce24093876e6970b986a0b6677/ipython-6.4.0-py3-none-any.whl (750kB)
100% |████████████████████████████████| 757kB 1.7MB/s
Collecting ipywidgets==7.2.1
Downloading https://files.pythonhosted.org/packages/7d/24/fabc09ad81c6071159a4d12d5bfbddcbea69bd9e3b16c3250ef300c0285f/ipywidgets-7.2.1-py2.py3-none-any.whl (106kB)
100% |████████████████████████████████| 112kB 1.5MB/s
Collecting jedi==0.12.0
Downloading https://files.pythonhosted.org/packages/e7/42/074192a165622e645ed4aeade63e76e56b3496a044569b3c6cae3a918352/jedi-0.12.0-py2.py3-none-any.whl (172kB)
100% |████████████████████████████████| 174kB 1.5MB/s
Collecting numpy==1.14.3
Downloading https://files.pythonhosted.org/packages/8e/75/7a8b7e3c073562563473f2a61bd53e75d0a1f5e2047e576ee61d44113c22/numpy-1.14.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (4.7MB)
100% |████████████████████████████████| 4.7MB 1.4MB/s
Collecting parso==0.2.1
Downloading https://files.pythonhosted.org/packages/cd/3e/5908f9577dbd1e5df53e64349bfd11e46b726c1e4d8cd676bbe8aa4de316/parso-0.2.1-py2.py3-none-any.whl (91kB)
100% |████████████████████████████████| 92kB 1.7MB/s
Collecting pexpect==4.6.0
Downloading https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl (57kB)
100% |████████████████████████████████| 61kB 2.1MB/s
Collecting prompt-toolkit==2.0.1
Downloading https://files.pythonhosted.org/packages/d1/42/754be071c2e17c18071f8f910844d99f7e7c5588c5afce1d8dbefe2fed91/prompt_toolkit-2.0.1-py3-none-any.whl (322kB)
100% |████████████████████████████████| 327kB 1.4MB/s
Collecting python-dateutil==2.7.3
Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
100% |████████████████████████████████| 215kB 1.5MB/s
Collecting setuptools==39.2.0
Downloading https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl (567kB)
100% |████████████████████████████████| 573kB 1.4MB/s
Collecting widgetsnbextension==3.2.1
Downloading https://files.pythonhosted.org/packages/ff/fa/64acc09fc845a6b2dc0724d6f3f81e829b778ed5e9a7559567b4f19a3f4b/widgetsnbextension-3.2.1-py2.py3-none-any.whl (2.2MB)
100% |████████████████████████████████| 2.2MB 1.4MB/s
Requirement already satisfied: pickleshare in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (0.7.4)
Requirement already satisfied: appnope; sys_platform == "darwin" in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (0.1.0)
Requirement already satisfied: pygments in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (2.2.0)
Requirement already satisfied: backcall in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (0.1.0)
Requirement already satisfied: traitlets>=4.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (4.3.2)
Requirement already satisfied: simplegeneric>0.8 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipython==6.4.0) (0.8.1)
Requirement already satisfied: ipykernel>=4.5.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipywidgets==7.2.1) (4.8.2)
Requirement already satisfied: nbformat>=4.2.0 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipywidgets==7.2.1) (4.4.0)
Requirement already satisfied: ptyprocess>=0.5 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from pexpect==4.6.0) (0.5.2)
Requirement already satisfied: six>=1.9.0 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from prompt-toolkit==2.0.1) (1.11.0)
Requirement already satisfied: wcwidth in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from prompt-toolkit==2.0.1) (0.1.7)
Requirement already satisfied: notebook>=4.4.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from widgetsnbextension==3.2.1) (5.5.0)
Requirement already satisfied: ipython-genutils in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from traitlets>=4.2->ipython==6.4.0) (0.2.0)
Requirement already satisfied: jupyter-client in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipykernel>=4.5.1->ipywidgets==7.2.1) (5.2.3)
Requirement already satisfied: tornado>=4.0 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from ipykernel>=4.5.1->ipywidgets==7.2.1) (5.0.2)
Requirement already satisfied: jupyter-core in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbformat>=4.2.0->ipywidgets==7.2.1) (4.4.0)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbformat>=4.2.0->ipywidgets==7.2.1) (2.6.0)
Requirement already satisfied: pyzmq>=17 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from notebook>=4.4.1->widgetsnbextension==3.2.1) (17.0.0)
Requirement already satisfied: Send2Trash in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from notebook>=4.4.1->widgetsnbextension==3.2.1) (1.5.0)
Requirement already satisfied: jinja2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from notebook>=4.4.1->widgetsnbextension==3.2.1) (2.10)
Requirement already satisfied: nbconvert in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from notebook>=4.4.1->widgetsnbextension==3.2.1) (5.3.1)
Requirement already satisfied: terminado>=0.8.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from notebook>=4.4.1->widgetsnbextension==3.2.1) (0.8.1)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from jinja2->notebook>=4.4.1->widgetsnbextension==3.2.1) (1.0)
Requirement already satisfied: testpath in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (0.3.1)
Requirement already satisfied: entrypoints>=0.2.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (0.2.3)
Requirement already satisfied: mistune>=0.7.4 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (0.8.3)
Requirement already satisfied: pandocfilters>=1.4.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (1.4.2)
Requirement already satisfied: bleach in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (2.1.3)
Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (1.0.1)
Requirement already satisfied: webencodings in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->notebook>=4.4.1->widgetsnbextension==3.2.1) (0.5.1)
jupyter-console 5.2.0 has requirement prompt-toolkit<2.0.0,>=1.0.0, but you'll have prompt-toolkit 2.0.1 which is incompatible.
ipython 6.4.0 has requirement prompt-toolkit<2.0.0,>=1.0.15, but you'll have prompt-toolkit 2.0.1 which is incompatible.
Installing collected packages: decorator, setuptools, prompt-toolkit, parso, jedi, pexpect, ipython, widgetsnbextension, ipywidgets, numpy, python-dateutil
Found existing installation: decorator 4.2.1
Uninstalling decorator-4.2.1:
Successfully uninstalled decorator-4.2.1
Found existing installation: setuptools 39.0.1
Uninstalling setuptools-39.0.1:
Successfully uninstalled setuptools-39.0.1
Found existing installation: prompt-toolkit 1.0.15
Uninstalling prompt-toolkit-1.0.15:
Successfully uninstalled prompt-toolkit-1.0.15
Found existing installation: parso 0.1.1
Uninstalling parso-0.1.1:
Successfully uninstalled parso-0.1.1
Found existing installation: jedi 0.11.1
Uninstalling jedi-0.11.1:
Successfully uninstalled jedi-0.11.1
Found existing installation: pexpect 4.4.0
Uninstalling pexpect-4.4.0:
Successfully uninstalled pexpect-4.4.0
Found existing installation: ipython 6.3.1
Uninstalling ipython-6.3.1:
Successfully uninstalled ipython-6.3.1
Found existing installation: widgetsnbextension 3.2.0
Uninstalling widgetsnbextension-3.2.0:
Successfully uninstalled widgetsnbextension-3.2.0
Found existing installation: ipywidgets 7.2.0
Uninstalling ipywidgets-7.2.0:
Successfully uninstalled ipywidgets-7.2.0
Found existing installation: numpy 1.14.2
Uninstalling numpy-1.14.2:
Successfully uninstalled numpy-1.14.2
Found existing installation: python-dateutil 2.7.2
Uninstalling python-dateutil-2.7.2:
Successfully uninstalled python-dateutil-2.7.2
Successfully installed decorator-4.3.0 ipython-6.4.0 ipywidgets-7.2.1 jedi-0.12.0 numpy-1.14.3 parso-0.2.1 pexpect-4.6.0 prompt-toolkit-2.0.1 python-dateutil-2.7.3 setuptools-39.2.0 widgetsnbextension-3.2.1
$ pip-review
Everything up-to-date
これで良いのかな。

エキスパートPythonプログラミング改訂2版

エキスパートPythonプログラミング改訂2版

  • 作者: Michal Jaworski
  • 出版社/メーカー: KADOKAWA
  • 発売日: 2018/02/26
  • メディア: 単行本



独学プログラマー Python言語の基本から仕事のやり方まで

独学プログラマー Python言語の基本から仕事のやり方まで

  • 作者: コーリー・アルソフ
  • 出版社/メーカー: 日経BP社
  • 発売日: 2018/02/24
  • メディア: 単行本



nice!(0)  コメント(0) 
共通テーマ:日記・雑感