[PYTHON] Tag jump to PyPI module with ctags

I'm happy to be able to follow the code deeply if I can tag jump to the PyPI module in addition to the project code.

I think there are many ways to do it, but I hit the one-liner in the root directory of the project.

$ctags -R `pyenv prefix`/lib/python2.7 `pyenv prefix`/lib/python2.7/site-packages .

The environment is pyenv and it is assumed that python 2.7 series is used.

After that, set tag jumps with your favorite editor and live a comfortable ctags life!

Recommended Posts

Tag jump to PyPI module with ctags
To import your own module with jupyter
[Python] How to deal with module errors
How to create random numbers with NumPy's random module
An easy way to create an import module with jupyter
Transit to the update screen with the Django a tag
Convert 202003 to 2020-03 with pandas
How to read PyPI
read the tag assigned to you on ec2 with boto3
Minimum knowledge to get started with the Python logging module
Get the package version to register with PyPI from Git
How to output additional information when logging with python's logging module