Skip to main content

web framework based on flask

Project description

Installation

pip install git+https://github.com/season-framework/season-flask
# or
pip install season

Usage

Getting Started

  • create project
cd <workspace>
sf create myapp
cd myapp
  • create your websrc
sf module remove theme
sf module import theme --uri https://git.season.co.kr/season-flask/theme
  • start development mode
sf run

Import Exists Project from websrc

  • import from git repo
sf build --uri https://github.com/season-framework/something
  • import from directory
sf build --uri /home/user/project/websrc

Release Note

0.2.13

  • add response.template function

0.2.12

  • add variable expression change option

0.2.11

  • interface loader update

0.2.10

  • config onerror changed

0.2.9

  • add response.abort

0.2.8

  • error handler in controller __error__

0.2.7

  • response redirect update (relative module path)

0.2.6

  • logger upgrade (file trace bug fixed)

0.2.5

  • logger upgrade (log executed file trace)

0.2.4

  • logger upgrade (code trace)

0.2.3

  • error handler bug fixed

0.2.2

  • apache wsgi bug fixed (public/app.py)

0.2.1

  • apache wsgi bug fixed

0.2.0

  • framework structure upgraded
  • command line tool function changed
  • submodule structure added
  • logging
  • simplify public directory structure

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

season-0.2.13-py3-none-any.whl (49.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page