Watson - A Python 3 Web Framework

It’s elementary my dear Watson

Build Status Coverage Status Version Downloads Licence

Watson is an easy to use framework designed to get out of your way and let you code your application rather than spend time wrangling with the framework. It follows the convention over configuration ideal, although the convention can be overriden if required. Out of the box it comes with a standard set of defaults to allow you to get coding straight away!

Requirements

Watson is designed for Python 3.3 and up.

Dependencies

Watson currently requires the following modules to work out of box:

These will be installed automatically if you have installed Watson via pip.

Optional Dependencies

Some packages within Watson require third party packages to run correctly, these include:

Notes about these dependencies can be found within the relevant documentation in the Reference Library.

Installation

pip install watson-framework

Testing

Watson can be tested with py.test. Simply activate your virtualenv and run python setup.py test.

Contributing

If you would like to contribute to Watson, please feel free to issue a pull request via Github with the associated tests for your code. Your name will be added to the AUTHORS file under contributors.

Table of Contents