Pylons / pyramid_bpython

bpython bindings for Pyramid's pshell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyramid_bpython

bpython bindings for Pyramid.

Installation

$ $VENV/bin/pip install pyramid_bpython

Usage

Ensure the shell is available:

$ $VENV/bin/pshell --list-shells
Available shells:
  bpython
  python

The shell should be auto-selected when running pshell:

$ $VENV/bin/pshell development.ini

However, if there are multiple shells you can also be explicit:

$ $VENV/bin/pshell -p bpython development.ini

About

bpython bindings for Pyramid's pshell


Languages

Language:Python 100.0%