Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install pykaboo

How to install Pykaboo

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install pykaboo
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
 
License
Modified BSD license
Imports
Lastest release
version 0.1.6 on Nov 30th, 2012

A convenient command line tool to check python source code from the python standard library and user installed packages.

Running Pykaboo opens a new tab in your browser listing your python standard library modules folder and user installed packages folder. New paths can also be added to this list.

When clicking on a .py file, python syntax is highlighted and lines are numbered.

Typical usage:

$ pykaboo

Pykaboo shows only '.py' files and directories by default. But you can also allow files with other extensions to be viewed:

$ pykaboo allow .css

Or you can add custom directories next to the default links to the standard library modules and user installed packages:

$ pykaboo add ~/Documents/my_python_projects

For a list of commands:

$ pykaboo help

Installation

Linux and OS X users

First install pip. Then:

$ pip install pykaboo
Windows users

Use Cygwin or use a Linux distro on a virtual machine.

  • Using Cygwin:

    1. Install Cygwin. During the installation, also mark the bins of Python (under Interpreters) and wget (under Web) for installation.

    2. In the Cygwin terminal run the following commands:

      $ wget http://peak.telecommunity.com/dist/ez_setup.py
      $ python ez_setup.py
      $ easy_install pip
      $ pip install pykaboo
      

      To use Pykaboo just run the following command in Cygwin:

      $ pykaboo
      

      In case you get errors, try rebasing Cygwin .

  • Using a virtual machine:

    Here you can find a tutorial to install the Linux distro Ubuntu on the virtual box virtual machine. Once installed see the Linux users section.

Support & bug reports

If you need support or if you spot bugs send a mail to robrecht.de.rouck at gmail.com. If you have a github account opening an issue or making a poll request is appreciated in case of bugs.

Subscribe to package updates

Last updated Nov 30th, 2012

Download Stats

Last month:5

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.