Simple command line tool to change directory for Python packages.
You can now easily read the codes of the modules.
install pycd by pip
pip install pycdadd following line to your shell
source `which pycd.sh`use pycd to change directory for python packages:
$ pycd numpy
$ pwd
/usr/local/lib/python2.7/dist-packages/numpyuse pypack to get information about python packages:
$ pypack find numpy
/usr/local/lib/python2.7/dist-packages/numpy
$ pypack list
numpy
sklearn
scipy
...nosetests -v pycdSee LICENSE.