python-info

https://github.com/Wilfred/python-info.git

git clone 'git://github.com/Wilfred/python-info.git'
8

Python Info Manuals

This is a simple Emacs package to provide an info manual for Python.

To install, you need to be using MELPA then simply M-x package-install python-info.

Updating python.texi

To run the makefile, you will need virtualenv and Python 2, then simply:

$ cd build
$ make

This will create build/python.texi.

Licensing

This is really just a makefile, which is licensed under the BSD license (see COPYING). The Python info files are under the PSF license.

Other Projects

pylookup is also excellent if you're looking for searching Python docs.