Skip to main content

Generic Eventlet WSGI server built to serve Python Apps

Project description

Date:
2013-05-01 14:22
tags:

cloud, api, flask, wsgi, eventlet

category:

*nix

Eventlet WSGI Server

The purpose of this repository is to provide for a general purpose eventlet server that can power just about any Application. It is my hope that is used to rapidly spin up a WSGI server which has support for many common configurations while also being performant enough to server your content without having to setup a more heavy weight web server.

This is a great tool for embedded applications where Apache and or NGINX may not be an option.

Usage

To use ewsgi simply build your application and then pass the application and the relevant configuration to the server. Everything else is handled from there on in.

For an example on how an app could look like please go here: https://github.com/cloudnull/eventlet_wsgi/tree/master/example_app

However, if you would like to know how to make the server work, minimally, you can simply instantiate the server and run it:

# Assuming you have a built app import it and pass it to eswgi
from ewsgi import run

# This import would be your app
import app

# Run the new application with all of the relevant configuration bits
run.preload_and_start(
    app_name=app.APPNAME,    # Name of your app
    load_app=app.APP,        # The prebuilt app object
    config_path=os.getcwd(), # The path to your configuration files
    loggers=[app.APPNAME]    # List of log handlers for the app
)

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

ewsgi-0.0.3.tar.gz (18.2 kB view details)

Uploaded Source

File details

Details for the file ewsgi-0.0.3.tar.gz.

File metadata

  • Download URL: ewsgi-0.0.3.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ewsgi-0.0.3.tar.gz
Algorithm Hash digest
SHA256 059770d544dd2ac6f52a12c29ee9c5dd22521601a0e2d6540ec62c39bccaa053
MD5 63c99a483a7f44e4f6643643f3242dd0
BLAKE2b-256 e1beb4fd94c80d830697cd5c78fe344b3e5134ae39bc605506b0f5297c84604d

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