Skip to main content

A fast and lightweight Python template engine

Project description

A fast and lightweight Python template engine

Nutshell

Here a small example of a Quik template:

<ul>
    #for ($user in $users)
        #if($user.age > 18)
        <li><a href="$user.url">$user.username</a></li>
        #end
    #end
</ul>

Features

  • Easy to use.

  • High performance.

  • Autoescaping.

  • Template inheritance.

  • Supports native python expressions.

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

quik-0.2.1.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file quik-0.2.1.tar.gz.

File metadata

  • Download URL: quik-0.2.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for quik-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4970b1ddd19dc517e9592ffefc27e077a9375475228106e1c8e2b1efd05c7371
MD5 5af6c3154f745ddafab31b4d5e60c1e5
BLAKE2b-256 19beb1eb293e4a5288398d67264820ede93cc67d8d6a26f4ccea412903d4983b

See more details on using hashes here.

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