Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 859 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 859 Bytes

PyRindow Mini Web Application Skeleton for Flask

This is a web application skeleton for PyRindow Framework for Python. You can make your new Flask application with this skeleton.

The PyRindow Framework is a Python Application Framework that provides IoC based programming and configuration model to all Python programmers. Please see The PyRindow Framework.

This is an experimental project.

Install

Download this skeleton and the PyRindow 0.1.x from release page

Copy the library and set the path. Please see the loader.py in the vendor directory

Requirements

  • Python 3.7
  • PyRindow Framework 0.2.x
  • Flask 0.10
  • Jinja2
  • Google Cloud App Engine Standard Enviroment(Python2.7)