helm-pydoc

https://github.com/syohex/emacs-helm-pydoc.git

git clone 'git://github.com/syohex/emacs-helm-pydoc.git'
9

helm-pydoc.el melpa badge melpa stable badge

Introduction

helm-pydoc.el is pydoc helm interface

Screenshot

helm-pydoc

helm-pydoc-action

Requirements

Installation

You can install helm-pydoc.el from MELPA with package.el

 M-x package-install helm-pydoc

Basic Usage

helm-pydoc

pydoc with helm interface

Customize Variable

helm-pydoc-virtualenv(Default "venv")

Directory name of virtualenv. Use virtualenv python if this name directory is found in this directory hierarchy.

Actions

Sample Configuration

(eval-after-load "python"
  '(progn
     (define-key python-mode-map (kbd "C-c C-d") 'helm-pydoc)))