Skip to main content

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

Project description

Firenado Framework

Latest PyPI version Number of PyPI downloads Build Status GitHub license

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.

Installing only redis-py:

pip install firenado[redis]

Installing only redis-py:

pip install firenado[sqlalchemy pexpect]

Installing only redis (redis-py, hiredis):

pip install firenado[sqlalchemy pexpect]

Installing redis and schedule(croniter):

pip install firenado[redis schedule]

Complete installation(what it is being the case, everytime):

pip install firenado[all]

In the future, the installation logic will be inverted. Redis and pexpect will be added by default, and disabling them using optional parameters.

The sqlalchemy and schedule(croniter) optionals will remain as is.

With that change if you want just add schedule to the redis and pexpect:

pip install firenado[schedule]

Maybe you want an agent with scheduled features and no redis:

pip install firenado[schedule noredis]

Or don't need ProcessLaucher but sqlalchemy support:

pip install firenado[sqlalchemy nopexpect]

See: #401

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.9.6a0.tar.gz (67.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

firenado-0.9.6a0-py3-none-any.whl (101.3 kB view details)

Uploaded Python 3

File details

Details for the file firenado-0.9.6a0.tar.gz.

File metadata

  • Download URL: firenado-0.9.6a0.tar.gz
  • Upload date:
  • Size: 67.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for firenado-0.9.6a0.tar.gz
Algorithm Hash digest
SHA256 38701945236f5642e8dc71a52158e5aa8ec5e9c57b2192cbbdd274674b3b6f4f
MD5 29746c30ca6ca42e09e303285135c0a3
BLAKE2b-256 35f9ba8bfd2d386ef370dd2dfa5e7a227eacfba923bf63cb3e7e92bc6570623c

See more details on using hashes here.

File details

Details for the file firenado-0.9.6a0-py3-none-any.whl.

File metadata

  • Download URL: firenado-0.9.6a0-py3-none-any.whl
  • Upload date:
  • Size: 101.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for firenado-0.9.6a0-py3-none-any.whl
Algorithm Hash digest
SHA256 7fb9b2acb4d239f9d7b572954f360c6b7c7c99a025ddb142a99ac83830d2a8cc
MD5 6011bb57724ff51cc5228b0723fc9774
BLAKE2b-256 7470da489748b7f008105197c4f9f11a391d1c27bedda35c9336b0f79254b309

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