معرفی شرکت ها


Firenado-0.2.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Firenado is a python web framework based on Tornado web framework/server.
ویژگی مقدار
سیستم عامل -
نام فایل Firenado-0.2.9
نام Firenado
نسخه کتابخانه 0.2.9
نگهدارنده ['Flávio Gonçalves Garcia']
ایمیل نگهدارنده ['piraz@candango.org']
نویسنده Flávio Gonçalves Garcia
ایمیل نویسنده piraz@candango.org
آدرس صفحه اصلی https://github.com/candango/firenado
آدرس اینترنتی https://pypi.org/project/Firenado/
مجوز Apache License V2.0
# Firenado Framework [![Latest PyPI version](https://img.shields.io/pypi/v/firenado.svg)](https://pypi.org/project/firenado/) [![Number of PyPI downloads](https://img.shields.io/pypi/dm/firenado.svg)](https://pypi.org/project/firenado/#files) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fcandango%2Ffirenado%2Fbadge&style=flat)](https://actions-badge.atrox.dev/candango/firenado/goto) [![GitHub license](https://img.shields.io/github/license/candango/firenado)](https://github.com/candango/firenado/blob/develop/LICENSE) ## Introduction Firenado is a Python web framework that encapsulates and extends [Tornado](http://www.tornadoweb.org) organizing the application in components also adding a server side session layer, yaml based configuration files as other features common that will help developers building web applications and services. Firenado is a web framework that extends the original Tornado Web framework adding new features like loose couple components, server side session layer, yaml based configuration files and more. ## Installation Installing Firenado will only force the installation of pyyaml, Tornado and six. We call it the basic installation: ``` pip install firenado ``` It is possible to install extra packages as redis-py, sqlalchemy and pexpect. To install only redis-py: ``` pip install firenado[redis] ``` Complete installation: ``` pip install firenado[pexpect, redis, sqlalchemy] ``` ## Usage Creating and running a new application: ```shell firenado project init helloworld cd helloworld firenado app run ``` An application will be created with the redis based session engine and a redis data source linked to the session. Firenado won't install redis-py so it is necessary to inform the extra requirement parameter or install it separately. It is possible to change the session to a file based engine or disable the session engine completely. In order to change the session type to file go to helloworld/conf/firenado.yml and change the session definition to: ```yaml # Session types could be: # file or redis. session: type: file enabled: true # Redis session handler configuration #data: # source: session # File session handler related configuration path: /tmp ``` If your helloworld project isn't located in the python path just go helloworld/conf/firenado.yml and changed it to: ```yaml app: component: helloworld data: sources: # Set here references from sources defined on data.sources - session pythonpath: .. port: 8888 ``` ## Support Firenado is one of [Candango Open Source Group ](http://www.candango.org/projects/) initiatives. It is available under the [Apache License, Version 2.0 ](http://www.apache.org/licenses/LICENSE-2.0.html). This web site and all documentation is licensed under [Creative Commons 3.0](http://creativecommons.org/licenses/by/3.0/).


نیازمندی

مقدار نام
==0.16 cartola
==1.3.2 pymobiledetect
==6.1 tornado
==4.8.0 pexpect
==4.2.2 redis
==2.0.0 hiredis
==1.3.4 croniter
==1.4.35 sqlalchemy
==4.8.0 pexpect
==4.2.2 redis
==2.0.0 hiredis
==1.3.4 croniter
==1.4.35 sqlalchemy


نحوه نصب


نصب پکیج whl Firenado-0.2.9:

    pip install Firenado-0.2.9.whl


نصب پکیج tar.gz Firenado-0.2.9:

    pip install Firenado-0.2.9.tar.gz