معرفی شرکت ها


flask-moreshell-0.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

flask shell with IPython, BPython, PTPython!
ویژگی مقدار
سیستم عامل -
نام فایل flask-moreshell-0.0.2
نام flask-moreshell
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده ['twicegoddessana1229@gmail.com']
نویسنده -
ایمیل نویسنده twicegoddessana1229@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/flask-moreshell/
مجوز MIT License Copyright (c) 2023, flask-moreshell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Flask-Moreshell Flask-Moreshell is a flask extension which supports ipython, bpython, ptpython shells in `flask shell` command. inspired by [flask-shell-ipython](https://github.com/ei-grad/flask-shell-ipython), [flask-shell-bpython](https://github.com/jacquerie/flask-shell-bpython), [flask-shell-ptpython](https://github.com/jacquerie/flask-shell-ptpython). ## Installation you can install `flask-moreshell` via `pip` command. ```bash pip install flask-moreshell ``` ## Usage you can just use this command: ```shell flask shell ``` and flask-moreshell tries to find this python REPL alternatives: 1. `ipython` 2. `bpython` 3. `ptpython` if none of them are installed, just default python shell will be executed. or you can choose specific shell type, via `--shelltype` option. `ipython`, `bpython`, `ptpython` are supported. ipython usage: ```shell flask shell --shelltype ipython ``` ![ipython-example.png](docs/ipython-example.png) bpython usage: ```shell flask shell --shelltype bpython ``` ![bpython-example.png](docs/bpython-example.png) ptpython usage: ```shell flask shell --shelltype ptpython ``` ![ptpython-example.png](docs/ptpython-example.png) ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
- flask


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl flask-moreshell-0.0.2:

    pip install flask-moreshell-0.0.2.whl


نصب پکیج tar.gz flask-moreshell-0.0.2:

    pip install flask-moreshell-0.0.2.tar.gz