Python Web 框架 Pylatte
jopen
12年前
Pylatte 基于Python 3的Web框架。
功能:
-
Translation Engine
-
Database
-
Session
-
Filter
-
Form File
-
URL Mapping
Pylatte uses pyl file format. pyl consists of HTML and Python. pyl is fully translated by the Pylatte engine into HTML. It is unique feature of Pylatte.
To use the database, a single external library must be installed: the MySQLdb module for Python 3.
Simple and advanced SQL via specific functions that are similar to iBATIS are provided.
A session is needed to distinguish each client.
If a filter is set, select pages pass through the filter.
It is possible to upload a file to server via POST.
For security purposes, URL mapping transfers virtual URLs accessed by clients to web pages.