Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.22 KB

Flask Example Build Status

This is a simple flask example application which demonstrates usage pyclectic frameworks: unit and integration tests using pyfix and pyassert. Built using pybuilder.

Templates use twitter bootstrap via bootstrap CDN.

How to build

Create a virtual environment

Python allows to develop in virtual environments.

virtualen ve

Activate the virtual environment

source ve/bin/activate

Install pybuilder

pip install pybuilder

Install dependencies using pybuilder

pyb install_dependencies

Run pybuilder pyb to build run the unit and integration tests and build the project.

pyb

How to run

After installation you can run the application in debug mode using

./run_server

License

Licensed under Apache License, Version 2.0