Open a Python module from the command line.
Project description
Open a python module in your text editor.
$ ped django $ ped django.core.urlresolvers $ ped django.shortcuts -e vim
ped will find your modules in the currently-active virtual environment.
Get it now
$ pip install ped
Changing the default editor
ped will try to find your favorite text editor. If you want to override the editor ped uses, set the PED_EDITOR environment variable.
# .zshrc or .bashrc # Use Sublime Text with ped export PED_EDITOR=subl
Kudos
This was inspired by IPython’s %edit magic.
Changelog
1.0.2
Fix for editing subpackages, e.g. ped pkg.subpkg.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ped-1.0.2.tar.gz
(3.8 kB
view hashes)