Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Pylons/pyramid_bpython

bpython bindings for Pyramid's pshell
https://github.com/Pylons/pyramid_bpython

Last synced: 3 months ago
JSON representation

bpython bindings for Pyramid's pshell

Awesome Lists containing this project

README

        

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