このブログは、旧・はてなダイアリー「檜山正幸のキマイラ飼育記 メモ編」(http://d.hatena.ne.jp/m-hiyama-memo/)のデータを移行・保存したものであり、今後(2019年1月以降)更新の予定はありません。

今後の更新は、新しいブログ http://m-hiyama-memo.hatenablog.com/ で行います。

なんかいろいろインストールした

SLOCCountを苦労してインストールしたが(http://d.hatena.ne.jp/m-hiyama/20120326/1332722359)、他にもいくつか。

Pythonのコーディングルールをチェックするpep8。


$ pip install pep8
Downloading/unpacking pep8
Downloading pep8-0.6.1.tar.gz
Running setup.py egg_info for package pep8
Requirement already satisfied (use --upgrade to upgrade): setuptools in c:\insta
lled\python26\lib\site-packages (from pep8)
Installing collected packages: pep8
Running setup.py install for pep8
Installing pep8-script.py script to c:\Installed\Python26\Scripts
Installing pep8.exe script to c:\Installed\Python26\Scripts
Installing pep8.exe.manifest script to c:\Installed\Python26\Scripts
Successfully installed pep8
Cleaning up...

hiyama@TP-X200-HIYAMA ~
$

クローンディガー。


$ easy_install -UZ clonedigger
Searching for clonedigger
Reading http://pypi.python.org/simple/clonedigger/
Reading http://clonedigger.sourceforge.net
Best match: clonedigger 1.1.0
Downloading http://pypi.python.org/packages/source/c/clonedigger/clonedigger-1.1
.0.tar.gz#md5=0bf30b2de988f15d4dd57fd78e1e302f
Processing clonedigger-1.1.0.tar.gz
Running clonedigger-1.1.0\setup.py -q bdist_egg --dist-dir c:\users\hiyama\appda
ta\local\temp\easy_install-eyisql\clonedigger-1.1.0\egg-dist-tmp-qlp2vb
warning: no files found matching 'HISTORY.txt'
warning: no files found matching 'CONTRIBUTORS.txt'
warning: no files found matching 'LICENSE'
Adding clonedigger 1.1.0 to easy-install.pth file
Installing clonedigger-script.py script to c:\Installed\Python26\Scripts
Installing clonedigger.exe script to c:\Installed\Python26\Scripts
Installing clonedigger.exe.manifest script to c:\Installed\Python26\Scripts

Installed c:\installed\python26\lib\site-packages\clonedigger-1.1.0-py2.6.egg
Processing dependencies for clonedigger
Finished processing dependencies for clonedigger

$

noseのプラグインであるRednose。noseはだいぶ前に入れた。


$ easy_install rednose
Searching for rednose
Reading http://pypi.python.org/simple/rednose/
Reading http://github.com/gfxmonk/rednose/tree
Reading http://gfxmonk.net/dist/0install/rednose.xml
Best match: rednose 0.3
Downloading http://pypi.python.org/packages/source/r/rednose/rednose-0.3.tar.gz#
md5=1d85c2c02236b983805e25f0cabf5848
Processing rednose-0.3.tar.gz
Running rednose-0.3\setup.py -q bdist_egg --dist-dir c:\users\hiyama\appdata\loc
al\temp\easy_install-8udjom\rednose-0.3\egg-dist-tmp-xtnuv6
zip_safe flag not set; analyzing archive contents...
Adding rednose 0.3 to easy-install.pth file

Installed c:\installed\python26\lib\site-packages\rednose-0.3-py2.6.egg
Processing dependencies for rednose
Searching for python-termstyle>=0.1.7
Reading http://pypi.python.org/simple/python-termstyle/
Reading http://gfxmonk.net/dist/0install/python-termstyle.xml
Best match: python-termstyle 0.1.9
Downloading http://pypi.python.org/packages/source/p/python-termstyle/python-ter
mstyle-0.1.9.tar.gz#md5=25a0015fe06a33579d53690edd22ab89
Processing python-termstyle-0.1.9.tar.gz
Running python-termstyle-0.1.9\setup.py -q bdist_egg --dist-dir c:\users\hiyama\
appdata\local\temp\easy_install-az36nz\python-termstyle-0.1.9\egg-dist-tmp-ybwlo
f
zip_safe flag not set; analyzing archive contents...
Adding python-termstyle 0.1.9 to easy-install.pth file

Installed c:\installed\python26\lib\site-packages\python_termstyle-0.1.9-py2.6.e
gg
Finished processing dependencies for rednose

hiyama@TP-X200-HIYAMA ~/ProjectCaty/dev/python
$