项目作者: loaikanou

项目描述 :
PyFly - A Simple web application structured using the (MVC) pattern. (Python + Bottle micro python framework)
高级语言: Python
项目地址: git://github.com/loaikanou/PyFly.git
创建时间: 2018-10-30T14:56:44Z
项目社区:https://github.com/loaikanou/PyFly

开源协议:BSD 3-Clause "New" or "Revised" License

下载


PyFly - Simple Python MVC Pattern Structure.

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

coupling

  1. +---------------+
  2. +-------------+ +------+ | +-------+ |
  3. | application | | view | -------------> | model | |
  4. +-------------+ +------+ | +-------+ |
  5. | ^ | ^ |
  6. | | | | |
  7. +------v---------------------|---------+ | | |
  8. | +--------+ +------------+ | | +---------+ |
  9. | | router | ------> | controller | ---------> | manager | |
  10. | +--------+ +------------+ | | +---------+ |
  11. +--------------------------------------+ +---------------+

Dependencies :

  • To install:

    1. git clone git://github.com/loaikanou/PyFly.git
    2. cd PyFly
    3. pip install -r requirements.txt --user
  • To run:

    1. python server.py

License:

Loai N Kanou