Skip to main content

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

Project description

master: Build Status Master Code Health Documentation Status

develop: Build Status develop Code Health Documentation Status

Introduction

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

pip install firenado

Usage

Creating and running a new application:

> firenado project init helloworld
> helloworld
> firenado app run

By default an application will be created with a redis based session and a redis data source defied and linked to the session.

Firenado don’t install redispy so it is necessary to either install it or turn the session as file based. You can disable the session engine too.

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 on the python path just go helloworld/conf/firenado.yml and configure the application settings:

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.1.7.0.tar.gz (41.8 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: Firenado-0.1.7.0.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for Firenado-0.1.7.0.tar.gz
Algorithm Hash digest
SHA256 b1cc035916b96aaf6b51101bdfbb3558b7e64761e0143a78133e4c046bb565fa
MD5 019c33156b6a0b9390ee506a573e91ca
BLAKE2b-256 986c2142f015a4f70ecebe9098e242d5c314d1270edd581788b1c9cde6f8094b

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