Skip to main content

Web Framework - Insert Python code in HTML(called PYL) and execute webserver

Project description

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, just as they might for Python 2x-based frameworks such as Django, Flask, or Bottle.

Visit to http://www.pylatte.org/

mail : pylatte@pylatte.org

Facebook Page : https://www.facebook.com/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.

Project details


Download files

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

Source Distribution

pylatte_0.9.8.tar.gz (289.4 kB view details)

Uploaded Source

File details

Details for the file pylatte_0.9.8.tar.gz.

File metadata

  • Download URL: pylatte_0.9.8.tar.gz
  • Upload date:
  • Size: 289.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pylatte_0.9.8.tar.gz
Algorithm Hash digest
SHA256 3e44265081966589e4e78336df77d4ee282f5d88a4bec8568cc430cfbc465daa
MD5 bd79725ba4b592a09fb09c7b4645449b
BLAKE2b-256 410dbf26f2310f15c3d898e8ca90a75a296d92486473a704cd9382eb51d30ae5

See more details on using hashes here.

Supported by

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