UNKNOWN
Project description
Flask shell command based on Flask-Script to enhance its shell.
It will automatically use your favorite Python REPL shell instead of the default one. The order is BPython to ptiPython to IPython to ptPython to Python.
Installation
pip is suggested:
pip install flask_shellplus
Usage
Use it with Flask-Script:
from flask_shellplus import Shell
def make_context():
return dict(app=app, db=db, models=models)
manager.add_command('shell', Shell(make_context=make_context))
Run this in your shell:
python manage.py shell
Flask-ShellPlus will find the first available one in BPython, ptiPython, IPython, ptPython, and Python.
Or you can manually define the preferred shell with flag --plain, --bpython, --ptipython, --ipython or --ptpython just like shell_plus in DjangoExtensions.
Enjoy it!
Links
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
Flask-ShellPlus-0.0.2.tar.gz
(5.4 kB
view details)
File details
Details for the file Flask-ShellPlus-0.0.2.tar.gz
.
File metadata
- Download URL: Flask-ShellPlus-0.0.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f7a7df7fa59a3daf1209994a23051fcf930a0b0defcf23a87de70f964cb012c |
|
MD5 | cb0bf59405d935fc64fb3e6641bdef96 |
|
BLAKE2b-256 | 06201c810b22dd913190472a2fe3f63cd1751adb2d58ef423cbc30ed151b519e |