https://github.com/wkentaro/pycd
`cd` to python modules.
https://github.com/wkentaro/pycd
Last synced: 6 months ago
JSON representation
`cd` to python modules.
- Host: GitHub
- URL: https://github.com/wkentaro/pycd
- Owner: wkentaro
- License: mit
- Created: 2015-04-18T17:11:17.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T11:22:45.000Z (about 4 years ago)
- Last Synced: 2025-03-28T21:01:29.543Z (6 months ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycd
[](https://pypi.python.org/pypi/pycd)
[](https://travis-ci.org/wkentaro/pycd)Simple command line tool to change directory for Python packages.
You can now easily read the codes of the modules.## Installation
install pycd by pip
```bash
pip install pycd
```add following line to your shell
```bash
source `which pycd.sh`
```## Usage
use `pycd` to change directory for python packages:
```bash
$ pycd numpy
$ pwd
/usr/local/lib/python2.7/dist-packages/numpy
```use `pypack` to get information about python packages:
```bash
$ pypack find numpy
/usr/local/lib/python2.7/dist-packages/numpy$ pypack list
numpy
sklearn
scipy
...
```## Testing
```bash
nosetests -v pycd
```## License
See [LICENSE](LICENSE).