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.

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.

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.15.tar.gz (56.5 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.2.15-py2.py3-none-any.whl (81.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: Firenado-0.2.15.tar.gz
  • Upload date:
  • Size: 56.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for Firenado-0.2.15.tar.gz
Algorithm Hash digest
SHA256 496bf3f80ff6312191649d5ddbfef09dffe0b159edffc5dbeb15263c077d8c91
MD5 23620571812e5ddccd80909367feaa9f
BLAKE2b-256 d02c70754851b518c066bcafd6d2e7d9acc57915504eee49651f4bb6a557a7db

See more details on using hashes here.

File details

Details for the file Firenado-0.2.15-py2.py3-none-any.whl.

File metadata

  • Download URL: Firenado-0.2.15-py2.py3-none-any.whl
  • Upload date:
  • Size: 81.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for Firenado-0.2.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7df5d32850568133de4dbd5ae6caa7e99fef8ca486dcd5860798844a7443c96f
MD5 3cc140d2a58a73ea920118f62000cf0f
BLAKE2b-256 c6001d72339fcc589e3f42de5ff8f6ea23ddacfe0fae24ba7c510fabad0e0179

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