Skip to main content

Firenado is a python web framework based on Tornado web framework/server.

Project description

Firenado Framework

master: Build Status Code Health Documentation Status

develop: Build Status develop Code Health Documentation Status

Introduction

Firenado is a Python web framework that encapsulates and extends Tornado 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:

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:

# 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:

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 initiatives. It is available under the Apache License, Version 2.0.

This web site and all documentation is licensed under Creative Commons 3.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Firenado-0.2.13.tar.gz (55.0 kB view details)

Uploaded Source

File details

Details for the file Firenado-0.2.13.tar.gz.

File metadata

  • Download URL: Firenado-0.2.13.tar.gz
  • Upload date:
  • Size: 55.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.26.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.5

File hashes

Hashes for Firenado-0.2.13.tar.gz
Algorithm Hash digest
SHA256 b8c62242a8e5f1c1e9fb7c473e88fb56d59df05b3a122e882eae61a8282eeb61
MD5 ad9b1ae457ab7ef380b109d3e796d761
BLAKE2b-256 9d284da6a047df548ac95b762f6afa2bd4169d1c7921bad138eee4b4d5614b01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page