Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_bpython
- Owner: Pylons
- Created: 2015-10-21T06:57:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T04:22:41.000Z (over 7 years ago)
- Last Synced: 2024-04-28T23:42:58.546Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-pyramid - pyramid_bpython - bpython (Debugging)
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
pythonThe 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