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.7.tar.gz (291.4 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pylatte_0.9.7.tar.gz
Algorithm Hash digest
SHA256 de8e5d18d2f3eb97b476b4c1a436ab9f803e430fba34ea17328f2cd0799a953d
MD5 d9d0e5548f837b932af3b59ab572d53d
BLAKE2b-256 7eaf024a169353cc621394c7e7bfca974b73b7d9130771634dad809fabfb3eea

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