2 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.
Welcome to Pylatte Pylatte : A Web Framework Based on Python 3 Pylatte is a web framework created specifically for Python 3. Developers can now generate websites with Pylatte in Python 3
Visit to http://hwanseung.github.io/pylatte/
pypi : http://pypi.python.org/pypi/Pylatte
Sample code
The following code is a example pyl file.
` <p>Pylatte</p> {$ pyl = "HTML" + " + " + "python" $} <p> {$=pyl$} </p> `
The pyl code is translated by Pylatte to HTML in the browser.
` <p>Pylatte</p> <p> HTML + python </p> `
Functions
Translation Engine 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.
Database
To use the database, external library must be installed: the MySQLdb(for mysql) module or pymongo3(for MonogoDB) module for Python 3. Simple and advanced SQL via specific functions that are similar to iBATIS are provided.
Session
A session is needed to distinguish each client.
Filter
If a filter is set, select pages pass through the filter.
Form File
It is possible to upload a file to server via POST.
URL Mapping
For security purposes, URL mapping transfers virtual URLs accessed by clients to web pages.
Release files for Pylatte 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Files added late
2 files were uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| pylatte_example-1.0.tar.gz | 101.4 kB | Details | |
| Pylatte-1.0.tar.gz | 12.0 kB | Details |
Release files / pylatte_example-1.0.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | pylatte_example-1.0.tar.gz |
|---|---|
| Size | 101.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
627eb89faa6f0ae4e07fe25fae5f3d94f14e8440c82ff2bd625b53b931f81d2f
|
|
BLAKE2b-256 checksum How to use checksums |
b5861d8f2f274e9a55edc80571d0bb059d81c4747fb322c86980617fe5e6094f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Pylatte-1.0.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | Pylatte-1.0.tar.gz |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75de499c2f18eb0a61db8df8ad170859f0a4cf4d82823ed49e23f506cf8a17f9
|
|
BLAKE2b-256 checksum How to use checksums |
70e34526d1d35cad9e13f80bfc7320174a67a5f190a7652d8e626656d8477035
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |