pycompletion

A lib to collect command line completion scripts of Python packages


License
Other
Install
pip install pycompletion==0.1.0

Documentation

pycompletion

A lib to collect command line completion scripts of Python packages. The following completion scripts are included:

  • django (bash)
  • fabric (bash)
  • lanyon (bash)
  • markdown (bash)
  • nose (bash)
  • pip (bash, zsh)
  • pygments (bash)
  • virtualenv (bash)

Dependencies

bash-completion 1.1

Installing

You can install pycompletion from the PyPI:

pip install pycompletion

Then source the pycompletion script from your .bashrc:

source `which pycompletion`