PyFly - A Simple web application structured using the (MVC) pattern. (Python + Bottle micro python framework)
A simple boilerplate application structured following the MVC pattern using Bottle micro python framework.
It basically here to be my base skeleton for new python web applications
+---------------+
+-------------+ +------+ | +-------+ |
| application | | view | -------------> | model | |
+-------------+ +------+ | +-------+ |
| ^ | ^ |
| | | | |
+------v---------------------|---------+ | | |
| +--------+ +------------+ | | +---------+ |
| | router | ------> | controller | ---------> | manager | |
| +--------+ +------------+ | | +---------+ |
+--------------------------------------+ +---------------+
To install:
git clone git://github.com/loaikanou/PyFly.git
cd PyFly
pip install -r requirements.txt --user
To run:
python server.py