You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

yate-engine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yate-engine

Yet another template engine. Yate is a small, fast html template engine.

1.0.2
pipPyPI
Maintainers
1

yate (Yet a small template engine)

Yet another template engine. Yate is a small, fast html template engine.

<ul>
    {% each [1, 2, 3, 4] as x %}
        <li>{{ x }}</li>
    {% end %}
<ul>

Installation

This package is registered in pypi. This means that by using the pip command yate will be installed.

Install yate by runing the following command:

$ pip3 install yate-engine

Documentation

The documentation for yate can be found at the wiki.

License

Yate is under the license of MIT. Check it out in LICENSE

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts