watsonpy / watson-framework

A Python 3 web app framework.
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

Watson-Framework

It's elementary my dear Watson

Watson is an easy to use framework designed to get out of your way and let you code your application rather than wrangle with the framework.

For full documentation please see Read The Docs.

Build Status

Build
Status Coverage
Status Version

Installation

pip install watson-framework

Dependencies

Benchmarks

Using falcon-bench, Watson received the following requests per second (Django and Flask supplied for comparative purposes).

  1. watson.........11,920 req/sec or 83.89 ms/req (3x)
  2. django..........7,696 req/sec or 129.94 ms/req (2x)
  3. flask...........4,281 req/sec or 233.58 ms/req (1x)